Metadata-Version: 2.4
Name: MahmudCore
Version: 0.0.1
Summary: MahmudCore — a Python web framework built from scratch for learning core web framework concepts
Home-page: https://github.com/dear-mahmud-bd/python-framework-from-scratch
Author: Md. Mahmudul Hasan
Author-email: dearmahmud.bd@gmail.com
License: MIT
Keywords: wsgi web framework python learning
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
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: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
Requires-Dist: webob==1.8.9
Requires-Dist: parse==1.21.1
Requires-Dist: requests==2.33.1
Requires-Dist: requests-wsgi-adapter==0.4.1
Requires-Dist: Jinja2==3.1.6
Requires-Dist: whitenoise==6.12.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: gunicorn; extra == "dev"
Requires-Dist: waitress; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

MahmudCore — a Python web framework built from scratch for learning core web framework concepts
