aboutsummaryrefslogtreecommitdiff
path: root/python/python-urllib3/README
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2021-01-09 10:28:23 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:55:22 -0500
commit9fbae2c0e628d7f949bd134c878987a1e06b1ff0 (patch)
tree0f3ae32784fd88724fa2ee6a78d2c9b771f39ba5 /python/python-urllib3/README
parent605c74f77fa135297a167f13d602a612c434b664 (diff)
python/python-urllib3: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/python-urllib3/README')
-rw-r--r--python/python-urllib3/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/python/python-urllib3/README b/python/python-urllib3/README
deleted file mode 100644
index df9a0f529f..0000000000
--- a/python/python-urllib3/README
+++ /dev/null
@@ -1,12 +0,0 @@
-urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the Python
-ecosystem already uses urllib3 and you should too. urllib3 brings many critical features
-that are missing from the Python standard libraries:
-
-Thread safety.
-Connection pooling.
-Client-side SSL/TLS verification.
-File uploads with multipart encoding.
-Helpers for retrying requests and dealing with HTTP redirects.
-Support for gzip and deflate encoding.
-Proxy support for HTTP and SOCKS.
-100% test coverage.