diff options
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 |
commit | 3ff7e8bdae8aa57327e241d39edd94c1642c3500 (patch) | |
tree | eed41f1cd69769623faa8335b606bb43987d6e27 /python/requests-futures/README | |
parent | 6c469fcfd070994fce08dc5bd5e8156454d8ad32 (diff) |
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/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 0000000000000..477e944515bf2 --- /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. |