-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
This is a really nice library :-) I think this issue should be easy to fix.
Installing from pip does not work as expected. Files appear to be missing:
% pip install usda-fdc
% pip show usda-fdc
Name: usda_fdc
Version: 0.1.9
Summary: A comprehensive Python library for interacting with the USDA Food Data Central API
Home-page: https://github.com/mcgarrah/usda_fdc_python
Author:
Author-email: Michael McGarrah <mcgarrah@gmail.com>
License: MIT
Location: .venv/lib/python3.13/site-packages
Requires: pint, python-dotenv, requests
In Python from usda_fdc.analysis.recipe import Recipe
gives ModuleNotFoundError: No module named 'usda_fdc.analysis.recipe'
% ls .venv/lib/python3.13/site-packages/usda_fdc/analysis
resources
Reinstalling from source works as expected :-)
Metadata
Metadata
Assignees
Labels
No labels