An open API service indexing awesome lists of open source software.

https://github.com/dpfens/pyexphys

Exercise Physiology Equations
https://github.com/dpfens/pyexphys

composition exercise fitness health python running strength

Last synced: about 1 month ago
JSON representation

Exercise Physiology Equations

Awesome Lists containing this project

README

        

# PyExPhys

PyExPhys is a Python library of exercise physiology and healthcare equations for transforming basic health data into insights at scale. PyExPhys is a collection of bodybuilding competition formulas, aerobic performance and weightlifting performance models, and body composition equations.

## Installing
Install the library using `pip`:
```
pip install pyexphys
```

## Tests
To test the calculations of PyExPhys, run the `distutils` test:
```
python setup.py test
```

## Support
Please raise potential bugs on [Github](https://github.com/dpfens/PyExPhys/issues).