Skip to main content

Hip controller for the lower limb exosuit

Project description

hip-controller

Coverage Status Docker Image CI

Simple README.md for a Python project template.

Install

To install the library from PyPI:

uv pip install hip-controller==latest

OR

uv add git+https://github.com/TUM-Aries-Lab/hip-controller.git@<specific-tag>  # needs credentials

Development

  1. Install uv from Astral.
  2. git clone git@github.com:TUM-Aries-Lab/hip-controller.git
  3. make init to create the virtual environment and install dependencies
  4. make format to format the code and check for errors
  5. make test to run the test suite
  6. make clean to 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/hip-controller

Module Usage

"""Basic docstring for my module."""

from loguru import logger

from hip_controller import definitions

def main() -> None:
    """Run a simple demonstration."""
    logger.info("Hello World!")

if __name__ == "__main__":
    main()

Program Usage

uv run python -m hip_controller

Structure

The following tree shows the important permanent files. Run make tree to update.

├── src
│   └── hip_controller
│       ├── __init__.py
│       ├── __main__.py
│       ├── app.py
│       ├── definitions.py
│       └── utils.py
├── tests
│   ├── __init__.py
│   ├── conftest.py
│   ├── app_test.py
│   └── utils_test.py
├── .dockerignore
├── .gitignore
├── .pre-commit-config.yaml
├── .python-version
├── CONTRIBUTING.md
├── Dockerfile
├── LICENSE
├── Makefile
├── README.md
├── pyproject.toml
├── repo_tree.py
└── uv.lock

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hip_controller-0.0.1a1.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hip_controller-0.0.1a1-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file hip_controller-0.0.1a1.tar.gz.

File metadata

  • Download URL: hip_controller-0.0.1a1.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hip_controller-0.0.1a1.tar.gz
Algorithm Hash digest
SHA256 4d0a21035f27e0a481320be91fd9f1da46162fa641c073c448ad184311925520
MD5 d40894c41580be5aaf1b3f0e86450804
BLAKE2b-256 8db44f1e00a9c3f8f6d1dd29b8f1349e69b62d4b5a7ed593f3a9b27aefb26859

See more details on using hashes here.

Provenance

The following attestation bundles were made for hip_controller-0.0.1a1.tar.gz:

Publisher: pypi-publish.yml on TUM-Aries-Lab/hip-controller

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hip_controller-0.0.1a1-py3-none-any.whl.

File metadata

File hashes

Hashes for hip_controller-0.0.1a1-py3-none-any.whl
Algorithm Hash digest
SHA256 c43f472503cc01422048dfceb439f82ed4905d2ddcb1d31c824191751aefac17
MD5 6738032dbe2602ae51fa7d38c7ff2986
BLAKE2b-256 d7451cc90a553192274de247d12e41b316249f8862ffb84d9d020884014a84a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for hip_controller-0.0.1a1-py3-none-any.whl:

Publisher: pypi-publish.yml on TUM-Aries-Lab/hip-controller

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page