Table of Contents
Nutripy
file:https://travis-ci.org/yafeunteun/nutripy.svg?branch=master
Installation
pip install nutripy
Usage
Compute daily needs
import nutripy
from nutripy import Nutripy
nut = Nutripy()
age = 25
weight = 60
height = 180
gender = nutripy.nutripy.Gender.MALE
activity = nutripy.nutripy.Activity.SEDENTARY
goal = nutripy.nutripy.Goal.GAIN
daily_needs = nut.get_daily_needs(age, weight, height, gender, activity, goal)
Weight loss / mass gain management (work in progress)
The main feature of Nutripy is its ability to manage one's weight loss and/or weight gain.
Work In Progress
Release files for nutripy 0.7.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nutripy-0.7.0.tar.gz | 4.5 kB | Details |
Release files / nutripy-0.7.0.tar.gz
| Download URL | nutripy-0.7.0.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2e20ec28e779bb24b5e2f9fcf47dab5ed939b643c404eaec229b75a12b3ad00a
|
|
BLAKE2b-256 checksum How to use checksums |
3bd4284bb3e9cfbb23f3116f3fd4e14859d82a217ae03ce8e54ad40ec3433299
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.1
|