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#

https://pypi.org/project/urllib3/

Type#

standard

Dependencies#

  • $(PYTHON_TOOLCHAIN)

  • $(PYTHON)

Version Information#

package-version.txt:

1.26.12

install-requires.txt:

urllib3

Equivalent System Packages#

arch:

$ sudo pacman -S  python-urllib3

conda:

$ conda install  urllib3

Debian/Ubuntu:

$ sudo apt-get install  python3-urllib3

Fedora/Redhat/CentOS:

$ sudo yum install  python-urllib3

freebsd:

$ sudo pkg install net/py-urllib3

gentoo:

$ sudo emerge dev-python/urllib3

opensuse:

$ sudo zypper install python3${PYTHON_MINOR}-urllib3

void:

$ 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.