Metadata-Version: 1.1
Name: httxlib
Version: 1.0.4
Summary: HTTP(s) Library
Home-page: https://github.com/mementum/httxlib
Author: Daniel Rodriguez
Author-email: danjrod@gmail.com
License: GPLv2+
Download-URL: https://github.com/mementum/httxlib/tarball/1.0.4
Description: 
        httxlib
        =======
        
        .. image:: https://img.shields.io/pypi/v/httxlib.svg
           :alt: PyPi Version
           :scale: 100%
           :target: https://pypi.python.org/pypi/httxlib/
        .. image:: https://img.shields.io/pypi/dm/httxlib.svg
           :alt: PyPi Monthly Donwloads
           :scale: 100%
           :target: https://pypi.python.org/pypi/httxlib/
        .. image:: https://img.shields.io/pypi/l/httxlib.svg
           :alt: License
           :scale: 100%
           :target: https://github.com/mementum/httxlib/blob/master/LICENSE
        .. image:: https://img.shields.io/pypi/pyversions/httxlib.svg
           :alt: Pytghon versions
           :scale: 100%
           :target: https://pypi.python.org/pypi/httxlib/
        
        
        HttxLib is an HTTP(s) Python library to communicate on top of
        Python's httplib and urllib2, suited for multithreaded/multidomain
        applications
        
Keywords: networking,http,https,development
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Software Development
Classifier: Topic :: Office/Business :: Financial
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
