Metadata-Version: 2.1
Name: urllib3
Version: 2.0.7
Summary: HTTP library with thread-safe connection pooling, file post, and more.
Author-email: Andrey Petrov <andrey.petrov@shazow.net>
Maintainer-email: Seth Michael Larson <sethmichaellarson@gmail.com>, Quentin Pradet <quentin@pradet.me>
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
License-File: LICENSE.txt
Provides-Extra: brotli
Requires-Dist: brotli>=1.0.9; platform_python_implementation == "CPython" and extra == "brotli"
Requires-Dist: brotlicffi>=0.8.0; platform_python_implementation != "CPython" and extra == "brotli"
Provides-Extra: secure
Requires-Dist: certifi; extra == "secure"
Requires-Dist: cryptography>=1.9; extra == "secure"
Requires-Dist: idna>=2.0.0; extra == "secure"
Requires-Dist: pyopenssl>=17.1.0; extra == "secure"
Requires-Dist: urllib3-secure-extra; extra == "secure"
Provides-Extra: socks
Requires-Dist: pysocks!=1.5.7,<2.0,>=1.5.6; extra == "socks"
Provides-Extra: zstd
Requires-Dist: zstandard>=0.18.0; extra == "zstd"
