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 Commandsbetat 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.py module, 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).


Comments & ideas

This site uses Just the Docs, a documentation theme for Jekyll.