summaryrefslogtreecommitdiffstats
path: root/python/txrequests/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/txrequests/README')
-rw-r--r--python/txrequests/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/txrequests/README b/python/txrequests/README
new file mode 100644
index 0000000000..7324e89254
--- /dev/null
+++ b/python/txrequests/README
@@ -0,0 +1,4 @@
+Asynchronous Python HTTP Requests for Humans
+
+Small add-on for the python requests http library. Makes use twisted's
+ThreadPool, so that the requests' API returns deferred.