diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-03-22 23:39:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-22 23:39:43 +0700 |
commit | 825e81a517e04577d9147c466bdcc45293cef10d (patch) | |
tree | 37d3e0df1b07325f9772f0b2a7525722327dc976 /python/txrequests/README | |
parent | 7135a60e5e9b73bc307bb4eeef80e7bd0c5a8b29 (diff) |
python/txrequests: Added (Asynchronous Python HTTP).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/txrequests/README')
-rw-r--r-- | python/txrequests/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/txrequests/README b/python/txrequests/README new file mode 100644 index 0000000000000..7324e892544c8 --- /dev/null +++ b/python/txrequests/README @@ -0,0 +1,4 @@ +Asynchronous Python HTTP Requests for Humans + +Small add-on for the python requests http library. Makes use twisted's +ThreadPool, so that the requests' API returns deferred. |