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.7.0.tar.gz (56.4 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for treq-17.7.0.tar.gz
Algorithm Hash digest
SHA256 1f4ad7038a69cb0eb680c115c655bb9b1d2c6459a6d6ba62103be6efc7bafbae
MD5 4f0a7345232e974e49a8e24e9c97c77f
BLAKE2b-256 96d34e6818590dc630c910a1dd1d3393ba7b9fb875b98fb4411c41a556425c7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for treq-17.7.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 376063af0fb15212976fb3be2901016424dd6d54a224354a6d57353d721d4e30
MD5 f893d0d283aed166c9af1ad240f51c92
BLAKE2b-256 e6dc1927fb3ee32c062fafc1ab9b6326d4d8815cf15fa2700475374da750c129

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