From d39891f7d94fc49d5540ec5941f67f694150acf0 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Date: Mon, 7 Jul 2014 13:47:52 +0530 Subject: [PATCH] add 'treq' under HTTP section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75c2739..4ded086 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [requests](http://docs.python-requests.org/) - HTTP Requests for Humans™. * [httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement. +* [treq](https://github.com/dreid/treq) - Python requests like API built on top of Twisted's HTTP client. ## Database