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
Release files for treq 16.12.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| treq-16.12.0.tar.gz | 43.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| treq-16.12.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 83.5 kB
Release files / treq-16.12.0.tar.gz
| Download URL | treq-16.12.0.tar.gz |
|---|---|
| Size | 43.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b008edc81157969ad2bf23bece083adedb0adf249368a3896bb5ac9a871b91a9
|
|
BLAKE2b-256 checksum How to use checksums |
264b303880fb5bab1111654df2df0f201f4ba038221bdc52f5a395f0abfc0cb1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / treq-16.12.0-py2.py3-none-any.whl
| Download URL | treq-16.12.0-py2.py3-none-any.whl |
|---|---|
| Size | 39.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
a0284fed52201662007b90f8db381c35132d0f1665b5d4835c3ab3500dd3c951
|
|
BLAKE2b-256 checksum How to use checksums |
1e13ee3285d7c6b4b27160bafc8235c14c26c7e4b37936a4beede5d41444ee7a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |