Metadata-Version: 1.0
Name: WSGI-middleware
Version: 0.0.100
Summary: Usage of WSGI middleware
Home-page: UNKNOWN
Author: John Mutuma
Author-email: johnmutuma5@gmail.com
License: None
Description: A simple demo on how to make WSGI middleware
        
        e.g. using Flask app
        
        from WSGI_middleware import WSGI_app
        
        app = Flask(__name__)
        app = WSGI_app(app)
        
        # and you're done!
        
Platform: UNKNOWN
