aboutsummaryrefslogtreecommitdiff
path: root/python/python3-treq/README
diff options
context:
space:
mode:
authorYth - Arnaud <yth@ythogtha.org>2025-02-12 11:50:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-02-15 08:30:14 +0700
commitae5bbc6dd4ef9fce6453804aa4b577bdcdd52bad (patch)
treea743aec20184061ce18b4f6394ec3294f1a56300 /python/python3-treq/README
parent1888053f9aadb8d3f2a106c303493bb06e3d2974 (diff)
python/python3-treq: Added (HTTP Client Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-treq/README')
-rw-r--r--python/python3-treq/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-treq/README b/python/python3-treq/README
new file mode 100644
index 0000000000..cb7d4bd530
--- /dev/null
+++ b/python/python3-treq/README
@@ -0,0 +1,5 @@
+treq: High-level Twisted HTTP Client API
+
+treq is an HTTP library inspired by requests but written on top of
+Twisted's Agents. It provides a simple, higher level API for making
+HTTP requests when using Twisted.