Metadata-Version: 2.1
Name: HandyHTTP
Version: 0.0.2
Summary: Helpers package for Python web projects.
Home-page: https://github.com/kmjbyrne/handyhttp
Author: Keith Byrne
Author-email: keithmbyrne@gmail.com
License: MIT
Description: # Handy HTTP
        
        For use with any python project that uses HTTP.
        
        A simply collection of HTTP utilities.
        
        
        ## Installation
        
        ```
        pip install HandyHTTP
        ```
        
        ## HTTP Responses
        
        ## HTTP Exceptions
        
        
Keywords: python library utilities
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
