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 -r requirements-dev.txt

Optionally install PyOpenSSL:

pip install PyOpenSSL

Run Tests (unit & integration):

trial treq

Lint:

pep8 treq
pyflakes treq

Build docs:

cd docs; make html

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

Uploaded Source

Built Distribution

treq-15.1.0-py2.py3-none-any.whl (39.2 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for treq-15.1.0.tar.gz
Algorithm Hash digest
SHA256 425a47d5d52a993d51211028fb6ade252e5fbea094e878bb4b644096a7322de8
MD5 b1fb60759ad5a885cb8ea562553f2d4c
BLAKE2b-256 dbefc112eae4e9d165f4664f5d25949cb832ab4e1bc255d19e7dad81342d486d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for treq-15.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1ad1ba89ddc62ae877084b290bd327755b13f6e7bc7076dc4d8e2efb701bfd63
MD5 c40f6f1f304d0ff5ad153e2f01b1387f
BLAKE2b-256 2878fb8c3859abae83bbf8a83838eac1aded9037a5e49784f4d8da360fc4b530

See more details on using hashes here.

Provenance

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