Metadata-Version: 2.1
Name: calorie_utils
Version: 0.1.1
Summary: A Python library for fetching calorie and macronutrient data from USDA FoodData Central.
Home-page: https://github.com/yourusername/calorie_utils
Author: Your Name
Author-email: your_email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

echo "# Calorie Utils" > README.md
echo "A Python library for fetching calorie and macronutrient data from USDA FoodData Central." >> README.md
