Metadata-Version: 2.5
Name: mealtime-eatout
Version: 0.2.2
Summary: Cited vegetarian restaurant nutrition as ranked candidate records.
Project-URL: Homepage, https://github.com/mealtime-tools/eatout
Author-email: owahltinez <oscar@wahltinez.org>
License-Expression: MIT
License-File: LICENSE
Keywords: agent,cli,macros,nutrition,restaurant
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Utilities
Requires-Python: >=3.13
Requires-Dist: click-agentcli>=0.1.0
Requires-Dist: click>=8.1
Description-Content-Type: text/markdown

# Eatout

Search the hand-curated, source-cited vegetarian restaurant nutrition dataset
around Sydney CBD.

```console
eatout search --query tofu
eatout search --max-kcal 700 --min-protein 25 --limit 5
eatout search --json --query "grilld"
```

The reviewed source files are in `data/sources/`; `data/research/` records the
restaurants that were investigated. Nutrition fields are flat; missing
values are JSON `null`, never zero. `scripts/regenerate.py` rebuilds `data/meals.json` from the
reviewed sources. The CLI itself is read-only and does not fetch or estimate.
Each candidate's nutrients describe that menu item. Restaurant weights are
left absent when the source did not publish them. A search returning one
candidate can be piped to Recipes or Nutrilog with `--input -`.
