main
kaya
A lightweight ASGI/RSGI web framework with method-aware routing, path matching, and recursive wildcard support.
Build & run locally
Install dev dependencies:
pip install --index-url https://gitea.woggioni.net/api/packages/woggioni/pypi/simple --extra-index-url https://pypi.org/simple -r requirements-dev.txt
Build the package:
python -m build
Run the example:
python example/hello.py
Tests
PYTHONPATH=src python -m unittest discover tests
Static analysis
mypy src/kaya
Languages
Python
100%