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.
Install the library using pip
:
pip install pyexphys
To test the calculations of PyExPhys, run the distutils
test:
python setup.py test
Please raise potential bugs on Github.