A suite of reusable Django apps for building commercial-grade APIs.
Each app is independently installable from PyPI and designed to work together. See api.calendula.lxcor.com for a live reference implementation.
| App | PyPI | Description |
|---|---|---|
| docca | pip install lxcor-docca |
API documentation portal — auto-syncs DRF endpoints into a searchable portal |
| reggi | pip install lxcor-reggi |
API key management and user identity — registration, verification, key rotation |
| kotta | pip install lxcor-kotta |
Throttling and quota enforcement — per-endpoint limits, tier-based quotas |
| billa | pip install lxcor-billa |
Credit-based billing — Stripe, PayPal, and stub backends, credit pack catalogue |
| romma | pip install lxcor-romma |
Hero landing page and endpoint catalog — wires docca's manifest into a ready-made portal |
docca (no suite deps)
reggi (no suite deps)
kotta → reggi
billa → reggi, kotta
romma → docca (optional: billa, reggi)
MIT — see each app's LICENSE file.