Metadata-Version: 1.0
Name: wsgi-pratchett
Version: 2.0.0
Summary: GNU Terry Pratchett for WSGI
Home-page: UNKNOWN
Author: Travis Swicegood
Author-email: development@domain51.com
License: UNKNOWN
Description: ============================
        GNU Terry Pratchett for WSGI
        ============================
        
        Simple WSGI middleware for adding Terry Pratchett's header to your requests per
        the conversation that's happening `on reddit`_
        
        .. _on reddit: https://www.reddit.com/r/discworld/comments/2yt9j6/gnu_terry_pratchett
        
        
        -----
        Usage
        -----
        
        WSGI middleware is pretty simple.  Wrap your WSGI application in an instance of
        ``GNUTerryPratchett`` and you're set.
        
        .. code-block:: python
        
            from pratchett import GNUTerryPratchett
        
            # ... your code here, create your WSGI application
            app = GNUTerryPratchett(your_app)
        
Platform: UNKNOWN
