diff options
Diffstat (limited to 'python/requests-futures/README')
-rw-r--r-- | python/requests-futures/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/requests-futures/README b/python/requests-futures/README new file mode 100644 index 000000000000..477e944515bf --- /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. |