High-level Twisted HTTP Client API
Project description
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.
Contributing
treq development is hosted on GitHub.
We welcome contributions: feel to fork and send contributions over. See CONTRIBUTING.rst for more info.
Code of Conduct
Refer to the Twisted code of conduct.
Copyright and License
treq is made available under the MIT license. See LICENSE for legal details and copyright notices.
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-20.9.0rc1.tar.gz
(60.1 kB
view hashes)
Built Distribution
Close
Hashes for treq-20.9.0rc1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39cc3e5936d15dc365ef7cf218f342edcb64c4e331ae90e75df6692bb9d2650c |
|
MD5 | f8c6ae0313e98d8a6dc96562414c56f3 |
|
BLAKE2b-256 | ca2dd64741e2a567ef478b8c2640823941a20a2b56da82d542ea37c983bff414 |