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 -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
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-15.0.0.tar.gz
(31.7 kB
view details)
Built Distribution
treq-15.0.0-py2-none-any.whl
(27.9 kB
view details)
File details
Details for the file treq-15.0.0.tar.gz
.
File metadata
- Download URL: treq-15.0.0.tar.gz
- Upload date:
- Size: 31.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e61d6c226dd61c6a811a98de8b545d4f25d6409ddfb7ee6866272f3f21f0569 |
|
MD5 | 76e33f6cfd997a7387f201c2d048b3ad |
|
BLAKE2b-256 | b2ecbc7e350241bc00a8ed4874d42d551623eab4e84a23a0c55586c8c7c8f118 |
File details
Details for the file treq-15.0.0-py2-none-any.whl
.
File metadata
- Download URL: treq-15.0.0-py2-none-any.whl
- Upload date:
- Size: 27.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 022bf0a990ed87e76265e290e7328fa1aad66e4374695176bed366d47a2cb579 |
|
MD5 | 46c31d063087bdd754d386fb7e426169 |
|
BLAKE2b-256 | 582010ce076bda1a49e4576ace445ea9ef37cf6816fe2d0ee4e6b43854b1bf5a |