https://github.com/abersheeran/kui
An easy-to-use web framework. Supports both WSGI and ASGI modes. Gevent or asyncio, this is the question.
https://github.com/abersheeran/kui
asgi asynchronous http openapi3 radix-tree web-framework websocket wsgi
Last synced: 5 days ago
JSON representation
An easy-to-use web framework. Supports both WSGI and ASGI modes. Gevent or asyncio, this is the question.
- Host: GitHub
- URL: https://github.com/abersheeran/kui
- Owner: abersheeran
- License: apache-2.0
- Created: 2019-06-14T07:39:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T06:49:28.000Z (4 months ago)
- Last Synced: 2025-04-06T05:57:03.384Z (9 days ago)
- Topics: asgi, asynchronous, http, openapi3, radix-tree, web-framework, websocket, wsgi
- Language: Python
- Homepage: https://kui.aber.sh
- Size: 4.49 MB
- Stars: 294
- Watchers: 6
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-seeds - index.py - to-use asynchronous web framework based on ASGI (Python)
README
# Kuí
[](https://pypi.org/project/kui/)
An easy-to-use web framework. Based on [baize](https://baize.aber.sh) and [pydantic](https://docs.pydantic.dev/).
## Install
```
pip install kui
```