summaryrefslogtreecommitdiffstats
path: root/python/python-urllib3/README
diff options
context:
space:
mode:
author Matteo Bernardini2019-04-27 08:03:43 +0200
committer Matteo Bernardini2019-04-27 08:03:43 +0200
commit37a4b1257f6e8122765de26d2eae5cc9364e655c (patch)
tree3683944132f03bdbed930b31e32d7f7aeb49e99c /python/python-urllib3/README
parenta7ecdbba095706df06b24afd23e97aaf57621fba (diff)
downloadslackbuilds-current-20190427.1.tar.gz
20190427.1 global branch merge.current-20190427.1
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.