Metadata-Version: 2.1
Name: kui
Version: 1.8.1
Summary: An easy-to-use web framework.
License: Apache-2.0
Author-email: abersheeran <me@abersheeran.com>
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: baize>=0.20.0
Requires-Dist: pydantic>=1.10
Requires-Dist: typing-extensions>=4.2.0
Project-URL: documentation, https://kui.aber.sh
Project-URL: homepage, https://github.com/abersheeran/kui
Project-URL: repository, https://github.com/abersheeran/kui
Description-Content-Type: text/markdown

# Kuí

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kui?label=Support%20Python%20Version&style=flat-square)](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
```

