A Python module for computing calorie requirements for individuals based on their needs and objectives
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nutripy-0.7.0.tar.gz
(4.5 kB
view details)
File details
Details for the file nutripy-0.7.0.tar.gz
.
File metadata
- Download URL: nutripy-0.7.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e20ec28e779bb24b5e2f9fcf47dab5ed939b643c404eaec229b75a12b3ad00a |
|
MD5 | 17dee223a1d52df12203d11a9738e167 |
|
BLAKE2b-256 | 3bd4284bb3e9cfbb23f3116f3fd4e14859d82a217ae03ce8e54ad40ec3433299 |