
Product
Redesigned Repositories Page: A Faster Way to Prioritize Security Risk
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.
A nutritional tracker warpped around the USDA FoodData Central API. The warpper allows users to track their daily food intake and analyze the nutritional content of their diet based on the USDA food database and their own selections.
A nutritional tracker warpped around the USDA FoodData Central API. The warpper allows users to track their daily food intake and analyze the nutritional content of their diet based on the USDA food database and their own selections.
Setting the API key as an environment variable keeps it secure and easily accessible by the package.
For Unix/Linux/macOS:
'your_api_key_here'
with the actual API key you received:
export POETRY_FDC_API_KEY='your_api_key_here'
echo $POETRY_FDC_API_KEY
It should display your API key.For Windows:
Open Command Prompt:
Set the Environment Variable:
set POETRY_FDC_API_KEY=your_api_key_here
your_api_key_here
with your actual API key.Verify the Environment Variable:
echo %POETRY_FDC_API_KEY%
Install the Package:
IntakeInformer
.pip install IntakeInformer
(or the appropriate command if using poetry).Using IntakeInformer:
from intakeinformer import get_calories_for_food_query, dri_benchmark
# Use the functions as needed
IntakeInformer
or reach out for support as provided by the package.Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
intakeinformer
was created by Junchen Xiong. It is licensed under the terms of the MIT license.
intakeinformer
was created with cookiecutter
and the py-pkgs-cookiecutter
template.
FAQs
A nutritional tracker warpped around the USDA FoodData Central API. The warpper allows users to track their daily food intake and analyze the nutritional content of their diet based on the USDA food database and their own selections.
We found that intakeinformer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.
Security News
Multiple deserialization flaws in PyTorch Lightning could allow remote code execution when loading untrusted model files, affecting versions up to 2.4.0.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.