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
- Host: GitHub
- URL: https://github.com/dpfens/pyexphys
- Owner: dpfens
- License: mit
- Created: 2015-02-20T07:59:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T18:25:09.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T14:18:19.668Z (4 months ago)
- Topics: composition, exercise, fitness, health, python, running, strength
- Language: Python
- Homepage: http://dpfens.github.io/PyExPhys
- Size: 2.82 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).