2026-07-14 14:07:03 +00:00
2026-07-14 16:45:59 +08:00
2026-07-14 16:45:59 +08:00
2026-07-14 16:45:59 +08:00
2026-07-14 14:07:03 +00:00
2026-07-14 14:07:03 +00:00
2026-07-14 16:45:59 +08:00
2026-07-14 10:44:50 +02:00
2026-07-14 16:45:59 +08:00
2026-07-14 16:45:59 +08:00
2026-07-14 16:45:59 +08:00
2026-07-14 16:45:59 +08:00

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
S
Description
A lightweight ASGI/RSGI web framework
Readme
54 KiB
Languages
Python 100%