Metadata-Version: 2.4
Name: anakonda.py
Version: 1.0.3
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
Dynamic: license-file


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

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

## Features

- **Lighting Fast**: Very high performance.
- **Auto Documentation**: You register endpoints, Anakonda 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 anakonda.py
```


## Usage/Examples

Creating a project using Anakonda

```bash
konda-admin init
```
## Authors

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

