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.7.0.tar.gz
(56.4 kB
view hashes)
Built Distribution
treq-17.7.0-py2.py3-none-any.whl
(53.6 kB
view hashes)
Close
Hashes for treq-17.7.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 376063af0fb15212976fb3be2901016424dd6d54a224354a6d57353d721d4e30 |
|
MD5 | f893d0d283aed166c9af1ad240f51c92 |
|
BLAKE2b-256 | e6dc1927fb3ee32c062fafc1ab9b6326d4d8815cf15fa2700475374da750c129 |