summaryrefslogtreecommitdiffstats
path: root/python/requests-futures/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-01-20 22:29:16 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-20 22:29:16 +0700
commit3ff7e8bdae8aa57327e241d39edd94c1642c3500 (patch)
treeeed41f1cd69769623faa8335b606bb43987d6e27 /python/requests-futures/README
parent6c469fcfd070994fce08dc5bd5e8156454d8ad32 (diff)
downloadslackbuilds-3ff7e8bdae8aa57327e241d39edd94c1642c3500.tar.gz
slackbuilds-3ff7e8bdae8aa57327e241d39edd94c1642c3500.tar.xz
python/requests-futures: Added (Asynchronous Python HTTP).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/requests-futures/README')
-rw-r--r--python/requests-futures/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/requests-futures/README b/python/requests-futures/README
new file mode 100644
index 0000000000..477e944515
--- /dev/null
+++ b/python/requests-futures/README
@@ -0,0 +1,4 @@
+Asynchronous Python HTTP for Humans.
+Small add-on for the python requests http library. Makes use of
+python 3.2's concurrent.futures or the backport for prior versions
+of python.