Metadata-Version: 2.4
Name: biomechzoo
Version: 0.2.2
Summary: Python implementation of the biomechZoo toolbox
License-Expression: MIT
Project-URL: Homepage, https://github.com/mcgillmotionlab/biomechzoo
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ezc3d>=1.5.19
Requires-Dist: matplotlib>=3.10.6
Requires-Dist: numpy>=2.3.3
Requires-Dist: pandas>=2.3.2
Requires-Dist: scipy>=1.16.2
Dynamic: license-file

# BiomechZoo for Python
This is a development version of the biomechzoo toolbox for python. 

## How to install 
- biomechZoo for python is now an official package, you can simply add biomechZoo to your environment using
``pip install biomechzoo``

## Usage notes
- If you need to install a specific version, run ``pip install biomechzoo==x.x.x`` where x.x.x is the version number. 
- If you need to update biomechzoo to the latest version in your env, run ``pip install biomechzoo --upgrade``

See also http://www.github.com/mcgillmotionlab/biomechzoo or http://www.biomechzoo.com for more information
