Skip to content

Is v0.1.9 in pip complete? #2

@drnw

Description

@drnw

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions