pkgsrc/devel/py-pip/PLIST
adam 041fe1d5f3 py-pip: updated to 19.3
19.3:
Deprecations and Removals
- Remove undocumented support for un-prefixed URL requirements pointing
  to SVN repositories. Users relying on this can get the original behavior
  by prefixing their URL with svn+ (which is backwards-compatible).
- Remove the deprecated --venv option from pip config.

Features
- Print a better error message when --no-binary or --only-binary is given
  an argument starting with -.
- Make pip show warn about packages not found.
- Support including a port number in --trusted-host for both HTTP and HTTPS.
- Redact single-part login credentials from URLs in log messages.
- Implement manylinux2014 platform tag support.  manylinux2014 is the successor
  to manylinux2010.  It allows carefully compiled binary wheels to be installed
  on compatible Linux platforms.  The manylinux2014 platform tag definition can
  be found in PEP599 <https://www.python.org/dev/peps/pep-0599/>_.

Bug Fixes
- Abort installation if any archive contains a file which would be placed
  outside the extraction location.
- pip's CLI completion code no longer prints a Traceback if it is interrupted.
- Correct inconsistency related to the hg+file scheme.
- Fix rmtree_errorhandler to skip non-existing directories.
- Ignore errors copying socket files for local source installs (in Python 3).
- Fix requirement line parser to correctly handle PEP 440 requirements with a URL
  pointing to an archive file.
- The pip-wheel-metadata directory does not need to persist between invocations of pip, use a temporary directory instead of the current setup.py directory.
- Fix --trusted-host processing under HTTPS to trust any port number used
  with the host.
- Switch to new distlib wheel script template. This should be functionally
  equivalent for end users.
- Skip copying .tox and .nox directories to temporary build directories
- Fix handling of tokens (single part credentials) in URLs.
- Fix a regression that caused ~ expansion not to occur in --find-links
  paths.
- Fix bypassed pip upgrade warning on Windows.
- Fix 'm' flag erroneously being appended to ABI tag in Python 3.8 on platforms that do not provide SOABI
- Hide security-sensitive strings like passwords in log messages related to
  version control system (aka VCS) command invocations.
- Correctly uninstall symlinks that were installed in a virtualenv,
  by tools such as flit install --symlink.
- Don't fail installation using pip.exe on Windows when pip wouldn't be upgraded.
- Use canonical distribution names when computing Required-By in pip show.
- Don't use hardlinks for locking selfcheck state file.
- Ignore "require_virtualenv" in pip config
- Fix pip freeze not showing correct entry for mercurial packages that use subdirectories.
- Fix a crash when sys.stdin is set to None, such as on AWS Lambda.

Vendored Libraries
- Upgrade certifi to 2019.9.11
- Add contextlib2 0.6.0 as a vendored dependency.
- Remove Lockfile as a vendored dependency.
- Upgrade msgpack to 0.6.2
- Upgrade packaging to 19.2
- Upgrade pep517 to 0.7.0
- Upgrade pyparsing to 2.4.2
- Upgrade pytoml to 0.1.21
- Upgrade setuptools to 41.4.0
- Upgrade urllib3 to 1.25.6

Improved Documentation
- Document caveats for UNC paths in uninstall and add .pth unit tests.
- Add architectural overview documentation.
- Document that --ignore-installed is dangerous.
2019-10-15 17:16:54 +00:00

995 lines
47 KiB
Text

