Framework Reference
Runnable documentation for the betat-community package (framework/ in this repo) — every CLI command, every /betat/ API endpoint, and the Python store functions, each with the actual call and real output. This is the “Documentation Standard” from COMMUNITY_FRAMEWORK.md: a capability without a runnable snippet isn’t considered finished.
- CLI Commands —
betat init,runserver,check,announce,export - API Endpoints — the full
/betat/surface: enroll, login, vouch, submit, queue, review, info, records, changes - Store Functions — the Python
store.pymodule, for anyone extending the framework in-process - Production Guide — going from the SQLite seed install to a real PostgreSQL deployment
Install first: pip install -e "./framework[dev]" from the repo root (see COMMUNITY_FRAMEWORK.md → What an Operator Gets).