Python-based lower limb exosuit
Project description
Python Exosuit
This repo is the main codebase to run the lower-limb exosuit on a single board computer like the Jetson Nano.
Install
To install the library run:
uv install python-exosuit
OR
uv install git+https://github.com/TUM-Aries-Lab/python-exosuit.git@<specific-tag>
Development
- Install uv
- Install pyenv
pyenv install <desired-python-version> # install the required python versionpyenv global <desired-python-version> # set the required python versiongit clone git@github.com:TUM-Aries-Lab/exosuit-python.gitmake initto create the virtual environment and install dependenciesmake formatto format the code and check for errorsmake testto run the test suitemake cleanto delete the temporary files and directories
Publishing
It's super easy to publish your own packages on PyPI. To build and publish this package run:
uv build
uv publish # make sure your version in pyproject.toml is updated
The package can then be found at: https://pypi.org/project/exosuit-python
Module Usage
"""Basic docstring for my module."""
def main() -> None:
"""Run a simple demonstration."""
logger.info("Hello World!")
if __name__ == "__main__":
main()
Program Usage
uv run python -m exosuit_python
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file exosuit_python-0.0.1.tar.gz.
File metadata
- Download URL: exosuit_python-0.0.1.tar.gz
- Upload date:
- Size: 44.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5102081ec6ecdc31d30740871892cdbfa22b683b585d82851f87bc0659ce1fd
|
|
| MD5 |
48c52770706393c1a7b54e762657ff71
|
|
| BLAKE2b-256 |
b857333c8b789e049103c04d0c1c4eea186d296f4a562b5ba5afb2d9e8d64d35
|
File details
Details for the file exosuit_python-0.0.1-py3-none-any.whl.
File metadata
- Download URL: exosuit_python-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15fd67b452d3d479dd06ce82d3aebb23f353e9848036090dfcced10d7137057c
|
|
| MD5 |
ca91f3d780777f8d8369c8292652c54b
|
|
| BLAKE2b-256 |
9a5628260b2fd686b4bb571f00f19326f974fa153ca7538acc444f729a99eaf3
|