Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 406 Bytes

index.en.md

File metadata and controls

11 lines (8 loc) · 406 Bytes

Kuí

Kuí is an easy-to-use lightweight Python web framework.

  • Routing based on compressed prefix tree
  • Highly accurate type hints for better IDE support
  • Route middleware that can be applied to route groups
  • Dependency injection for middleware and views
  • Visual API interface and online debugging

Kuí supports both WSGI and ASGI modes, with similar usage patterns for both.