Files
2026-07-14 16:45:59 +08:00

558 B

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