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