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-18.6.0.tar.gz
(59.2 kB
view details)
Built Distribution
treq-18.6.0-py2.py3-none-any.whl
(53.6 kB
view details)
File details
Details for the file treq-18.6.0.tar.gz
.
File metadata
- Download URL: treq-18.6.0.tar.gz
- Upload date:
- Size: 59.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91e09ff6b524cc90aa5e934b909c8d0d1a9d36ebd618b6c38e37b17013e69f48 |
|
MD5 | a8e33a4b3259b45e08e1e0a5960f76f7 |
|
BLAKE2b-256 | cbc5c83628d7e1a5d62a71eab0a5d1cdcdc53b49ead873f52975457ff2a8ae21 |
File details
Details for the file treq-18.6.0-py2.py3-none-any.whl
.
File metadata
- Download URL: treq-18.6.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 | b936621beee3af98eca6dd74e0a8f939d8163c50714466a4994d22983a713ec2 |
|
MD5 | f6d7ec6289f3e05d8299baa5ca90959d |
|
BLAKE2b-256 | 7720a938853f08d1b2ecb0bc161add2b41173d18a8f1756b3c3236e920a3e200 |