Metadata-Version: 2.4
Name: aframeuz
Version: 0.2.0
Summary: Python Web Framework built for learning purposes
Home-page: https://github.com/me/myproject
Author: Alibek Vokhidov
Author-email: vokhidov.alibek.ru@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
Requires-Dist: Jinja2==3.1.6
Requires-Dist: parse==1.22.1
Requires-Dist: requests==2.34.2
Requires-Dist: requests-wsgi-adapter==0.4.1
Requires-Dist: WebOb==1.8.10
Requires-Dist: whitenoise==6.12.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


# AFrameUz: Python Web Framework built for learning purpose

![purpose](https://img.shields.io/badge/purpose-learning-blue)
![PyPI Version](https://img.shields.io/pypi/v/aframeuz)

AFrameUz is a Python web Framework built learning purposes.

It's a WSGI Framework and can be used with any WSGI application server such as Gunicorn.

## Installation

```shell
    pip install aframeuz
```


