Metadata-Version: 2.1
Name: oslcontrol
Version: 0.1.1a0
Summary: An open-source software library for numerical computation, data acquisition, and control of lower-limb robotic prosthesis.
Home-page: https://github.com/imsenthur/oslcontrol
License: MIT
Author: Neurobionics Lab, U-M
Author-email: imsenthur@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: flexsea (>=7.2.3,<8.0.0)
Requires-Dist: rich (>=10.14,<12.0)
Requires-Dist: typer[all] (>=0.4.0,<0.5.0)
Project-URL: Repository, https://github.com/imsenthur/oslcontrol
Description-Content-Type: text/markdown

# oslcontrol

<div align="center">

[![Build status](https://github.com/imsenthur/oslcontrol/workflows/build/badge.svg?branch=master&event=push)](https://github.com/imsenthur/oslcontrol/actions?query=workflow%3Abuild)
[![Python Version](https://img.shields.io/pypi/pyversions/oslcontrol.svg)](https://pypi.org/project/oslcontrol/)
[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/imsenthur/oslcontrol/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Security: bandit](https://img.shields.io/badge/security-bandit-green.svg)](https://github.com/PyCQA/bandit)
[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/imsenthur/oslcontrol/blob/master/.pre-commit-config.yaml)
[![Semantic Versions](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--versions-e10079.svg)](https://github.com/imsenthur/oslcontrol/releases)
[![License](https://img.shields.io/github/license/imsenthur/oslcontrol)](https://github.com/imsenthur/oslcontrol/blob/master/LICENSE)
![Coverage Report](assets/images/coverage.svg)

An open-source software library for numerical computation, data acquisition, and control of lower-limb robotic prosthesis.

</div>

## Installation

```bash
pip install oslcontrol
```

