Metadata-Version: 2.1
Name: ccframe
Version: 0.0.2
Summary: ccframe - simple web framework. Cloned from Bumbo Python Web Framework course
Home-page: UNKNOWN
Author: Alex Shanin
Author-email: shanin.x@gmail.com
License: MIT
Description: 
        #### ccframe is a core frame for simple web apps. 
        
        Cloned from 'Bumbo Python Web Framework'. Build for learning purposes.
        
        Run app: 
        ```gunicorn app:app```
        
        Run tests: ```pytest test.py```
        
        Run coverage: ```pytest --cov=. test.py```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