@comment $NetBSD: PLIST,v 1.24 2019/10/15 17:16:54 adam Exp $
bin/pip${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pip/__init__.py
${PYSITELIB}/pip/__init__.pyc
${PYSITELIB}/pip/__init__.pyo
${PYSITELIB}/pip/__main__.py
${PYSITELIB}/pip/__main__.pyc
${PYSITELIB}/pip/__main__.pyo
${PYSITELIB}/pip/_internal/__init__.py
${PYSITELIB}/pip/_internal/__init__.pyc
${PYSITELIB}/pip/_internal/__init__.pyo
${PYSITELIB}/pip/_internal/build_env.py
${PYSITELIB}/pip/_internal/build_env.pyc
${PYSITELIB}/pip/_internal/build_env.pyo
${PYSITELIB}/pip/_internal/cache.py
${PYSITELIB}/pip/_internal/cache.pyc
${PYSITELIB}/pip/_internal/cache.pyo
${PYSITELIB}/pip/_internal/cli/__init__.py
${PYSITELIB}/pip/_internal/cli/__init__.pyc
${PYSITELIB}/pip/_internal/cli/__init__.pyo
${PYSITELIB}/pip/_internal/cli/autocompletion.py
${PYSITELIB}/pip/_internal/cli/autocompletion.pyc
${PYSITELIB}/pip/_internal/cli/autocompletion.pyo
${PYSITELIB}/pip/_internal/cli/base_command.py
${PYSITELIB}/pip/_internal/cli/base_command.pyc
${PYSITELIB}/pip/_internal/cli/base_command.pyo
${PYSITELIB}/pip/_internal/cli/cmdoptions.py
${PYSITELIB}/pip/_internal/cli/cmdoptions.pyc
${PYSITELIB}/pip/_internal/cli/cmdoptions.pyo
${PYSITELIB}/pip/_internal/cli/command_context.py
${PYSITELIB}/pip/_internal/cli/command_context.pyc
${PYSITELIB}/pip/_internal/cli/command_context.pyo
${PYSITELIB}/pip/_internal/cli/main_parser.py
${PYSITELIB}/pip/_internal/cli/main_parser.pyc
${PYSITELIB}/pip/_internal/cli/main_parser.pyo
${PYSITELIB}/pip/_internal/cli/parser.py
${PYSITELIB}/pip/_internal/cli/parser.pyc
${PYSITELIB}/pip/_internal/cli/parser.pyo
${PYSITELIB}/pip/_internal/cli/req_command.py
${PYSITELIB}/pip/_internal/cli/req_command.pyc
${PYSITELIB}/pip/_internal/cli/req_command.pyo
${PYSITELIB}/pip/_internal/cli/status_codes.py
${PYSITELIB}/pip/_internal/cli/status_codes.pyc
${PYSITELIB}/pip/_internal/cli/status_codes.pyo
${PYSITELIB}/pip/_internal/collector.py
${PYSITELIB}/pip/_internal/collector.pyc
${PYSITELIB}/pip/_internal/collector.pyo
${PYSITELIB}/pip/_internal/commands/__init__.py
${PYSITELIB}/pip/_internal/commands/__init__.pyc
${PYSITELIB}/pip/_internal/commands/__init__.pyo
${PYSITELIB}/pip/_internal/commands/check.py
${PYSITELIB}/pip/_internal/commands/check.pyc
${PYSITELIB}/pip/_internal/commands/check.pyo
${PYSITELIB}/pip/_internal/commands/completion.py
${PYSITELIB}/pip/_internal/commands/completion.pyc
${PYSITELIB}/pip/_internal/commands/completion.pyo
${PYSITELIB}/pip/_internal/commands/configuration.py
${PYSITELIB}/pip/_internal/commands/configuration.pyc
${PYSITELIB}/pip/_internal/commands/configuration.pyo
${PYSITELIB}/pip/_internal/commands/debug.py
${PYSITELIB}/pip/_internal/commands/debug.pyc
${PYSITELIB}/pip/_internal/commands/debug.pyo
${PYSITELIB}/pip/_internal/commands/download.py
${PYSITELIB}/pip/_internal/commands/download.pyc
${PYSITELIB}/pip/_internal/commands/download.pyo
${PYSITELIB}/pip/_internal/commands/freeze.py
${PYSITELIB}/pip/_internal/commands/freeze.pyc
${PYSITELIB}/pip/_internal/commands/freeze.pyo
${PYSITELIB}/pip/_internal/commands/hash.py
${PYSITELIB}/pip/_internal/commands/hash.pyc
${PYSITELIB}/pip/_internal/commands/hash.pyo
${PYSITELIB}/pip/_internal/commands/help.py
${PYSITELIB}/pip/_internal/commands/help.pyc
${PYSITELIB}/pip/_internal/commands/help.pyo
${PYSITELIB}/pip/_internal/commands/install.py
${PYSITELIB}/pip/_internal/commands/install.pyc
${PYSITELIB}/pip/_internal/commands/install.pyo
${PYSITELIB}/pip/_internal/commands/list.py
${PYSITELIB}/pip/_internal/commands/list.pyc
${PYSITELIB}/pip/_internal/commands/list.pyo
${PYSITELIB}/pip/_internal/commands/search.py
${PYSITELIB}/pip/_internal/commands/search.pyc
${PYSITELIB}/pip/_internal/commands/search.pyo
${PYSITELIB}/pip/_internal/commands/show.py
${PYSITELIB}/pip/_internal/commands/show.pyc
${PYSITELIB}/pip/_internal/commands/show.pyo
${PYSITELIB}/pip/_internal/commands/uninstall.py
${PYSITELIB}/pip/_internal/commands/uninstall.pyc
${PYSITELIB}/pip/_internal/commands/uninstall.pyo
${PYSITELIB}/pip/_internal/commands/wheel.py
${PYSITELIB}/pip/_internal/commands/wheel.pyc
${PYSITELIB}/pip/_internal/commands/wheel.pyo
${PYSITELIB}/pip/_internal/configuration.py
${PYSITELIB}/pip/_internal/configuration.pyc
${PYSITELIB}/pip/_internal/configuration.pyo
${PYSITELIB}/pip/_internal/distributions/__init__.py
${PYSITELIB}/pip/_internal/distributions/__init__.pyc
${PYSITELIB}/pip/_internal/distributions/__init__.pyo
${PYSITELIB}/pip/_internal/distributions/base.py
${PYSITELIB}/pip/_internal/distributions/base.pyc
${PYSITELIB}/pip/_internal/distributions/base.pyo
${PYSITELIB}/pip/_internal/distributions/installed.py
${PYSITELIB}/pip/_internal/distributions/installed.pyc
${PYSITELIB}/pip/_internal/distributions/installed.pyo
${PYSITELIB}/pip/_internal/distributions/source/__init__.py
${PYSITELIB}/pip/_internal/distributions/source/__init__.pyc
${PYSITELIB}/pip/_internal/distributions/source/__init__.pyo
${PYSITELIB}/pip/_internal/distributions/source/legacy.py
${PYSITELIB}/pip/_internal/distributions/source/legacy.pyc
${PYSITELIB}/pip/_internal/distributions/source/legacy.pyo
${PYSITELIB}/pip/_internal/distributions/wheel.py
${PYSITELIB}/pip/_internal/distributions/wheel.pyc
${PYSITELIB}/pip/_internal/distributions/wheel.pyo
${PYSITELIB}/pip/_internal/download.py
${PYSITELIB}/pip/_internal/download.pyc
${PYSITELIB}/pip/_internal/download.pyo
${PYSITELIB}/pip/_internal/exceptions.py
${PYSITELIB}/pip/_internal/exceptions.pyc
${PYSITELIB}/pip/_internal/exceptions.pyo
${PYSITELIB}/pip/_internal/index.py
${PYSITELIB}/pip/_internal/index.pyc
${PYSITELIB}/pip/_internal/index.pyo
${PYSITELIB}/pip/_internal/legacy_resolve.py
${PYSITELIB}/pip/_internal/legacy_resolve.pyc
${PYSITELIB}/pip/_internal/legacy_resolve.pyo
${PYSITELIB}/pip/_internal/locations.py
${PYSITELIB}/pip/_internal/locations.pyc
${PYSITELIB}/pip/_internal/locations.pyo
${PYSITELIB}/pip/_internal/main.py
${PYSITELIB}/pip/_internal/main.pyc
${PYSITELIB}/pip/_internal/main.pyo
${PYSITELIB}/pip/_internal/models/__init__.py
${PYSITELIB}/pip/_internal/models/__init__.pyc
${PYSITELIB}/pip/_internal/models/__init__.pyo
${PYSITELIB}/pip/_internal/models/candidate.py
${PYSITELIB}/pip/_internal/models/candidate.pyc
${PYSITELIB}/pip/_internal/models/candidate.pyo
${PYSITELIB}/pip/_internal/models/format_control.py
${PYSITELIB}/pip/_internal/models/format_control.pyc
${PYSITELIB}/pip/_internal/models/format_control.pyo
${PYSITELIB}/pip/_internal/models/index.py
${PYSITELIB}/pip/_internal/models/index.pyc
${PYSITELIB}/pip/_internal/models/index.pyo
${PYSITELIB}/pip/_internal/models/link.py
${PYSITELIB}/pip/_internal/models/link.pyc
${PYSITELIB}/pip/_internal/models/link.pyo
${PYSITELIB}/pip/_internal/models/search_scope.py
${PYSITELIB}/pip/_internal/models/search_scope.pyc
${PYSITELIB}/pip/_internal/models/search_scope.pyo
${PYSITELIB}/pip/_internal/models/selection_prefs.py
${PYSITELIB}/pip/_internal/models/selection_prefs.pyc
${PYSITELIB}/pip/_internal/models/selection_prefs.pyo
${PYSITELIB}/pip/_internal/models/target_python.py
${PYSITELIB}/pip/_internal/models/target_python.pyc
${PYSITELIB}/pip/_internal/models/target_python.pyo
${PYSITELIB}/pip/_internal/network/__init__.py
${PYSITELIB}/pip/_internal/network/__init__.pyc
${PYSITELIB}/pip/_internal/network/__init__.pyo
${PYSITELIB}/pip/_internal/network/auth.py
${PYSITELIB}/pip/_internal/network/auth.pyc
${PYSITELIB}/pip/_internal/network/auth.pyo
${PYSITELIB}/pip/_internal/network/cache.py
${PYSITELIB}/pip/_internal/network/cache.pyc
${PYSITELIB}/pip/_internal/network/cache.pyo
${PYSITELIB}/pip/_internal/network/session.py
${PYSITELIB}/pip/_internal/network/session.pyc
${PYSITELIB}/pip/_internal/network/session.pyo
${PYSITELIB}/pip/_internal/network/xmlrpc.py
${PYSITELIB}/pip/_internal/network/xmlrpc.pyc
${PYSITELIB}/pip/_internal/network/xmlrpc.pyo
${PYSITELIB}/pip/_internal/operations/__init__.py
${PYSITELIB}/pip/_internal/operations/__init__.pyc
${PYSITELIB}/pip/_internal/operations/__init__.pyo
${PYSITELIB}/pip/_internal/operations/check.py
${PYSITELIB}/pip/_internal/operations/check.pyc
${PYSITELIB}/pip/_internal/operations/check.pyo
${PYSITELIB}/pip/_internal/operations/freeze.py
${PYSITELIB}/pip/_internal/operations/freeze.pyc
${PYSITELIB}/pip/_internal/operations/freeze.pyo
${PYSITELIB}/pip/_internal/operations/generate_metadata.py
${PYSITELIB}/pip/_internal/operations/generate_metadata.pyc
${PYSITELIB}/pip/_internal/operations/generate_metadata.pyo
${PYSITELIB}/pip/_internal/operations/prepare.py
${PYSITELIB}/pip/_internal/operations/prepare.pyc
${PYSITELIB}/pip/_internal/operations/prepare.pyo
${PYSITELIB}/pip/_internal/pep425tags.py
${PYSITELIB}/pip/_internal/pep425tags.pyc
${PYSITELIB}/pip/_internal/pep425tags.pyo
${PYSITELIB}/pip/_internal/pyproject.py
${PYSITELIB}/pip/_internal/pyproject.pyc
${PYSITELIB}/pip/_internal/pyproject.pyo
${PYSITELIB}/pip/_internal/req/__init__.py
${PYSITELIB}/pip/_internal/req/__init__.pyc
${PYSITELIB}/pip/_internal/req/__init__.pyo
${PYSITELIB}/pip/_internal/req/constructors.py
${PYSITELIB}/pip/_internal/req/constructors.pyc
${PYSITELIB}/pip/_internal/req/constructors.pyo
${PYSITELIB}/pip/_internal/req/req_file.py
${PYSITELIB}/pip/_internal/req/req_file.pyc
${PYSITELIB}/pip/_internal/req/req_file.pyo
${PYSITELIB}/pip/_internal/req/req_install.py
${PYSITELIB}/pip/_internal/req/req_install.pyc
${PYSITELIB}/pip/_internal/req/req_install.pyo
${PYSITELIB}/pip/_internal/req/req_set.py
${PYSITELIB}/pip/_internal/req/req_set.pyc
${PYSITELIB}/pip/_internal/req/req_set.pyo
${PYSITELIB}/pip/_internal/req/req_tracker.py
${PYSITELIB}/pip/_internal/req/req_tracker.pyc
${PYSITELIB}/pip/_internal/req/req_tracker.pyo
${PYSITELIB}/pip/_internal/req/req_uninstall.py
${PYSITELIB}/pip/_internal/req/req_uninstall.pyc
${PYSITELIB}/pip/_internal/req/req_uninstall.pyo
${PYSITELIB}/pip/_internal/self_outdated_check.py
${PYSITELIB}/pip/_internal/self_outdated_check.pyc
${PYSITELIB}/pip/_internal/self_outdated_check.pyo
${PYSITELIB}/pip/_internal/utils/__init__.py
${PYSITELIB}/pip/_internal/utils/__init__.pyc
${PYSITELIB}/pip/_internal/utils/__init__.pyo
${PYSITELIB}/pip/_internal/utils/appdirs.py
${PYSITELIB}/pip/_internal/utils/appdirs.pyc
${PYSITELIB}/pip/_internal/utils/appdirs.pyo
${PYSITELIB}/pip/_internal/utils/compat.py
${PYSITELIB}/pip/_internal/utils/compat.pyc
${PYSITELIB}/pip/_internal/utils/compat.pyo
${PYSITELIB}/pip/_internal/utils/deprecation.py
${PYSITELIB}/pip/_internal/utils/deprecation.pyc
${PYSITELIB}/pip/_internal/utils/deprecation.pyo
${PYSITELIB}/pip/_internal/utils/encoding.py
${PYSITELIB}/pip/_internal/utils/encoding.pyc
${PYSITELIB}/pip/_internal/utils/encoding.pyo
${PYSITELIB}/pip/_internal/utils/filesystem.py
${PYSITELIB}/pip/_internal/utils/filesystem.pyc
${PYSITELIB}/pip/_internal/utils/filesystem.pyo
${PYSITELIB}/pip/_internal/utils/filetypes.py
${PYSITELIB}/pip/_internal/utils/filetypes.pyc
${PYSITELIB}/pip/_internal/utils/filetypes.pyo
${PYSITELIB}/pip/_internal/utils/glibc.py
${PYSITELIB}/pip/_internal/utils/glibc.pyc
${PYSITELIB}/pip/_internal/utils/glibc.pyo
${PYSITELIB}/pip/_internal/utils/hashes.py
${PYSITELIB}/pip/_internal/utils/hashes.pyc
${PYSITELIB}/pip/_internal/utils/hashes.pyo
${PYSITELIB}/pip/_internal/utils/inject_securetransport.py
${PYSITELIB}/pip/_internal/utils/inject_securetransport.pyc
${PYSITELIB}/pip/_internal/utils/inject_securetransport.pyo
${PYSITELIB}/pip/_internal/utils/logging.py
${PYSITELIB}/pip/_internal/utils/logging.pyc
${PYSITELIB}/pip/_internal/utils/logging.pyo
${PYSITELIB}/pip/_internal/utils/marker_files.py
${PYSITELIB}/pip/_internal/utils/marker_files.pyc
${PYSITELIB}/pip/_internal/utils/marker_files.pyo
${PYSITELIB}/pip/_internal/utils/misc.py
${PYSITELIB}/pip/_internal/utils/misc.pyc
${PYSITELIB}/pip/_internal/utils/misc.pyo
${PYSITELIB}/pip/_internal/utils/models.py
${PYSITELIB}/pip/_internal/utils/models.pyc
${PYSITELIB}/pip/_internal/utils/models.pyo
${PYSITELIB}/pip/_internal/utils/packaging.py
${PYSITELIB}/pip/_internal/utils/packaging.pyc
${PYSITELIB}/pip/_internal/utils/packaging.pyo
${PYSITELIB}/pip/_internal/utils/setuptools_build.py
${PYSITELIB}/pip/_internal/utils/setuptools_build.pyc
${PYSITELIB}/pip/_internal/utils/setuptools_build.pyo
${PYSITELIB}/pip/_internal/utils/subprocess.py
${PYSITELIB}/pip/_internal/utils/subprocess.pyc
${PYSITELIB}/pip/_internal/utils/subprocess.pyo
${PYSITELIB}/pip/_internal/utils/temp_dir.py
${PYSITELIB}/pip/_internal/utils/temp_dir.pyc
${PYSITELIB}/pip/_internal/utils/temp_dir.pyo
${PYSITELIB}/pip/_internal/utils/typing.py
${PYSITELIB}/pip/_internal/utils/typing.pyc
${PYSITELIB}/pip/_internal/utils/typing.pyo
${PYSITELIB}/pip/_internal/utils/ui.py
${PYSITELIB}/pip/_internal/utils/ui.pyc
${PYSITELIB}/pip/_internal/utils/ui.pyo
${PYSITELIB}/pip/_internal/utils/unpacking.py
${PYSITELIB}/pip/_internal/utils/unpacking.pyc
${PYSITELIB}/pip/_internal/utils/unpacking.pyo
${PYSITELIB}/pip/_internal/utils/urls.py
${PYSITELIB}/pip/_internal/utils/urls.pyc
${PYSITELIB}/pip/_internal/utils/urls.pyo
${PYSITELIB}/pip/_internal/utils/virtualenv.py
${PYSITELIB}/pip/_internal/utils/virtualenv.pyc
${PYSITELIB}/pip/_internal/utils/virtualenv.pyo
${PYSITELIB}/pip/_internal/vcs/__init__.py
${PYSITELIB}/pip/_internal/vcs/__init__.pyc
${PYSITELIB}/pip/_internal/vcs/__init__.pyo
${PYSITELIB}/pip/_internal/vcs/bazaar.py
${PYSITELIB}/pip/_internal/vcs/bazaar.pyc
${PYSITELIB}/pip/_internal/vcs/bazaar.pyo
${PYSITELIB}/pip/_internal/vcs/git.py
${PYSITELIB}/pip/_internal/vcs/git.pyc
${PYSITELIB}/pip/_internal/vcs/git.pyo
${PYSITELIB}/pip/_internal/vcs/mercurial.py
${PYSITELIB}/pip/_internal/vcs/mercurial.pyc
${PYSITELIB}/pip/_internal/vcs/mercurial.pyo
${PYSITELIB}/pip/_internal/vcs/subversion.py
${PYSITELIB}/pip/_internal/vcs/subversion.pyc
${PYSITELIB}/pip/_internal/vcs/subversion.pyo
${PYSITELIB}/pip/_internal/vcs/versioncontrol.py
${PYSITELIB}/pip/_internal/vcs/versioncontrol.pyc
${PYSITELIB}/pip/_internal/vcs/versioncontrol.pyo
${PYSITELIB}/pip/_internal/wheel.py
${PYSITELIB}/pip/_internal/wheel.pyc
${PYSITELIB}/pip/_internal/wheel.pyo
${PYSITELIB}/pip/_vendor/__init__.py
${PYSITELIB}/pip/_vendor/__init__.pyc
${PYSITELIB}/pip/_vendor/__init__.pyo
${PYSITELIB}/pip/_vendor/appdirs.py
${PYSITELIB}/pip/_vendor/appdirs.pyc
${PYSITELIB}/pip/_vendor/appdirs.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/__init__.py
${PYSITELIB}/pip/_vendor/cachecontrol/__init__.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/__init__.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/_cmd.py
${PYSITELIB}/pip/_vendor/cachecontrol/_cmd.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/_cmd.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/adapter.py
${PYSITELIB}/pip/_vendor/cachecontrol/adapter.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/adapter.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/cache.py
${PYSITELIB}/pip/_vendor/cachecontrol/cache.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/cache.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/caches/__init__.py
${PYSITELIB}/pip/_vendor/cachecontrol/caches/__init__.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/caches/__init__.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/caches/file_cache.py
${PYSITELIB}/pip/_vendor/cachecontrol/caches/file_cache.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/caches/file_cache.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/caches/redis_cache.py
${PYSITELIB}/pip/_vendor/cachecontrol/caches/redis_cache.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/caches/redis_cache.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/compat.py
${PYSITELIB}/pip/_vendor/cachecontrol/compat.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/compat.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/controller.py
${PYSITELIB}/pip/_vendor/cachecontrol/controller.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/controller.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/filewrapper.py
${PYSITELIB}/pip/_vendor/cachecontrol/filewrapper.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/filewrapper.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/heuristics.py
${PYSITELIB}/pip/_vendor/cachecontrol/heuristics.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/heuristics.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/serialize.py
${PYSITELIB}/pip/_vendor/cachecontrol/serialize.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/serialize.pyo
${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.py
${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.pyc
${PYSITELIB}/pip/_vendor/cachecontrol/wrapper.pyo
${PYSITELIB}/pip/_vendor/certifi/__init__.py
${PYSITELIB}/pip/_vendor/certifi/__init__.pyc
${PYSITELIB}/pip/_vendor/certifi/__init__.pyo
${PYSITELIB}/pip/_vendor/certifi/__main__.py
${PYSITELIB}/pip/_vendor/certifi/__main__.pyc
${PYSITELIB}/pip/_vendor/certifi/__main__.pyo
${PYSITELIB}/pip/_vendor/certifi/cacert.pem
${PYSITELIB}/pip/_vendor/certifi/core.py
${PYSITELIB}/pip/_vendor/certifi/core.pyc
${PYSITELIB}/pip/_vendor/certifi/core.pyo
${PYSITELIB}/pip/_vendor/chardet/__init__.py
${PYSITELIB}/pip/_vendor/chardet/__init__.pyc
${PYSITELIB}/pip/_vendor/chardet/__init__.pyo
${PYSITELIB}/pip/_vendor/chardet/big5freq.py
${PYSITELIB}/pip/_vendor/chardet/big5freq.pyc
${PYSITELIB}/pip/_vendor/chardet/big5freq.pyo
${PYSITELIB}/pip/_vendor/chardet/big5prober.py
${PYSITELIB}/pip/_vendor/chardet/big5prober.pyc
${PYSITELIB}/pip/_vendor/chardet/big5prober.pyo
${PYSITELIB}/pip/_vendor/chardet/chardistribution.py
${PYSITELIB}/pip/_vendor/chardet/chardistribution.pyc
${PYSITELIB}/pip/_vendor/chardet/chardistribution.pyo
${PYSITELIB}/pip/_vendor/chardet/charsetgroupprober.py
${PYSITELIB}/pip/_vendor/chardet/charsetgroupprober.pyc
${PYSITELIB}/pip/_vendor/chardet/charsetgroupprober.pyo
${PYSITELIB}/pip/_vendor/chardet/charsetprober.py
${PYSITELIB}/pip/_vendor/chardet/charsetprober.pyc
${PYSITELIB}/pip/_vendor/chardet/charsetprober.pyo
${PYSITELIB}/pip/_vendor/chardet/cli/__init__.py
${PYSITELIB}/pip/_vendor/chardet/cli/__init__.pyc
${PYSITELIB}/pip/_vendor/chardet/cli/__init__.pyo
${PYSITELIB}/pip/_vendor/chardet/cli/chardetect.py
${PYSITELIB}/pip/_vendor/chardet/cli/chardetect.pyc
${PYSITELIB}/pip/_vendor/chardet/cli/chardetect.pyo
${PYSITELIB}/pip/_vendor/chardet/codingstatemachine.py
${PYSITELIB}/pip/_vendor/chardet/codingstatemachine.pyc
${PYSITELIB}/pip/_vendor/chardet/codingstatemachine.pyo
${PYSITELIB}/pip/_vendor/chardet/compat.py
${PYSITELIB}/pip/_vendor/chardet/compat.pyc
${PYSITELIB}/pip/_vendor/chardet/compat.pyo
${PYSITELIB}/pip/_vendor/chardet/cp949prober.py
${PYSITELIB}/pip/_vendor/chardet/cp949prober.pyc
${PYSITELIB}/pip/_vendor/chardet/cp949prober.pyo
${PYSITELIB}/pip/_vendor/chardet/enums.py
${PYSITELIB}/pip/_vendor/chardet/enums.pyc
${PYSITELIB}/pip/_vendor/chardet/enums.pyo
${PYSITELIB}/pip/_vendor/chardet/escprober.py
${PYSITELIB}/pip/_vendor/chardet/escprober.pyc
${PYSITELIB}/pip/_vendor/chardet/escprober.pyo
${PYSITELIB}/pip/_vendor/chardet/escsm.py
${PYSITELIB}/pip/_vendor/chardet/escsm.pyc
${PYSITELIB}/pip/_vendor/chardet/escsm.pyo
${PYSITELIB}/pip/_vendor/chardet/eucjpprober.py
${PYSITELIB}/pip/_vendor/chardet/eucjpprober.pyc
${PYSITELIB}/pip/_vendor/chardet/eucjpprober.pyo
${PYSITELIB}/pip/_vendor/chardet/euckrfreq.py
${PYSITELIB}/pip/_vendor/chardet/euckrfreq.pyc
${PYSITELIB}/pip/_vendor/chardet/euckrfreq.pyo
${PYSITELIB}/pip/_vendor/chardet/euckrprober.py
${PYSITELIB}/pip/_vendor/chardet/euckrprober.pyc
${PYSITELIB}/pip/_vendor/chardet/euckrprober.pyo
${PYSITELIB}/pip/_vendor/chardet/euctwfreq.py
${PYSITELIB}/pip/_vendor/chardet/euctwfreq.pyc
${PYSITELIB}/pip/_vendor/chardet/euctwfreq.pyo
${PYSITELIB}/pip/_vendor/chardet/euctwprober.py
${PYSITELIB}/pip/_vendor/chardet/euctwprober.pyc
${PYSITELIB}/pip/_vendor/chardet/euctwprober.pyo
${PYSITELIB}/pip/_vendor/chardet/gb2312freq.py
${PYSITELIB}/pip/_vendor/chardet/gb2312freq.pyc
${PYSITELIB}/pip/_vendor/chardet/gb2312freq.pyo
${PYSITELIB}/pip/_vendor/chardet/gb2312prober.py
${PYSITELIB}/pip/_vendor/chardet/gb2312prober.pyc
${PYSITELIB}/pip/_vendor/chardet/gb2312prober.pyo
${PYSITELIB}/pip/_vendor/chardet/hebrewprober.py
${PYSITELIB}/pip/_vendor/chardet/hebrewprober.pyc
${PYSITELIB}/pip/_vendor/chardet/hebrewprober.pyo
${PYSITELIB}/pip/_vendor/chardet/jisfreq.py
${PYSITELIB}/pip/_vendor/chardet/jisfreq.pyc
${PYSITELIB}/pip/_vendor/chardet/jisfreq.pyo
${PYSITELIB}/pip/_vendor/chardet/jpcntx.py
${PYSITELIB}/pip/_vendor/chardet/jpcntx.pyc
${PYSITELIB}/pip/_vendor/chardet/jpcntx.pyo
${PYSITELIB}/pip/_vendor/chardet/langbulgarianmodel.py
${PYSITELIB}/pip/_vendor/chardet/langbulgarianmodel.pyc
${PYSITELIB}/pip/_vendor/chardet/langbulgarianmodel.pyo
${PYSITELIB}/pip/_vendor/chardet/langcyrillicmodel.py
${PYSITELIB}/pip/_vendor/chardet/langcyrillicmodel.pyc
${PYSITELIB}/pip/_vendor/chardet/langcyrillicmodel.pyo
${PYSITELIB}/pip/_vendor/chardet/langgreekmodel.py
${PYSITELIB}/pip/_vendor/chardet/langgreekmodel.pyc
${PYSITELIB}/pip/_vendor/chardet/langgreekmodel.pyo
${PYSITELIB}/pip/_vendor/chardet/langhebrewmodel.py
${PYSITELIB}/pip/_vendor/chardet/langhebrewmodel.pyc
${PYSITELIB}/pip/_vendor/chardet/langhebrewmodel.pyo
${PYSITELIB}/pip/_vendor/chardet/langhungarianmodel.py
${PYSITELIB}/pip/_vendor/chardet/langhungarianmodel.pyc
${PYSITELIB}/pip/_vendor/chardet/langhungarianmodel.pyo
${PYSITELIB}/pip/_vendor/chardet/langthaimodel.py
${PYSITELIB}/pip/_vendor/chardet/langthaimodel.pyc
${PYSITELIB}/pip/_vendor/chardet/langthaimodel.pyo
${PYSITELIB}/pip/_vendor/chardet/langturkishmodel.py
${PYSITELIB}/pip/_vendor/chardet/langturkishmodel.pyc
${PYSITELIB}/pip/_vendor/chardet/langturkishmodel.pyo
${PYSITELIB}/pip/_vendor/chardet/latin1prober.py
${PYSITELIB}/pip/_vendor/chardet/latin1prober.pyc
${PYSITELIB}/pip/_vendor/chardet/latin1prober.pyo
${PYSITELIB}/pip/_vendor/chardet/mbcharsetprober.py
${PYSITELIB}/pip/_vendor/chardet/mbcharsetprober.pyc
${PYSITELIB}/pip/_vendor/chardet/mbcharsetprober.pyo
${PYSITELIB}/pip/_vendor/chardet/mbcsgroupprober.py
${PYSITELIB}/pip/_vendor/chardet/mbcsgroupprober.pyc
${PYSITELIB}/pip/_vendor/chardet/mbcsgroupprober.pyo
${PYSITELIB}/pip/_vendor/chardet/mbcssm.py
${PYSITELIB}/pip/_vendor/chardet/mbcssm.pyc
${PYSITELIB}/pip/_vendor/chardet/mbcssm.pyo
${PYSITELIB}/pip/_vendor/chardet/sbcharsetprober.py
${PYSITELIB}/pip/_vendor/chardet/sbcharsetprober.pyc
${PYSITELIB}/pip/_vendor/chardet/sbcharsetprober.pyo
${PYSITELIB}/pip/_vendor/chardet/sbcsgroupprober.py
${PYSITELIB}/pip/_vendor/chardet/sbcsgroupprober.pyc
${PYSITELIB}/pip/_vendor/chardet/sbcsgroupprober.pyo
${PYSITELIB}/pip/_vendor/chardet/sjisprober.py
${PYSITELIB}/pip/_vendor/chardet/sjisprober.pyc
${PYSITELIB}/pip/_vendor/chardet/sjisprober.pyo
${PYSITELIB}/pip/_vendor/chardet/universaldetector.py
${PYSITELIB}/pip/_vendor/chardet/universaldetector.pyc
${PYSITELIB}/pip/_vendor/chardet/universaldetector.pyo
${PYSITELIB}/pip/_vendor/chardet/utf8prober.py
${PYSITELIB}/pip/_vendor/chardet/utf8prober.pyc
${PYSITELIB}/pip/_vendor/chardet/utf8prober.pyo
${PYSITELIB}/pip/_vendor/chardet/version.py
${PYSITELIB}/pip/_vendor/chardet/version.pyc
${PYSITELIB}/pip/_vendor/chardet/version.pyo
${PYSITELIB}/pip/_vendor/colorama/__init__.py
${PYSITELIB}/pip/_vendor/colorama/__init__.pyc
${PYSITELIB}/pip/_vendor/colorama/__init__.pyo
${PYSITELIB}/pip/_vendor/colorama/ansi.py
${PYSITELIB}/pip/_vendor/colorama/ansi.pyc
${PYSITELIB}/pip/_vendor/colorama/ansi.pyo
${PYSITELIB}/pip/_vendor/colorama/ansitowin32.py
${PYSITELIB}/pip/_vendor/colorama/ansitowin32.pyc
${PYSITELIB}/pip/_vendor/colorama/ansitowin32.pyo
${PYSITELIB}/pip/_vendor/colorama/initialise.py
${PYSITELIB}/pip/_vendor/colorama/initialise.pyc
${PYSITELIB}/pip/_vendor/colorama/initialise.pyo
${PYSITELIB}/pip/_vendor/colorama/win32.py
${PYSITELIB}/pip/_vendor/colorama/win32.pyc
${PYSITELIB}/pip/_vendor/colorama/win32.pyo
${PYSITELIB}/pip/_vendor/colorama/winterm.py
${PYSITELIB}/pip/_vendor/colorama/winterm.pyc
${PYSITELIB}/pip/_vendor/colorama/winterm.pyo
${PYSITELIB}/pip/_vendor/contextlib2.py
${PYSITELIB}/pip/_vendor/contextlib2.pyc
${PYSITELIB}/pip/_vendor/contextlib2.pyo
${PYSITELIB}/pip/_vendor/distlib/__init__.py
${PYSITELIB}/pip/_vendor/distlib/__init__.pyc
${PYSITELIB}/pip/_vendor/distlib/__init__.pyo
${PYSITELIB}/pip/_vendor/distlib/_backport/__init__.py
${PYSITELIB}/pip/_vendor/distlib/_backport/__init__.pyc
${PYSITELIB}/pip/_vendor/distlib/_backport/__init__.pyo
${PYSITELIB}/pip/_vendor/distlib/_backport/misc.py
${PYSITELIB}/pip/_vendor/distlib/_backport/misc.pyc
${PYSITELIB}/pip/_vendor/distlib/_backport/misc.pyo
${PYSITELIB}/pip/_vendor/distlib/_backport/shutil.py
${PYSITELIB}/pip/_vendor/distlib/_backport/shutil.pyc
${PYSITELIB}/pip/_vendor/distlib/_backport/shutil.pyo
${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.cfg
${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.py
${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.pyc
${PYSITELIB}/pip/_vendor/distlib/_backport/sysconfig.pyo
${PYSITELIB}/pip/_vendor/distlib/_backport/tarfile.py
${PYSITELIB}/pip/_vendor/distlib/_backport/tarfile.pyc
${PYSITELIB}/pip/_vendor/distlib/_backport/tarfile.pyo
${PYSITELIB}/pip/_vendor/distlib/compat.py
${PYSITELIB}/pip/_vendor/distlib/compat.pyc
${PYSITELIB}/pip/_vendor/distlib/compat.pyo
${PYSITELIB}/pip/_vendor/distlib/database.py
${PYSITELIB}/pip/_vendor/distlib/database.pyc
${PYSITELIB}/pip/_vendor/distlib/database.pyo
${PYSITELIB}/pip/_vendor/distlib/index.py
${PYSITELIB}/pip/_vendor/distlib/index.pyc
${PYSITELIB}/pip/_vendor/distlib/index.pyo
${PYSITELIB}/pip/_vendor/distlib/locators.py
${PYSITELIB}/pip/_vendor/distlib/locators.pyc
${PYSITELIB}/pip/_vendor/distlib/locators.pyo
${PYSITELIB}/pip/_vendor/distlib/manifest.py
${PYSITELIB}/pip/_vendor/distlib/manifest.pyc
${PYSITELIB}/pip/_vendor/distlib/manifest.pyo
${PYSITELIB}/pip/_vendor/distlib/markers.py
${PYSITELIB}/pip/_vendor/distlib/markers.pyc
${PYSITELIB}/pip/_vendor/distlib/markers.pyo
${PYSITELIB}/pip/_vendor/distlib/metadata.py
${PYSITELIB}/pip/_vendor/distlib/metadata.pyc
${PYSITELIB}/pip/_vendor/distlib/metadata.pyo
${PYSITELIB}/pip/_vendor/distlib/resources.py
${PYSITELIB}/pip/_vendor/distlib/resources.pyc
${PYSITELIB}/pip/_vendor/distlib/resources.pyo
${PYSITELIB}/pip/_vendor/distlib/scripts.py
${PYSITELIB}/pip/_vendor/distlib/scripts.pyc
${PYSITELIB}/pip/_vendor/distlib/scripts.pyo
${PYSITELIB}/pip/_vendor/distlib/t32.exe
${PYSITELIB}/pip/_vendor/distlib/t64.exe
${PYSITELIB}/pip/_vendor/distlib/util.py
${PYSITELIB}/pip/_vendor/distlib/util.pyc
${PYSITELIB}/pip/_vendor/distlib/util.pyo
${PYSITELIB}/pip/_vendor/distlib/version.py
${PYSITELIB}/pip/_vendor/distlib/version.pyc
${PYSITELIB}/pip/_vendor/distlib/version.pyo
${PYSITELIB}/pip/_vendor/distlib/w32.exe
${PYSITELIB}/pip/_vendor/distlib/w64.exe
${PYSITELIB}/pip/_vendor/distlib/wheel.py
${PYSITELIB}/pip/_vendor/distlib/wheel.pyc
${PYSITELIB}/pip/_vendor/distlib/wheel.pyo
${PYSITELIB}/pip/_vendor/distro.py
${PYSITELIB}/pip/_vendor/distro.pyc
${PYSITELIB}/pip/_vendor/distro.pyo
${PYSITELIB}/pip/_vendor/html5lib/__init__.py
${PYSITELIB}/pip/_vendor/html5lib/__init__.pyc
${PYSITELIB}/pip/_vendor/html5lib/__init__.pyo
${PYSITELIB}/pip/_vendor/html5lib/_ihatexml.py
${PYSITELIB}/pip/_vendor/html5lib/_ihatexml.pyc
${PYSITELIB}/pip/_vendor/html5lib/_ihatexml.pyo
${PYSITELIB}/pip/_vendor/html5lib/_inputstream.py
${PYSITELIB}/pip/_vendor/html5lib/_inputstream.pyc
${PYSITELIB}/pip/_vendor/html5lib/_inputstream.pyo
${PYSITELIB}/pip/_vendor/html5lib/_tokenizer.py
${PYSITELIB}/pip/_vendor/html5lib/_tokenizer.pyc
${PYSITELIB}/pip/_vendor/html5lib/_tokenizer.pyo
${PYSITELIB}/pip/_vendor/html5lib/_trie/__init__.py
${PYSITELIB}/pip/_vendor/html5lib/_trie/__init__.pyc
${PYSITELIB}/pip/_vendor/html5lib/_trie/__init__.pyo
${PYSITELIB}/pip/_vendor/html5lib/_trie/_base.py
${PYSITELIB}/pip/_vendor/html5lib/_trie/_base.pyc
${PYSITELIB}/pip/_vendor/html5lib/_trie/_base.pyo
${PYSITELIB}/pip/_vendor/html5lib/_trie/datrie.py
${PYSITELIB}/pip/_vendor/html5lib/_trie/datrie.pyc
${PYSITELIB}/pip/_vendor/html5lib/_trie/datrie.pyo
${PYSITELIB}/pip/_vendor/html5lib/_trie/py.py
${PYSITELIB}/pip/_vendor/html5lib/_trie/py.pyc
${PYSITELIB}/pip/_vendor/html5lib/_trie/py.pyo
${PYSITELIB}/pip/_vendor/html5lib/_utils.py
${PYSITELIB}/pip/_vendor/html5lib/_utils.pyc
${PYSITELIB}/pip/_vendor/html5lib/_utils.pyo
${PYSITELIB}/pip/_vendor/html5lib/constants.py
${PYSITELIB}/pip/_vendor/html5lib/constants.pyc
${PYSITELIB}/pip/_vendor/html5lib/constants.pyo
${PYSITELIB}/pip/_vendor/html5lib/filters/__init__.py
${PYSITELIB}/pip/_vendor/html5lib/filters/__init__.pyc
${PYSITELIB}/pip/_vendor/html5lib/filters/__init__.pyo
${PYSITELIB}/pip/_vendor/html5lib/filters/alphabeticalattributes.py
${PYSITELIB}/pip/_vendor/html5lib/filters/alphabeticalattributes.pyc
${PYSITELIB}/pip/_vendor/html5lib/filters/alphabeticalattributes.pyo
${PYSITELIB}/pip/_vendor/html5lib/filters/base.py
${PYSITELIB}/pip/_vendor/html5lib/filters/base.pyc
${PYSITELIB}/pip/_vendor/html5lib/filters/base.pyo
${PYSITELIB}/pip/_vendor/html5lib/filters/inject_meta_charset.py
${PYSITELIB}/pip/_vendor/html5lib/filters/inject_meta_charset.pyc
${PYSITELIB}/pip/_vendor/html5lib/filters/inject_meta_charset.pyo
${PYSITELIB}/pip/_vendor/html5lib/filters/lint.py
${PYSITELIB}/pip/_vendor/html5lib/filters/lint.pyc
${PYSITELIB}/pip/_vendor/html5lib/filters/lint.pyo
${PYSITELIB}/pip/_vendor/html5lib/filters/optionaltags.py
${PYSITELIB}/pip/_vendor/html5lib/filters/optionaltags.pyc
${PYSITELIB}/pip/_vendor/html5lib/filters/optionaltags.pyo
${PYSITELIB}/pip/_vendor/html5lib/filters/sanitizer.py
${PYSITELIB}/pip/_vendor/html5lib/filters/sanitizer.pyc
${PYSITELIB}/pip/_vendor/html5lib/filters/sanitizer.pyo
${PYSITELIB}/pip/_vendor/html5lib/filters/whitespace.py
${PYSITELIB}/pip/_vendor/html5lib/filters/whitespace.pyc
${PYSITELIB}/pip/_vendor/html5lib/filters/whitespace.pyo
${PYSITELIB}/pip/_vendor/html5lib/html5parser.py
${PYSITELIB}/pip/_vendor/html5lib/html5parser.pyc
${PYSITELIB}/pip/_vendor/html5lib/html5parser.pyo
${PYSITELIB}/pip/_vendor/html5lib/serializer.py
${PYSITELIB}/pip/_vendor/html5lib/serializer.pyc
${PYSITELIB}/pip/_vendor/html5lib/serializer.pyo
${PYSITELIB}/pip/_vendor/html5lib/treeadapters/__init__.py
${PYSITELIB}/pip/_vendor/html5lib/treeadapters/__init__.pyc
${PYSITELIB}/pip/_vendor/html5lib/treeadapters/__init__.pyo
${PYSITELIB}/pip/_vendor/html5lib/treeadapters/genshi.py
${PYSITELIB}/pip/_vendor/html5lib/treeadapters/genshi.pyc
${PYSITELIB}/pip/_vendor/html5lib/treeadapters/genshi.pyo
${PYSITELIB}/pip/_vendor/html5lib/treeadapters/sax.py
${PYSITELIB}/pip/_vendor/html5lib/treeadapters/sax.pyc
${PYSITELIB}/pip/_vendor/html5lib/treeadapters/sax.pyo
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/__init__.py
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/__init__.pyc
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/__init__.pyo
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/base.py
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/base.pyc
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/base.pyo
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/dom.py
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/dom.pyc
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/dom.pyo
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree.py
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree.pyc
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree.pyo
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree_lxml.py
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree_lxml.pyc
${PYSITELIB}/pip/_vendor/html5lib/treebuilders/etree_lxml.pyo
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/__init__.py
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/__init__.pyc
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/__init__.pyo
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/base.py
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/base.pyc
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/base.pyo
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/dom.py
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/dom.pyc
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/dom.pyo
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree.py
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree.pyc
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree.pyo
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree_lxml.py
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree_lxml.pyc
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/etree_lxml.pyo
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/genshi.py
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/genshi.pyc
${PYSITELIB}/pip/_vendor/html5lib/treewalkers/genshi.pyo
${PYSITELIB}/pip/_vendor/idna/__init__.py
${PYSITELIB}/pip/_vendor/idna/__init__.pyc
${PYSITELIB}/pip/_vendor/idna/__init__.pyo
${PYSITELIB}/pip/_vendor/idna/codec.py
${PYSITELIB}/pip/_vendor/idna/codec.pyc
${PYSITELIB}/pip/_vendor/idna/codec.pyo
${PYSITELIB}/pip/_vendor/idna/compat.py
${PYSITELIB}/pip/_vendor/idna/compat.pyc
${PYSITELIB}/pip/_vendor/idna/compat.pyo
${PYSITELIB}/pip/_vendor/idna/core.py
${PYSITELIB}/pip/_vendor/idna/core.pyc
${PYSITELIB}/pip/_vendor/idna/core.pyo
${PYSITELIB}/pip/_vendor/idna/idnadata.py
${PYSITELIB}/pip/_vendor/idna/idnadata.pyc
${PYSITELIB}/pip/_vendor/idna/idnadata.pyo
${PYSITELIB}/pip/_vendor/idna/intranges.py
${PYSITELIB}/pip/_vendor/idna/intranges.pyc
${PYSITELIB}/pip/_vendor/idna/intranges.pyo
${PYSITELIB}/pip/_vendor/idna/package_data.py
${PYSITELIB}/pip/_vendor/idna/package_data.pyc
${PYSITELIB}/pip/_vendor/idna/package_data.pyo
${PYSITELIB}/pip/_vendor/idna/uts46data.py
${PYSITELIB}/pip/_vendor/idna/uts46data.pyc
${PYSITELIB}/pip/_vendor/idna/uts46data.pyo
${PYSITELIB}/pip/_vendor/ipaddress.py
${PYSITELIB}/pip/_vendor/ipaddress.pyc
${PYSITELIB}/pip/_vendor/ipaddress.pyo
${PYSITELIB}/pip/_vendor/msgpack/__init__.py
${PYSITELIB}/pip/_vendor/msgpack/__init__.pyc
${PYSITELIB}/pip/_vendor/msgpack/__init__.pyo
${PYSITELIB}/pip/_vendor/msgpack/_version.py
${PYSITELIB}/pip/_vendor/msgpack/_version.pyc
${PYSITELIB}/pip/_vendor/msgpack/_version.pyo
${PYSITELIB}/pip/_vendor/msgpack/exceptions.py
${PYSITELIB}/pip/_vendor/msgpack/exceptions.pyc
${PYSITELIB}/pip/_vendor/msgpack/exceptions.pyo
${PYSITELIB}/pip/_vendor/msgpack/fallback.py
${PYSITELIB}/pip/_vendor/msgpack/fallback.pyc
${PYSITELIB}/pip/_vendor/msgpack/fallback.pyo
${PYSITELIB}/pip/_vendor/packaging/__about__.py
${PYSITELIB}/pip/_vendor/packaging/__about__.pyc
${PYSITELIB}/pip/_vendor/packaging/__about__.pyo
${PYSITELIB}/pip/_vendor/packaging/__init__.py
${PYSITELIB}/pip/_vendor/packaging/__init__.pyc
${PYSITELIB}/pip/_vendor/packaging/__init__.pyo
${PYSITELIB}/pip/_vendor/packaging/_compat.py
${PYSITELIB}/pip/_vendor/packaging/_compat.pyc
${PYSITELIB}/pip/_vendor/packaging/_compat.pyo
${PYSITELIB}/pip/_vendor/packaging/_structures.py
${PYSITELIB}/pip/_vendor/packaging/_structures.pyc
${PYSITELIB}/pip/_vendor/packaging/_structures.pyo
${PYSITELIB}/pip/_vendor/packaging/markers.py
${PYSITELIB}/pip/_vendor/packaging/markers.pyc
${PYSITELIB}/pip/_vendor/packaging/markers.pyo
${PYSITELIB}/pip/_vendor/packaging/requirements.py
${PYSITELIB}/pip/_vendor/packaging/requirements.pyc
${PYSITELIB}/pip/_vendor/packaging/requirements.pyo
${PYSITELIB}/pip/_vendor/packaging/specifiers.py
${PYSITELIB}/pip/_vendor/packaging/specifiers.pyc
${PYSITELIB}/pip/_vendor/packaging/specifiers.pyo
${PYSITELIB}/pip/_vendor/packaging/tags.py
${PYSITELIB}/pip/_vendor/packaging/tags.pyc
${PYSITELIB}/pip/_vendor/packaging/tags.pyo
${PYSITELIB}/pip/_vendor/packaging/utils.py
${PYSITELIB}/pip/_vendor/packaging/utils.pyc
${PYSITELIB}/pip/_vendor/packaging/utils.pyo
${PYSITELIB}/pip/_vendor/packaging/version.py
${PYSITELIB}/pip/_vendor/packaging/version.pyc
${PYSITELIB}/pip/_vendor/packaging/version.pyo
${PYSITELIB}/pip/_vendor/pep517/__init__.py
${PYSITELIB}/pip/_vendor/pep517/__init__.pyc
${PYSITELIB}/pip/_vendor/pep517/__init__.pyo
${PYSITELIB}/pip/_vendor/pep517/_in_process.py
${PYSITELIB}/pip/_vendor/pep517/_in_process.pyc
${PYSITELIB}/pip/_vendor/pep517/_in_process.pyo
${PYSITELIB}/pip/_vendor/pep517/build.py
${PYSITELIB}/pip/_vendor/pep517/build.pyc
${PYSITELIB}/pip/_vendor/pep517/build.pyo
${PYSITELIB}/pip/_vendor/pep517/check.py
${PYSITELIB}/pip/_vendor/pep517/check.pyc
${PYSITELIB}/pip/_vendor/pep517/check.pyo
${PYSITELIB}/pip/_vendor/pep517/colorlog.py
${PYSITELIB}/pip/_vendor/pep517/colorlog.pyc
${PYSITELIB}/pip/_vendor/pep517/colorlog.pyo
${PYSITELIB}/pip/_vendor/pep517/compat.py
${PYSITELIB}/pip/_vendor/pep517/compat.pyc
${PYSITELIB}/pip/_vendor/pep517/compat.pyo
${PYSITELIB}/pip/_vendor/pep517/dirtools.py
${PYSITELIB}/pip/_vendor/pep517/dirtools.pyc
${PYSITELIB}/pip/_vendor/pep517/dirtools.pyo
${PYSITELIB}/pip/_vendor/pep517/envbuild.py
${PYSITELIB}/pip/_vendor/pep517/envbuild.pyc
${PYSITELIB}/pip/_vendor/pep517/envbuild.pyo
${PYSITELIB}/pip/_vendor/pep517/meta.py
${PYSITELIB}/pip/_vendor/pep517/meta.pyc
${PYSITELIB}/pip/_vendor/pep517/meta.pyo
${PYSITELIB}/pip/_vendor/pep517/wrappers.py
${PYSITELIB}/pip/_vendor/pep517/wrappers.pyc
${PYSITELIB}/pip/_vendor/pep517/wrappers.pyo
${PYSITELIB}/pip/_vendor/pkg_resources/__init__.py
${PYSITELIB}/pip/_vendor/pkg_resources/__init__.pyc
${PYSITELIB}/pip/_vendor/pkg_resources/__init__.pyo
${PYSITELIB}/pip/_vendor/pkg_resources/py31compat.py
${PYSITELIB}/pip/_vendor/pkg_resources/py31compat.pyc
${PYSITELIB}/pip/_vendor/pkg_resources/py31compat.pyo
${PYSITELIB}/pip/_vendor/progress/__init__.py
${PYSITELIB}/pip/_vendor/progress/__init__.pyc
${PYSITELIB}/pip/_vendor/progress/__init__.pyo
${PYSITELIB}/pip/_vendor/progress/bar.py
${PYSITELIB}/pip/_vendor/progress/bar.pyc
${PYSITELIB}/pip/_vendor/progress/bar.pyo
${PYSITELIB}/pip/_vendor/progress/counter.py
${PYSITELIB}/pip/_vendor/progress/counter.pyc
${PYSITELIB}/pip/_vendor/progress/counter.pyo
${PYSITELIB}/pip/_vendor/progress/spinner.py
${PYSITELIB}/pip/_vendor/progress/spinner.pyc
${PYSITELIB}/pip/_vendor/progress/spinner.pyo
${PYSITELIB}/pip/_vendor/pyparsing.py
${PYSITELIB}/pip/_vendor/pyparsing.pyc
${PYSITELIB}/pip/_vendor/pyparsing.pyo
${PYSITELIB}/pip/_vendor/pytoml/__init__.py
${PYSITELIB}/pip/_vendor/pytoml/__init__.pyc
${PYSITELIB}/pip/_vendor/pytoml/__init__.pyo
${PYSITELIB}/pip/_vendor/pytoml/core.py
${PYSITELIB}/pip/_vendor/pytoml/core.pyc
${PYSITELIB}/pip/_vendor/pytoml/core.pyo
${PYSITELIB}/pip/_vendor/pytoml/parser.py
${PYSITELIB}/pip/_vendor/pytoml/parser.pyc
${PYSITELIB}/pip/_vendor/pytoml/parser.pyo
${PYSITELIB}/pip/_vendor/pytoml/test.py
${PYSITELIB}/pip/_vendor/pytoml/test.pyc
${PYSITELIB}/pip/_vendor/pytoml/test.pyo
${PYSITELIB}/pip/_vendor/pytoml/utils.py
${PYSITELIB}/pip/_vendor/pytoml/utils.pyc
${PYSITELIB}/pip/_vendor/pytoml/utils.pyo
${PYSITELIB}/pip/_vendor/pytoml/writer.py
${PYSITELIB}/pip/_vendor/pytoml/writer.pyc
${PYSITELIB}/pip/_vendor/pytoml/writer.pyo
${PYSITELIB}/pip/_vendor/requests/__init__.py
${PYSITELIB}/pip/_vendor/requests/__init__.pyc
${PYSITELIB}/pip/_vendor/requests/__init__.pyo
${PYSITELIB}/pip/_vendor/requests/__version__.py
${PYSITELIB}/pip/_vendor/requests/__version__.pyc
${PYSITELIB}/pip/_vendor/requests/__version__.pyo
${PYSITELIB}/pip/_vendor/requests/_internal_utils.py
${PYSITELIB}/pip/_vendor/requests/_internal_utils.pyc
${PYSITELIB}/pip/_vendor/requests/_internal_utils.pyo
${PYSITELIB}/pip/_vendor/requests/adapters.py
${PYSITELIB}/pip/_vendor/requests/adapters.pyc
${PYSITELIB}/pip/_vendor/requests/adapters.pyo
${PYSITELIB}/pip/_vendor/requests/api.py
${PYSITELIB}/pip/_vendor/requests/api.pyc
${PYSITELIB}/pip/_vendor/requests/api.pyo
${PYSITELIB}/pip/_vendor/requests/auth.py
${PYSITELIB}/pip/_vendor/requests/auth.pyc
${PYSITELIB}/pip/_vendor/requests/auth.pyo
${PYSITELIB}/pip/_vendor/requests/certs.py
${PYSITELIB}/pip/_vendor/requests/certs.pyc
${PYSITELIB}/pip/_vendor/requests/certs.pyo
${PYSITELIB}/pip/_vendor/requests/compat.py
${PYSITELIB}/pip/_vendor/requests/compat.pyc
${PYSITELIB}/pip/_vendor/requests/compat.pyo
${PYSITELIB}/pip/_vendor/requests/cookies.py
${PYSITELIB}/pip/_vendor/requests/cookies.pyc
${PYSITELIB}/pip/_vendor/requests/cookies.pyo
${PYSITELIB}/pip/_vendor/requests/exceptions.py
${PYSITELIB}/pip/_vendor/requests/exceptions.pyc
${PYSITELIB}/pip/_vendor/requests/exceptions.pyo
${PYSITELIB}/pip/_vendor/requests/help.py
${PYSITELIB}/pip/_vendor/requests/help.pyc
${PYSITELIB}/pip/_vendor/requests/help.pyo
${PYSITELIB}/pip/_vendor/requests/hooks.py
${PYSITELIB}/pip/_vendor/requests/hooks.pyc
${PYSITELIB}/pip/_vendor/requests/hooks.pyo
${PYSITELIB}/pip/_vendor/requests/models.py
${PYSITELIB}/pip/_vendor/requests/models.pyc
${PYSITELIB}/pip/_vendor/requests/models.pyo
${PYSITELIB}/pip/_vendor/requests/packages.py
${PYSITELIB}/pip/_vendor/requests/packages.pyc
${PYSITELIB}/pip/_vendor/requests/packages.pyo
${PYSITELIB}/pip/_vendor/requests/sessions.py
${PYSITELIB}/pip/_vendor/requests/sessions.pyc
${PYSITELIB}/pip/_vendor/requests/sessions.pyo
${PYSITELIB}/pip/_vendor/requests/status_codes.py
${PYSITELIB}/pip/_vendor/requests/status_codes.pyc
${PYSITELIB}/pip/_vendor/requests/status_codes.pyo
${PYSITELIB}/pip/_vendor/requests/structures.py
${PYSITELIB}/pip/_vendor/requests/structures.pyc
${PYSITELIB}/pip/_vendor/requests/structures.pyo
${PYSITELIB}/pip/_vendor/requests/utils.py
${PYSITELIB}/pip/_vendor/requests/utils.pyc
${PYSITELIB}/pip/_vendor/requests/utils.pyo
${PYSITELIB}/pip/_vendor/retrying.py
${PYSITELIB}/pip/_vendor/retrying.pyc
${PYSITELIB}/pip/_vendor/retrying.pyo
${PYSITELIB}/pip/_vendor/six.py
${PYSITELIB}/pip/_vendor/six.pyc
${PYSITELIB}/pip/_vendor/six.pyo
${PYSITELIB}/pip/_vendor/urllib3/__init__.py
${PYSITELIB}/pip/_vendor/urllib3/__init__.pyc
${PYSITELIB}/pip/_vendor/urllib3/__init__.pyo
${PYSITELIB}/pip/_vendor/urllib3/_collections.py
${PYSITELIB}/pip/_vendor/urllib3/_collections.pyc
${PYSITELIB}/pip/_vendor/urllib3/_collections.pyo
${PYSITELIB}/pip/_vendor/urllib3/connection.py
${PYSITELIB}/pip/_vendor/urllib3/connection.pyc
${PYSITELIB}/pip/_vendor/urllib3/connection.pyo
${PYSITELIB}/pip/_vendor/urllib3/connectionpool.py
${PYSITELIB}/pip/_vendor/urllib3/connectionpool.pyc
${PYSITELIB}/pip/_vendor/urllib3/connectionpool.pyo
${PYSITELIB}/pip/_vendor/urllib3/contrib/__init__.py
${PYSITELIB}/pip/_vendor/urllib3/contrib/__init__.pyc
${PYSITELIB}/pip/_vendor/urllib3/contrib/__init__.pyo
${PYSITELIB}/pip/_vendor/urllib3/contrib/_appengine_environ.py
${PYSITELIB}/pip/_vendor/urllib3/contrib/_appengine_environ.pyc
${PYSITELIB}/pip/_vendor/urllib3/contrib/_appengine_environ.pyo
${PYSITELIB}/pip/_vendor/urllib3/contrib/_securetransport/__init__.py
${PYSITELIB}/pip/_vendor/urllib3/contrib/_securetransport/__init__.pyc
${PYSITELIB}/pip/_vendor/urllib3/contrib/_securetransport/__init__.pyo
${PYSITELIB}/pip/_vendor/urllib3/contrib/_securetransport/bindings.py
${PYSITELIB}/pip/_vendor/urllib3/contrib/_securetransport/bindings.pyc
${PYSITELIB}/pip/_vendor/urllib3/contrib/_securetransport/bindings.pyo
${PYSITELIB}/pip/_vendor/urllib3/contrib/_securetransport/low_level.py
${PYSITELIB}/pip/_vendor/urllib3/contrib/_securetransport/low_level.pyc
${PYSITELIB}/pip/_vendor/urllib3/contrib/_securetransport/low_level.pyo
${PYSITELIB}/pip/_vendor/urllib3/contrib/appengine.py
${PYSITELIB}/pip/_vendor/urllib3/contrib/appengine.pyc
${PYSITELIB}/pip/_vendor/urllib3/contrib/appengine.pyo
${PYSITELIB}/pip/_vendor/urllib3/contrib/ntlmpool.py
${PYSITELIB}/pip/_vendor/urllib3/contrib/ntlmpool.pyc
${PYSITELIB}/pip/_vendor/urllib3/contrib/ntlmpool.pyo
${PYSITELIB}/pip/_vendor/urllib3/contrib/pyopenssl.py
${PYSITELIB}/pip/_vendor/urllib3/contrib/pyopenssl.pyc
${PYSITELIB}/pip/_vendor/urllib3/contrib/pyopenssl.pyo
${PYSITELIB}/pip/_vendor/urllib3/contrib/securetransport.py
${PYSITELIB}/pip/_vendor/urllib3/contrib/securetransport.pyc
${PYSITELIB}/pip/_vendor/urllib3/contrib/securetransport.pyo
${PYSITELIB}/pip/_vendor/urllib3/contrib/socks.py
${PYSITELIB}/pip/_vendor/urllib3/contrib/socks.pyc
${PYSITELIB}/pip/_vendor/urllib3/contrib/socks.pyo
${PYSITELIB}/pip/_vendor/urllib3/exceptions.py
${PYSITELIB}/pip/_vendor/urllib3/exceptions.pyc
${PYSITELIB}/pip/_vendor/urllib3/exceptions.pyo
${PYSITELIB}/pip/_vendor/urllib3/fields.py
${PYSITELIB}/pip/_vendor/urllib3/fields.pyc
${PYSITELIB}/pip/_vendor/urllib3/fields.pyo
${PYSITELIB}/pip/_vendor/urllib3/filepost.py
${PYSITELIB}/pip/_vendor/urllib3/filepost.pyc
${PYSITELIB}/pip/_vendor/urllib3/filepost.pyo
${PYSITELIB}/pip/_vendor/urllib3/packages/__init__.py
${PYSITELIB}/pip/_vendor/urllib3/packages/__init__.pyc
${PYSITELIB}/pip/_vendor/urllib3/packages/__init__.pyo
${PYSITELIB}/pip/_vendor/urllib3/packages/backports/__init__.py
${PYSITELIB}/pip/_vendor/urllib3/packages/backports/__init__.pyc
${PYSITELIB}/pip/_vendor/urllib3/packages/backports/__init__.pyo
${PYSITELIB}/pip/_vendor/urllib3/packages/backports/makefile.py
${PYSITELIB}/pip/_vendor/urllib3/packages/backports/makefile.pyc
${PYSITELIB}/pip/_vendor/urllib3/packages/backports/makefile.pyo
${PYSITELIB}/pip/_vendor/urllib3/packages/six.py
${PYSITELIB}/pip/_vendor/urllib3/packages/six.pyc
${PYSITELIB}/pip/_vendor/urllib3/packages/six.pyo
${PYSITELIB}/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py
${PYSITELIB}/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.pyc
${PYSITELIB}/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.pyo
${PYSITELIB}/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py
${PYSITELIB}/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.pyc
${PYSITELIB}/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.pyo
${PYSITELIB}/pip/_vendor/urllib3/poolmanager.py
${PYSITELIB}/pip/_vendor/urllib3/poolmanager.pyc
${PYSITELIB}/pip/_vendor/urllib3/poolmanager.pyo
${PYSITELIB}/pip/_vendor/urllib3/request.py
${PYSITELIB}/pip/_vendor/urllib3/request.pyc
${PYSITELIB}/pip/_vendor/urllib3/request.pyo
${PYSITELIB}/pip/_vendor/urllib3/response.py
${PYSITELIB}/pip/_vendor/urllib3/response.pyc
${PYSITELIB}/pip/_vendor/urllib3/response.pyo
${PYSITELIB}/pip/_vendor/urllib3/util/__init__.py
${PYSITELIB}/pip/_vendor/urllib3/util/__init__.pyc
${PYSITELIB}/pip/_vendor/urllib3/util/__init__.pyo
${PYSITELIB}/pip/_vendor/urllib3/util/connection.py
${PYSITELIB}/pip/_vendor/urllib3/util/connection.pyc
${PYSITELIB}/pip/_vendor/urllib3/util/connection.pyo
${PYSITELIB}/pip/_vendor/urllib3/util/queue.py
${PYSITELIB}/pip/_vendor/urllib3/util/queue.pyc
${PYSITELIB}/pip/_vendor/urllib3/util/queue.pyo
${PYSITELIB}/pip/_vendor/urllib3/util/request.py
${PYSITELIB}/pip/_vendor/urllib3/util/request.pyc
${PYSITELIB}/pip/_vendor/urllib3/util/request.pyo
${PYSITELIB}/pip/_vendor/urllib3/util/response.py
${PYSITELIB}/pip/_vendor/urllib3/util/response.pyc
${PYSITELIB}/pip/_vendor/urllib3/util/response.pyo
${PYSITELIB}/pip/_vendor/urllib3/util/retry.py
${PYSITELIB}/pip/_vendor/urllib3/util/retry.pyc
${PYSITELIB}/pip/_vendor/urllib3/util/retry.pyo
${PYSITELIB}/pip/_vendor/urllib3/util/ssl_.py
${PYSITELIB}/pip/_vendor/urllib3/util/ssl_.pyc
${PYSITELIB}/pip/_vendor/urllib3/util/ssl_.pyo
${PYSITELIB}/pip/_vendor/urllib3/util/timeout.py
${PYSITELIB}/pip/_vendor/urllib3/util/timeout.pyc
${PYSITELIB}/pip/_vendor/urllib3/util/timeout.pyo
${PYSITELIB}/pip/_vendor/urllib3/util/url.py
${PYSITELIB}/pip/_vendor/urllib3/util/url.pyc
${PYSITELIB}/pip/_vendor/urllib3/util/url.pyo
${PYSITELIB}/pip/_vendor/urllib3/util/wait.py
${PYSITELIB}/pip/_vendor/urllib3/util/wait.pyc
${PYSITELIB}/pip/_vendor/urllib3/util/wait.pyo
${PYSITELIB}/pip/_vendor/webencodings/__init__.py
${PYSITELIB}/pip/_vendor/webencodings/__init__.pyc
${PYSITELIB}/pip/_vendor/webencodings/__init__.pyo
${PYSITELIB}/pip/_vendor/webencodings/labels.py
${PYSITELIB}/pip/_vendor/webencodings/labels.pyc
${PYSITELIB}/pip/_vendor/webencodings/labels.pyo
${PYSITELIB}/pip/_vendor/webencodings/mklabels.py
${PYSITELIB}/pip/_vendor/webencodings/mklabels.pyc
${PYSITELIB}/pip/_vendor/webencodings/mklabels.pyo
${PYSITELIB}/pip/_vendor/webencodings/tests.py
${PYSITELIB}/pip/_vendor/webencodings/tests.pyc
${PYSITELIB}/pip/_vendor/webencodings/tests.pyo
${PYSITELIB}/pip/_vendor/webencodings/x_user_defined.py
${PYSITELIB}/pip/_vendor/webencodings/x_user_defined.pyc
${PYSITELIB}/pip/_vendor/webencodings/x_user_defined.pyo