Metadata-Version: 2.1
Name: staty
Version: 1.2.4
Summary: HTTP response and status code handling
Home-page: http://github.com/osantana/staty
Author: Osvaldo Santana Neto
Author-email: staty@osantana.me
License: MIT
Download-URL: https://github.com/osantana/staty/tarball/1.2.4
Description: staty
        =====
        
        |Build Status| |Coverage Status|
        
        
        Staty is a Python Library with complete information and error handling for HTTP
        response status codes.
        
        
        Documentation
        -------------
        
        You can find ``staty`` documentation at `Read the Docs`_ website.
        
        
        .. _`Read the Docs`: http://staty.readthedocs.org/
        
        .. |Build Status| image:: https://travis-ci.org/osantana/staty.png?branch=master
           :target: https://travis-ci.org/osantana/staty
        .. |Coverage Status| image:: https://coveralls.io/repos/github/osantana/staty/badge.svg?branch=master
           :target: https://coveralls.io/github/osantana/staty?branch=master
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/x-rst
Provides-Extra: requests
