Metadata-Version: 2.4
Name: pentagon_framework
Version: 0.1.11
Summary: A web framework for Python.
Author-email: Ahmed Abdelkhaliq <abdelkhaliqqq@gmail.com>
Classifier: Programming Language :: Python :: 3
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: watchdog
Requires-Dist: rich
Dynamic: license-file


![Logo](https://ik.imagekit.io/cin2tn3bj/pentagon_icon.png)
## Pentagon - A Lightweight Python Web Framework

Pentagon is a modern, high-performance, web framework for building APIs with Python.
## Features

- **Lighting Fast**: Very high performance.
- **Auto Documentation**: You register endpoints, Pentagon generates the documenations.
- **Easy**: Designed to be easy to use and learn, easy documentation.


## Installation

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

```bash
pip install pentagon-framework
```


## Usage/Examples

Creating a project using pentagon

```bash
penta-admin init project --name "My Cool Project"
```
## Authors

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

