Metadata-Version: 2.1
Name: nutrition-facts
Version: 0.1.1
Summary: A Python package to get nutrition facts.
Home-page: https://github.com/satyatomar/nutrition_facts.git
Author: satyapal singh tomar
Author-email: er.satyatomar@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

from utils import get_nutrition

get_nutrition("mango")

