urllib3: HTTP library with thread-safe connection pooling, file post, and more¶
Description¶
HTTP library with thread-safe connection pooling, file post, and more
License¶
MIT
Upstream Contact¶
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information¶
package-version.txt:
2.1.0
version_requirements.txt:
urllib3
Equivalent System Packages¶
$ sudo pacman -S python-urllib3
$ conda install urllib3
$ sudo apt-get install python3-urllib3
$ sudo yum install python3-urllib3
$ sudo pkg install net/py-urllib3
$ sudo emerge dev-python/urllib3
$ sudo zypper install python3\$\{PYTHON_MINOR\}-urllib3
$ sudo xbps-install python3-urllib3
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.