experimental/cuda-ubi9/: urllib3-2.2.1 metadata and description

Simple index

HTTP library with thread-safe connection pooling, file post, and more.

author_email Andrey Petrov <andrey.petrov@shazow.net>
classifiers
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
  • Topic :: Internet :: WWW/HTTP
  • Topic :: Software Development :: Libraries
description_content_type text/markdown
keywords filepost,http,httplib,https,pooling,ssl,threadsafe,urllib
maintainer_email Seth Michael Larson <sethmichaellarson@gmail.com>, Quentin Pradet <quentin@pradet.me>, Illia Volochii <illia.volochii@gmail.com>
project_urls
  • Changelog, https://github.com/urllib3/urllib3/blob/main/CHANGES.rst
  • Documentation, https://urllib3.readthedocs.io
  • Code, https://github.com/urllib3/urllib3
  • Issue tracker, https://github.com/urllib3/urllib3/issues
provides_extras zstd
requires_dist
  • brotli>=1.0.9; (platform_python_implementation == 'CPython') and extra == 'brotli'
  • brotlicffi>=0.8.0; (platform_python_implementation != 'CPython') and extra == 'brotli'
  • h2<5,>=4; extra == 'h2'
  • pysocks!=1.5.7,<2.0,>=1.5.6; extra == 'socks'
  • zstandard>=0.18.0; extra == 'zstd'
requires_python >=3.8
File Tox results History
urllib3-2.2.1-py3-none-any.whl
Size
118 KB
Type
Python Wheel
Python
3

urllib3

PyPI Version Python Versions Join our Discord Coverage Status Build Status on GitHub Documentation Status
OpenSSF Scorecard SLSA 3 CII Best Practices

urllib3 is a powerful, user-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:

urllib3 is powerful and easy to use:

>>> import urllib3
>>> resp = urllib3.request("GET", "http://httpbin.org/robots.txt")
>>> resp.status
200
>>> resp.data
b"User-agent: *\nDisallow: /deny\n"

Installing

urllib3 can be installed with pip:

$ python -m pip install urllib3

Alternatively, you can grab the latest source code from GitHub:

$ git clone https://github.com/urllib3/urllib3.git
$ cd urllib3
$ pip install .

Documentation

urllib3 has usage and reference documentation at urllib3.readthedocs.io.

Community

urllib3 has a community Discord channel for asking questions and collaborating with other contributors. Drop by and say hello 👋

Contributing

urllib3 happily accepts contributions. Please see our contributing documentation for some tips on getting started.

Security Disclosures

To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure with maintainers.

Maintainers

👋

Sponsorship

If your company benefits from this library, please consider sponsoring its development.

For Enterprise

Professional support for urllib3 is available as part of the Tidelift Subscription. Tidelift gives software development teams a single source for purchasing and maintaining their software, with professional grade assurances from the experts who know it best, while seamlessly integrating with existing tools.