initial commit, messing around

This commit is contained in:
2025-08-23 19:49:55 -04:00
commit 24c0934b8b
10 changed files with 542 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "nutrihelper"
version = "0.1.0"
description = "a tool for building recipes with nutrition info"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mealie-client>=0.1.3",
"usda_fdc"
]
[tool.uv.sources]
usda_fdc = { path = "./usda_fdc_python" }