Skip to main content

A requests-like API built on top of twisted.web's Agent

Project description

treq

pypi build coverage

treq is an HTTP library inspired by requests but written on top of Twisted’s Agents.

It provides a simple, higher level API for making HTTP requests when using Twisted.

>>> from treq import get

>>> def done(response):
...     print response.code
...     reactor.stop()

>>> get("http://www.github.com").addCallback(done)

>>> from twisted.internet import reactor
>>> reactor.run()
200

For more info read the docs.

Contribute

treq is hosted on GitHub.

Feel free to fork and send contributions over.

Developing

Install dependencies:

pip install treq[dev]

Run Tests (unit & integration):

trial treq

Lint:

pep8 treq
pyflakes treq

Build docs:

tox -e docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

treq-17.8.0.tar.gz (56.4 kB view details)

Uploaded Source

Built Distribution

treq-17.8.0-py2.py3-none-any.whl (53.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file treq-17.8.0.tar.gz.

File metadata

  • Download URL: treq-17.8.0.tar.gz
  • Upload date:
  • Size: 56.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for treq-17.8.0.tar.gz
Algorithm Hash digest
SHA256 ef72d2d5e0b24bdf29267b608fa33df0ac401743af8524438b073e1fb2b66f16
MD5 7e1f5079b85ec104d4759fc0fb89071e
BLAKE2b-256 113e1014f26bfd4d07db015ad48384446b3bdc4de4bbdd2eba3be7fbb149cc44

See more details on using hashes here.

File details

Details for the file treq-17.8.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for treq-17.8.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 33e50235eb270bf7a16c71347ed18115ce1d6ae1735714d1af99a3fa9b18072b
MD5 58da454928deafd762028f8fd50a1b23
BLAKE2b-256 43a084ae6e1180bfd5b12f17a360e98921d309d4126b8833abefc9080b3d8733

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page