Metadata-Version: 2.1
Name: httpstatus35
Version: 0.0.1
Summary: Python 3.5 http.HTTPStatus backported to 3.4 and 2.7
Home-page: https://github.com/Gr1N/httpstatus35
Author: Nikita Grishko
Author-email: gr1n@protonmail.com
License: MIT
Download-URL: https://pypi.python.org/pypi/httpstatus35/
Description: httpstatus35
        ============
        
        Python 3.5 ``http.HTTPStatus`` backported to 3.4 and 2.7
        
        Getting started
        ---------------
        
        Install:
        
        ::
        
            $ pip install httpstatus35
        
        ...or if you want to use Python 2.7 run:
        
        ::
        
            $ pip install httpstatus35[py2x]
        
        Enjoy:
        
        ::
        
            $ python2.7
            Python 2.7.10 (default, Oct 23 2015, 19:19:21)
            [GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin
            Type "help", "copyright", "credits" or "license" for more information.
            >>> from httpstatus import HTTPStatus
            >>> HTTPStatus.OK
            <HTTPStatus.OK: 200>
        
        License
        -------
        
        *httpstatus35* is licensed under the MIT license. See the license file
        for details.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: py2x
