Metadata-Version: 1.2
Name: txrequest
Version: 0.1.0
Summary: HTTP Request object API for Twisted
Home-page: https://github.com/wsanchez/txrequest
Author: Wilfredo Sánchez Vega
Author-email: wsanchez@twistedmatrix.com
License: MIT
Description: =========
        txrequest
        =========
        
        .. image:: https://travis-ci.org/wsanchez/txrequest.svg?branch=master
            :target: http://travis-ci.org/wsanchez/txrequest
            :alt: Build Status
        .. image:: https://codecov.io/github/wsanchez/txrequest/coverage.svg?branch=master
            :target: https://codecov.io/github/wsanchez/txrequest?branch=master
            :alt: Code Coverage
        .. image:: https://img.shields.io/pypi/pyversions/txrequest.svg
            :target: https://pypi.python.org/pypi/txrequest
            :alt: Python Version Compatibility
        
        ``txrequest`` is a library containing an HTTP Request object API for Twisted, meant to replace the `IRequest <http://twistedmatrix.com/documents/current/api/twisted.web.iweb.IRequest.html>`_ interface and implementations in ``twisted.web``.
        
        ``txrequest`` is not an attempt at a an async version of ``requests``.  For that, see `treq <https://github.com/twisted/treq>`_.
        
Keywords: twisted web http request
Platform: all
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
