Metadata-Version: 2.1
Name: oberoon
Version: 0.1.1
Summary: A simple Python WSGI framework built for learning purposes
Home-page: https://github.com/Samandar-Komilov/oberoon
Author: Samandar Komilov
Author-email: komilov.samandar07@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.10.0
Description-Content-Type: text/markdown
Requires-Dist: Jinja2==3.1.4
Requires-Dist: parse==1.20.2
Requires-Dist: requests==2.32.3
Requires-Dist: requests-wsgi-adapter==0.4.1
Requires-Dist: WebOb==1.8.7
Requires-Dist: whitenoise==6.7.0
Requires-Dist: gunicorn==22.0.0


# oberoon
Oberoon is a Python Web Framework built for learning purposes. The plan is to learn how frameworks are built by implementing their features, writing blog posts about them and keeping the codebase as simple as possible.
