From 3ff7e8bdae8aa57327e241d39edd94c1642c3500 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 20 Jan 2015 22:29:16 +0700 Subject: python/requests-futures: Added (Asynchronous Python HTTP). Signed-off-by: Willy Sudiarto Raharjo --- python/requests-futures/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/requests-futures/README (limited to 'python/requests-futures/README') 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. -- cgit v1.2.3-80-g2a13