Metadata-Version: 2.4
Name: kribton
Version: 1.0.6
Summary: A high-performance web framework for Python.
Author-email: Ahmed Abdelkhaliq <abdelkhaliqqq@gmail.com>
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: alembic>=1.18.5
Requires-Dist: sqlalchemy>=2.0.51
Requires-Dist: pydantic>=2.13.4
Requires-Dist: typer>=0.26.7
Requires-Dist: questionary>=2.1.1
Requires-Dist: rich>=15.0.0
Requires-Dist: uvicorn>=0.49.0
Requires-Dist: click>=8.4.2
Requires-Dist: greenlet>=3.5.2
Requires-Dist: jinja2>=3.1.6
Requires-Dist: mako>=1.3.12
Requires-Dist: prompt-toolkit>=3.0.52
Requires-Dist: typing-extensions>=4.15.0
Dynamic: license-file


![Logo](https://ik.imagekit.io/cin2tn3bj/kribton_logo_no_bg.png)
## Kribton - A performative Python Web Framework

Kribton is a modern, high-performance, web framework for building APIs with Python.

## Features

- **Lighting Fast**: Very high performance.
- **Auto Documentation**: You register endpoints, Kribton generates the documenations.
- **Easy**: Designed to be easy to use and learn, easy documentation.
- **Friendly**: Coming from Django, FastAPI or even Flask? still suitable for you.

## Installation

Just run the pip command and you're all set!

```bash
pip install kribton
```


## Usage/Examples

Creating a project using Kribton

```bash
kribton init
```
## Authors

- [@abde1khaliq](https://www.github.com/abde1khaliq)

