Metadata-Version: 1.1
Name: httxlib
Version: 1.0.3
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.3
Description: HttxLib is an HTTP(s) Python library to communicate on top of
        Python's httplib and urllib2, suited for multithreaded/multidomain
        applications
        
        Copyright (C) 2010-2011  Daniel Rodriguez (aka Daniel Rodriksson)
        Copyright (C) 2011  Sensible Odds Ltd
        
        You can learn more and contact the author at:
        
            http://code.google.com/p/httxlib/
        
        HttxLib is free software: you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.
        
        HttxLib is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.
        
        You should have received a copy of the GNU General Public License
        along with HttxLib. If not, see <http://www.gnu.org/licenses/>.
        
        -----
        HttxLib uses some Python functions verbatim. These functions are
        distributed under the terms of the PSF License version 2.
        
        A copy is included in LICENSE
        
        
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
