Metadata-Version: 1.0
Name: pyhttp
Version: 1.0.0
Summary: An object-oriented layer for the HTTP specification. It provides an abstraction for requests, responses, uploaded files, cookies, etc
Home-page: https://github.com/felixcarmona/pyhttp
Author: Felix Carmona
Author-email: mail@felixcarmona.com
License: UNKNOWN
Description: Python object-oriented HTTP
        ===========================
        
        .. image:: https://travis-ci.org/felixcarmona/pyhttp.png?branch=master
            :target: https://travis-ci.org/felixcarmona/pyhttp
        
        .. image:: https://coveralls.io/repos/felixcarmona/pyhttp/badge.png?branch=master
            :target: https://coveralls.io/r/felixcarmona/pyhttp?branch=master
        
        .. image:: https://pypip.in/d/pyhttp/badge.png
            :target: https://pypi.python.org/pypi/pyhttp/
            :alt: Downloads
        
        .. image:: https://pypip.in/v/pyhttp/badge.png
            :target: https://pypi.python.org/pypi/pyhttp/
            :alt: Latest Version
        
        Defines an object-oriented layer for the HTTP specification.
        
        It provides an abstraction for requests, responses, uploaded files, cookies, etc
Platform: UNKNOWN
