From ae5bbc6dd4ef9fce6453804aa4b577bdcdd52bad Mon Sep 17 00:00:00 2001 From: Yth - Arnaud Date: Wed, 12 Feb 2025 11:50:07 +0700 Subject: python/python3-treq: Added (HTTP Client Library). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-treq/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-treq/README (limited to 'python/python3-treq/README') 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. -- cgit v1.2.3