Metadata-Version: 2.1
Name: kui
Version: 1.1.2
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
Provides-Extra: cli
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í

[![Codecov](https://img.shields.io/codecov/c/github/abersheeran/kui?style=flat-square)](https://codecov.io/gh/abersheeran/kui)
[![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
```

