Metadata-Version: 2.0
Name: txrequest
Version: 0.0.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
Keywords: twisted web
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-Dist: attrs
Requires-Dist: hyperlink
Requires-Dist: incremental
Requires-Dist: tubes
Requires-Dist: twisted
Requires-Dist: typing
Requires-Dist: zope.interface

=========
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>`_.


