Metadata-Version: 2.1
Name: bumbojonasps
Version: 0.0.3
Summary: Python Web Framework built for learning purposes.
Home-page: UNKNOWN
Author: J P S
Author-email: jonasliu89@gmail.com
License: MIT
Description: 
        # Bumbo: Python Web Framework built for learning purposes
        
        ![purpose](https://img.shields.io/badge/purpose-learning-green.svg)
        ![PyPI](https://img.shields.io/pypi/v/bumbo.svg)
        
        Bumbo 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.
        
        ## Installation
        
        ```shell
        pip install bumbojonasps
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
