summaryrefslogtreecommitdiffstats
path: root/python/txrequests/README
diff options
context:
space:
mode:
author David Spencer2017-03-22 17:39:43 +0100
committer Willy Sudiarto Raharjo2017-03-22 17:39:43 +0100
commit825e81a517e04577d9147c466bdcc45293cef10d (patch)
tree37d3e0df1b07325f9772f0b2a7525722327dc976 /python/txrequests/README
parent7135a60e5e9b73bc307bb4eeef80e7bd0c5a8b29 (diff)
downloadslackbuilds-825e81a517e04577d9147c466bdcc45293cef10d.tar.gz
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/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/txrequests/README b/python/txrequests/README
new file mode 100644
index 0000000000..7324e89254
--- /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.