0% found this document useful (0 votes)
18 views3 pages

Sources

The document contains the file structure and contents of a Python package. It includes files for documentation, testing, source code and more. The package contains modules for HTTP requests and connections.

Uploaded by

libros oladola
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views3 pages

Sources

The document contains the file structure and contents of a Python package. It includes files for documentation, testing, source code and more. The package contains modules for HTTP requests and connections.

Uploaded by

libros oladola
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

CHANGES.

rst
LICENSE.txt
MANIFEST.in
README.rst
dev-requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/advanced-usage.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/sponsors.rst
docs/user-guide.rst
docs/v2-roadmap.rst
docs/_static/banner.svg
docs/_static/dark-logo.svg
docs/images/demo-button.png
docs/images/favicon.png
docs/images/learn-more-button.png
docs/images/logo.png
docs/images/logo.svg
docs/reference/index.rst
docs/reference/urllib3.connection.rst
docs/reference/urllib3.connectionpool.rst
docs/reference/urllib3.exceptions.rst
docs/reference/urllib3.fields.rst
docs/reference/urllib3.poolmanager.rst
docs/reference/urllib3.request.rst
docs/reference/urllib3.response.rst
docs/reference/urllib3.util.rst
docs/reference/contrib/appengine.rst
docs/reference/contrib/index.rst
docs/reference/contrib/ntlmpool.rst
docs/reference/contrib/pyopenssl.rst
docs/reference/contrib/securetransport.rst
docs/reference/contrib/socks.rst
dummyserver/__init__.py
dummyserver/handlers.py
dummyserver/proxy.py
dummyserver/server.py
dummyserver/testcase.py
dummyserver/certs/README.rst
dummyserver/certs/cacert.key
dummyserver/certs/cacert.pem
dummyserver/certs/server.crt
dummyserver/certs/server.key
src/urllib3/__init__.py
src/urllib3/_collections.py
src/urllib3/_version.py
src/urllib3/connection.py
src/urllib3/connectionpool.py
src/urllib3/exceptions.py
src/urllib3/fields.py
src/urllib3/filepost.py
src/urllib3/poolmanager.py
src/urllib3/request.py
src/urllib3/response.py
src/urllib3.egg-info/PKG-INFO
src/urllib3.egg-info/SOURCES.txt
src/urllib3.egg-info/dependency_links.txt
src/urllib3.egg-info/requires.txt
src/urllib3.egg-info/top_level.txt
src/urllib3/contrib/__init__.py
src/urllib3/contrib/_appengine_environ.py
src/urllib3/contrib/appengine.py
src/urllib3/contrib/ntlmpool.py
src/urllib3/contrib/pyopenssl.py
src/urllib3/contrib/securetransport.py
src/urllib3/contrib/socks.py
src/urllib3/contrib/_securetransport/__init__.py
src/urllib3/contrib/_securetransport/bindings.py
src/urllib3/contrib/_securetransport/low_level.py
src/urllib3/packages/__init__.py
src/urllib3/packages/six.py
src/urllib3/packages/backports/__init__.py
src/urllib3/packages/backports/makefile.py
src/urllib3/packages/ssl_match_hostname/__init__.py
src/urllib3/packages/ssl_match_hostname/_implementation.py
src/urllib3/util/__init__.py
src/urllib3/util/connection.py
src/urllib3/util/proxy.py
src/urllib3/util/queue.py
src/urllib3/util/request.py
src/urllib3/util/response.py
src/urllib3/util/retry.py
src/urllib3/util/ssl_.py
src/urllib3/util/ssltransport.py
src/urllib3/util/timeout.py
src/urllib3/util/url.py
src/urllib3/util/wait.py
test/__init__.py
test/benchmark.py
test/conftest.py
test/port_helpers.py
test/socketpair_helper.py
test/test_collections.py
test/test_compatibility.py
test/test_connection.py
test/test_connectionpool.py
test/test_exceptions.py
test/test_fields.py
test/test_filepost.py
test/test_no_ssl.py
test/test_poolmanager.py
test/test_proxymanager.py
test/test_queue_monkeypatch.py
test/test_response.py
test/test_retry.py
test/test_retry_deprecated.py
test/test_ssl.py
test/test_ssltransport.py
test/test_util.py
test/test_wait.py
test/tz_stub.py
test/appengine/__init__.py
test/appengine/conftest.py
test/appengine/test_gae_manager.py
test/appengine/test_urlfetch.py
test/contrib/__init__.py
test/contrib/duplicate_san.pem
test/contrib/test_pyopenssl.py
test/contrib/test_pyopenssl_dependencies.py
test/contrib/test_securetransport.py
test/contrib/test_socks.py
test/with_dummyserver/__init__.py
test/with_dummyserver/test_chunked_transfer.py
test/with_dummyserver/test_connectionpool.py
test/with_dummyserver/test_https.py
test/with_dummyserver/test_no_ssl.py
test/with_dummyserver/test_poolmanager.py
test/with_dummyserver/test_proxy_poolmanager.py
test/with_dummyserver/test_socketlevel.py

You might also like