Skip to main content

Round nutritional values for federal compliance.

Project description

Code style: black pre-commit.ci status build PyPI

round-nutrition

A lightweight Python package to round nutritional values for federal compliance with FDA and NDC guidelines.

Example

>>> a, b = Main(), Vitamin()
>>> print([a.tot_carb('0.8 g'), b.vitamin_k('125.5mcg')])
['less than 1 g', '126 mcg']
>>> print(a.tot_carb('0.8 g', minimal=True))
'<1 g'

Setup

First, install the package with:

$ pip install round-nutrition

Then, import the module with the desired nutrient(s):

from round_nutrition import Main # Vitamin, Mineral, Other

Usage

All subnutrient methods take in an integer or string argument of quantity.

          Main                    Vitamin                  Mineral                  Other
      added_sugars*           biotin                      calcium                  choline
      calories                folate                      chromium
      cholesterol*            niacin                      copper
      dietary_fiber*          pantothenic_acid            iodine
      insoluble_fiber*        riboflavin                  iron
      mono_fat                thiamine                    magnesium
      other_carb*             vitamin_a                   manganese
      poly_fat                vitamin_b12                 molybdenum
      potassium               vitamin_b6                  potassium
      protein*                vitamin_c                   phosphorus
      sat_fat                 vitamin_d                   selenium
      sodium                  vitamin_e                   zinc
      soluble_fiber*          vitamin_k
      sugar_alcohol*
      tot_carb*
      tot_fat
      tot_sugars*
      trans_fat

*Some functions have an additional boolean argument of minimal that can be set to True for a cleaner user interface implementation. By default, this parameter is set to False.

License

MIT

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

round-nutrition-1.0.7.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

round_nutrition-1.0.7-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page