Metadata-Version: 2.1
Name: frameworkk
Version: 0.0.2
Summary: Dummy Python Web Framework built for learning purposes.
Home-page: UNKNOWN
Author: Frederic Arnou
Author-email: frederic.arnou@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: Jinja2 (==2.11.3)
Requires-Dist: parse (==1.19.0)
Requires-Dist: requests (==2.25.1)
Requires-Dist: requests-wsgi-adapter (==0.4.1)
Requires-Dist: WebOb (==1.8.7)
Requires-Dist: whitenoise (==5.2.0)


# Frameworkk: Python Web Framework built for learning purposes

![purpose](https://img.shields.io/badge/purpose-learning-green.svg)
![PyPI](https://img.shields.io/pypi/v/frameworkk.svg)

Frameworkk is a Python web framework built for learning purposes.

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


