summaryrefslogtreecommitdiffstats
path: root/python/requests-futures/README
diff options
context:
space:
mode:
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.