A requests-like API built on top of twisted.web's Agent
Project description
treq
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
Release history Release notifications | RSS feed
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)
Built Distribution
treq-17.8.0-py2.py3-none-any.whl
(53.6 kB
view details)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef72d2d5e0b24bdf29267b608fa33df0ac401743af8524438b073e1fb2b66f16 |
|
MD5 | 7e1f5079b85ec104d4759fc0fb89071e |
|
BLAKE2b-256 | 113e1014f26bfd4d07db015ad48384446b3bdc4de4bbdd2eba3be7fbb149cc44 |
File details
Details for the file treq-17.8.0-py2.py3-none-any.whl
.
File metadata
- Download URL: treq-17.8.0-py2.py3-none-any.whl
- Upload date:
- Size: 53.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33e50235eb270bf7a16c71347ed18115ce1d6ae1735714d1af99a3fa9b18072b |
|
MD5 | 58da454928deafd762028f8fd50a1b23 |
|
BLAKE2b-256 | 43a084ae6e1180bfd5b12f17a360e98921d309d4126b8833abefc9080b3d8733 |