
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise 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
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.