Metadata-Version: 2.4
Name: mahi_wsgi_web_framework
Version: 0.0.1
Summary: This is a minimal python web Framework built on top of wsgi for learning purposes.
Author: Mahi Sarwar Anol
Author-email: anol.mahi@gmail.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Jinja2==3.1.2
Requires-Dist: parse==1.19.0
Requires-Dist: WebOb==1.8.7
Requires-Dist: whitenoise==6.2.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


# Building-a-Web-Framework-from-Scratch-python

A minimal web framework from coded from scratch in python
