Metadata-Version: 1.2
Name: dead-simple-framework
Version: 0.0.1
Summary: Specify APIs with a Python dict and run with one line
Home-page: https://github.com/Topazoo/dead_simple_framework
Author: Peter Swanson
Author-email: peter.swanson@ucdavis.edu
License: MIT
Description: # Dead Simple Web Framework
        
        ## Overview:
        
        A dead simple framework for web applications:
        
        Backend:
        
        - Python 3.7 [Flask]
        - MongoDB
        - TODO: Kafka Hooks
        - TODO: Redis Hooks
        - TODO: RabbitMQ Hooks
        - TODO: Celery Hooks
        
        ## Installing:
        
        TODO
        
        
        ## Configuration:
        
        TODO
        
        ## Sample:
        
        TODO
Platform: UNKNOWN
Requires-Python: >=3.5
