You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2533 lines
103 KiB
2533 lines
103 KiB
{
|
|
"arch": "x86_64",
|
|
"build": "py36_1",
|
|
"build_number": 1,
|
|
"channel": "https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/win-64",
|
|
"constrains": [],
|
|
"date": "2016-12-23",
|
|
"depends": [
|
|
"python 3.6*",
|
|
"setuptools",
|
|
"wheel"
|
|
],
|
|
"extracted_package_dir": "C:\\Python\\Anaconda\\pkgs\\pip-9.0.1-py36_1",
|
|
"features": "",
|
|
"files": [
|
|
"Lib/site-packages/pip-9.0.1-py3.6.egg-info/PKG-INFO",
|
|
"Lib/site-packages/pip-9.0.1-py3.6.egg-info/SOURCES.txt",
|
|
"Lib/site-packages/pip-9.0.1-py3.6.egg-info/dependency_links.txt",
|
|
"Lib/site-packages/pip-9.0.1-py3.6.egg-info/entry_points.txt",
|
|
"Lib/site-packages/pip-9.0.1-py3.6.egg-info/not-zip-safe",
|
|
"Lib/site-packages/pip-9.0.1-py3.6.egg-info/requires.txt",
|
|
"Lib/site-packages/pip-9.0.1-py3.6.egg-info/top_level.txt",
|
|
"Lib/site-packages/pip/__init__.py",
|
|
"Lib/site-packages/pip/__main__.py",
|
|
"Lib/site-packages/pip/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/__pycache__/__main__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/__pycache__/basecommand.cpython-36.pyc",
|
|
"Lib/site-packages/pip/__pycache__/baseparser.cpython-36.pyc",
|
|
"Lib/site-packages/pip/__pycache__/cmdoptions.cpython-36.pyc",
|
|
"Lib/site-packages/pip/__pycache__/download.cpython-36.pyc",
|
|
"Lib/site-packages/pip/__pycache__/exceptions.cpython-36.pyc",
|
|
"Lib/site-packages/pip/__pycache__/index.cpython-36.pyc",
|
|
"Lib/site-packages/pip/__pycache__/locations.cpython-36.pyc",
|
|
"Lib/site-packages/pip/__pycache__/pep425tags.cpython-36.pyc",
|
|
"Lib/site-packages/pip/__pycache__/status_codes.cpython-36.pyc",
|
|
"Lib/site-packages/pip/__pycache__/wheel.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/__pycache__/appdirs.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/__pycache__/distro.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/__pycache__/ipaddress.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/__pycache__/ordereddict.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/__pycache__/pyparsing.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/__pycache__/re-vendor.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/__pycache__/retrying.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/__pycache__/six.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/appdirs.py",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/adapter.py",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/cache.py",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/compat.py",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/controller.py",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/serialize.py",
|
|
"Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py",
|
|
"Lib/site-packages/pip/_vendor/colorama/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/colorama/ansi.py",
|
|
"Lib/site-packages/pip/_vendor/colorama/ansitowin32.py",
|
|
"Lib/site-packages/pip/_vendor/colorama/initialise.py",
|
|
"Lib/site-packages/pip/_vendor/colorama/win32.py",
|
|
"Lib/site-packages/pip/_vendor/colorama/winterm.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/_backport/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/misc.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/shutil.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/distlib/_backport/misc.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/_backport/shutil.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg",
|
|
"Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/compat.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/database.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/index.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/locators.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/manifest.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/markers.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/metadata.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/resources.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/scripts.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/t32.exe",
|
|
"Lib/site-packages/pip/_vendor/distlib/t64.exe",
|
|
"Lib/site-packages/pip/_vendor/distlib/util.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/version.py",
|
|
"Lib/site-packages/pip/_vendor/distlib/w32.exe",
|
|
"Lib/site-packages/pip/_vendor/distlib/w64.exe",
|
|
"Lib/site-packages/pip/_vendor/distlib/wheel.py",
|
|
"Lib/site-packages/pip/_vendor/distro.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/_ihatexml.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/_inputstream.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/_tokenizer.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/_trie/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/datrie.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/_trie/_base.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/_trie/datrie.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/_trie/py.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/_utils.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/constants.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/filters/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/filters/base.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/filters/lint.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/filters/optionaltags.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/filters/sanitizer.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/filters/whitespace.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/html5parser.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/serializer.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treeadapters/sax.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treebuilders/base.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treebuilders/dom.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treewalkers/base.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treewalkers/dom.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py",
|
|
"Lib/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py",
|
|
"Lib/site-packages/pip/_vendor/ipaddress.py",
|
|
"Lib/site-packages/pip/_vendor/lockfile/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/lockfile/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/lockfile/__pycache__/linklockfile.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/lockfile/__pycache__/mkdirlockfile.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/lockfile/__pycache__/pidlockfile.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/lockfile/__pycache__/sqlitelockfile.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/lockfile/__pycache__/symlinklockfile.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/lockfile/linklockfile.py",
|
|
"Lib/site-packages/pip/_vendor/lockfile/mkdirlockfile.py",
|
|
"Lib/site-packages/pip/_vendor/lockfile/pidlockfile.py",
|
|
"Lib/site-packages/pip/_vendor/lockfile/sqlitelockfile.py",
|
|
"Lib/site-packages/pip/_vendor/lockfile/symlinklockfile.py",
|
|
"Lib/site-packages/pip/_vendor/ordereddict.py",
|
|
"Lib/site-packages/pip/_vendor/packaging/__about__.py",
|
|
"Lib/site-packages/pip/_vendor/packaging/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/packaging/__pycache__/_compat.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/packaging/_compat.py",
|
|
"Lib/site-packages/pip/_vendor/packaging/_structures.py",
|
|
"Lib/site-packages/pip/_vendor/packaging/markers.py",
|
|
"Lib/site-packages/pip/_vendor/packaging/requirements.py",
|
|
"Lib/site-packages/pip/_vendor/packaging/specifiers.py",
|
|
"Lib/site-packages/pip/_vendor/packaging/utils.py",
|
|
"Lib/site-packages/pip/_vendor/packaging/version.py",
|
|
"Lib/site-packages/pip/_vendor/pkg_resources/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/progress/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/progress/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/progress/__pycache__/bar.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/progress/__pycache__/counter.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/progress/__pycache__/helpers.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/progress/__pycache__/spinner.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/progress/bar.py",
|
|
"Lib/site-packages/pip/_vendor/progress/counter.py",
|
|
"Lib/site-packages/pip/_vendor/progress/helpers.py",
|
|
"Lib/site-packages/pip/_vendor/progress/spinner.py",
|
|
"Lib/site-packages/pip/_vendor/pyparsing.py",
|
|
"Lib/site-packages/pip/_vendor/re-vendor.py",
|
|
"Lib/site-packages/pip/_vendor/requests/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/__pycache__/models.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/adapters.py",
|
|
"Lib/site-packages/pip/_vendor/requests/api.py",
|
|
"Lib/site-packages/pip/_vendor/requests/auth.py",
|
|
"Lib/site-packages/pip/_vendor/requests/cacert.pem",
|
|
"Lib/site-packages/pip/_vendor/requests/certs.py",
|
|
"Lib/site-packages/pip/_vendor/requests/compat.py",
|
|
"Lib/site-packages/pip/_vendor/requests/cookies.py",
|
|
"Lib/site-packages/pip/_vendor/requests/exceptions.py",
|
|
"Lib/site-packages/pip/_vendor/requests/hooks.py",
|
|
"Lib/site-packages/pip/_vendor/requests/models.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/big5freq.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/big5prober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/chardetect.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/chardistribution.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/charsetgroupprober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/charsetprober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/codingstatemachine.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/compat.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/constants.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/cp949prober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/escprober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/escsm.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/eucjpprober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/euckrfreq.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/euckrprober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/euctwfreq.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/euctwprober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/gb2312freq.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/gb2312prober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/hebrewprober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/jisfreq.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/jpcntx.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/langbulgarianmodel.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/langcyrillicmodel.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/langgreekmodel.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/langhebrewmodel.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/langhungarianmodel.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/langthaimodel.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/latin1prober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/mbcharsetprober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/mbcsgroupprober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/mbcssm.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/sbcharsetprober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/sbcsgroupprober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/sjisprober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/universaldetector.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/utf8prober.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/big5freq.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/big5prober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/chardetect.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/chardistribution.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/charsetprober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/compat.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/constants.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/cp949prober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/escprober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/escsm.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/eucjpprober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/euckrfreq.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/euckrprober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/euctwfreq.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/gb2312freq.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/gb2312prober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/hebrewprober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/jisfreq.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/jpcntx.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/langthaimodel.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/latin1prober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcssm.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/sjisprober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/universaldetector.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/chardet/utf8prober.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/_collections.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/connection.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/connectionpool.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/exceptions.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/fields.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/filepost.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/poolmanager.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/request.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/response.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/_collections.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/connection.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__pycache__/appengine.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__pycache__/ntlmpool.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__pycache__/pyopenssl.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__pycache__/socks.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/appengine.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/socks.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/exceptions.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/fields.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/filepost.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/__pycache__/ordered_dict.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/__pycache__/six.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/six.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/poolmanager.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/request.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/response.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__pycache__/connection.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__pycache__/request.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__pycache__/response.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__pycache__/retry.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__pycache__/ssl_.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__pycache__/timeout.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__pycache__/url.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/connection.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/request.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/response.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/retry.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/timeout.py",
|
|
"Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/url.py",
|
|
"Lib/site-packages/pip/_vendor/requests/sessions.py",
|
|
"Lib/site-packages/pip/_vendor/requests/status_codes.py",
|
|
"Lib/site-packages/pip/_vendor/requests/structures.py",
|
|
"Lib/site-packages/pip/_vendor/requests/utils.py",
|
|
"Lib/site-packages/pip/_vendor/retrying.py",
|
|
"Lib/site-packages/pip/_vendor/six.py",
|
|
"Lib/site-packages/pip/_vendor/webencodings/__init__.py",
|
|
"Lib/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-36.pyc",
|
|
"Lib/site-packages/pip/_vendor/webencodings/labels.py",
|
|
"Lib/site-packages/pip/_vendor/webencodings/mklabels.py",
|
|
"Lib/site-packages/pip/_vendor/webencodings/tests.py",
|
|
"Lib/site-packages/pip/_vendor/webencodings/x_user_defined.py",
|
|
"Lib/site-packages/pip/basecommand.py",
|
|
"Lib/site-packages/pip/baseparser.py",
|
|
"Lib/site-packages/pip/cmdoptions.py",
|
|
"Lib/site-packages/pip/commands/__init__.py",
|
|
"Lib/site-packages/pip/commands/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/commands/__pycache__/check.cpython-36.pyc",
|
|
"Lib/site-packages/pip/commands/__pycache__/completion.cpython-36.pyc",
|
|
"Lib/site-packages/pip/commands/__pycache__/download.cpython-36.pyc",
|
|
"Lib/site-packages/pip/commands/__pycache__/freeze.cpython-36.pyc",
|
|
"Lib/site-packages/pip/commands/__pycache__/hash.cpython-36.pyc",
|
|
"Lib/site-packages/pip/commands/__pycache__/help.cpython-36.pyc",
|
|
"Lib/site-packages/pip/commands/__pycache__/install.cpython-36.pyc",
|
|
"Lib/site-packages/pip/commands/__pycache__/list.cpython-36.pyc",
|
|
"Lib/site-packages/pip/commands/__pycache__/search.cpython-36.pyc",
|
|
"Lib/site-packages/pip/commands/__pycache__/show.cpython-36.pyc",
|
|
"Lib/site-packages/pip/commands/__pycache__/uninstall.cpython-36.pyc",
|
|
"Lib/site-packages/pip/commands/__pycache__/wheel.cpython-36.pyc",
|
|
"Lib/site-packages/pip/commands/check.py",
|
|
"Lib/site-packages/pip/commands/completion.py",
|
|
"Lib/site-packages/pip/commands/download.py",
|
|
"Lib/site-packages/pip/commands/freeze.py",
|
|
"Lib/site-packages/pip/commands/hash.py",
|
|
"Lib/site-packages/pip/commands/help.py",
|
|
"Lib/site-packages/pip/commands/install.py",
|
|
"Lib/site-packages/pip/commands/list.py",
|
|
"Lib/site-packages/pip/commands/search.py",
|
|
"Lib/site-packages/pip/commands/show.py",
|
|
"Lib/site-packages/pip/commands/uninstall.py",
|
|
"Lib/site-packages/pip/commands/wheel.py",
|
|
"Lib/site-packages/pip/compat/__init__.py",
|
|
"Lib/site-packages/pip/compat/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/compat/__pycache__/dictconfig.cpython-36.pyc",
|
|
"Lib/site-packages/pip/compat/dictconfig.py",
|
|
"Lib/site-packages/pip/download.py",
|
|
"Lib/site-packages/pip/exceptions.py",
|
|
"Lib/site-packages/pip/index.py",
|
|
"Lib/site-packages/pip/locations.py",
|
|
"Lib/site-packages/pip/models/__init__.py",
|
|
"Lib/site-packages/pip/models/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/models/__pycache__/index.cpython-36.pyc",
|
|
"Lib/site-packages/pip/models/index.py",
|
|
"Lib/site-packages/pip/operations/__init__.py",
|
|
"Lib/site-packages/pip/operations/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/operations/__pycache__/check.cpython-36.pyc",
|
|
"Lib/site-packages/pip/operations/__pycache__/freeze.cpython-36.pyc",
|
|
"Lib/site-packages/pip/operations/check.py",
|
|
"Lib/site-packages/pip/operations/freeze.py",
|
|
"Lib/site-packages/pip/pep425tags.py",
|
|
"Lib/site-packages/pip/req/__init__.py",
|
|
"Lib/site-packages/pip/req/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/req/__pycache__/req_file.cpython-36.pyc",
|
|
"Lib/site-packages/pip/req/__pycache__/req_install.cpython-36.pyc",
|
|
"Lib/site-packages/pip/req/__pycache__/req_set.cpython-36.pyc",
|
|
"Lib/site-packages/pip/req/__pycache__/req_uninstall.cpython-36.pyc",
|
|
"Lib/site-packages/pip/req/req_file.py",
|
|
"Lib/site-packages/pip/req/req_install.py",
|
|
"Lib/site-packages/pip/req/req_set.py",
|
|
"Lib/site-packages/pip/req/req_uninstall.py",
|
|
"Lib/site-packages/pip/status_codes.py",
|
|
"Lib/site-packages/pip/utils/__init__.py",
|
|
"Lib/site-packages/pip/utils/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/utils/__pycache__/appdirs.cpython-36.pyc",
|
|
"Lib/site-packages/pip/utils/__pycache__/build.cpython-36.pyc",
|
|
"Lib/site-packages/pip/utils/__pycache__/deprecation.cpython-36.pyc",
|
|
"Lib/site-packages/pip/utils/__pycache__/encoding.cpython-36.pyc",
|
|
"Lib/site-packages/pip/utils/__pycache__/filesystem.cpython-36.pyc",
|
|
"Lib/site-packages/pip/utils/__pycache__/glibc.cpython-36.pyc",
|
|
"Lib/site-packages/pip/utils/__pycache__/hashes.cpython-36.pyc",
|
|
"Lib/site-packages/pip/utils/__pycache__/logging.cpython-36.pyc",
|
|
"Lib/site-packages/pip/utils/__pycache__/outdated.cpython-36.pyc",
|
|
"Lib/site-packages/pip/utils/__pycache__/packaging.cpython-36.pyc",
|
|
"Lib/site-packages/pip/utils/__pycache__/setuptools_build.cpython-36.pyc",
|
|
"Lib/site-packages/pip/utils/__pycache__/ui.cpython-36.pyc",
|
|
"Lib/site-packages/pip/utils/appdirs.py",
|
|
"Lib/site-packages/pip/utils/build.py",
|
|
"Lib/site-packages/pip/utils/deprecation.py",
|
|
"Lib/site-packages/pip/utils/encoding.py",
|
|
"Lib/site-packages/pip/utils/filesystem.py",
|
|
"Lib/site-packages/pip/utils/glibc.py",
|
|
"Lib/site-packages/pip/utils/hashes.py",
|
|
"Lib/site-packages/pip/utils/logging.py",
|
|
"Lib/site-packages/pip/utils/outdated.py",
|
|
"Lib/site-packages/pip/utils/packaging.py",
|
|
"Lib/site-packages/pip/utils/setuptools_build.py",
|
|
"Lib/site-packages/pip/utils/ui.py",
|
|
"Lib/site-packages/pip/vcs/__init__.py",
|
|
"Lib/site-packages/pip/vcs/__pycache__/__init__.cpython-36.pyc",
|
|
"Lib/site-packages/pip/vcs/__pycache__/bazaar.cpython-36.pyc",
|
|
"Lib/site-packages/pip/vcs/__pycache__/git.cpython-36.pyc",
|
|
"Lib/site-packages/pip/vcs/__pycache__/mercurial.cpython-36.pyc",
|
|
"Lib/site-packages/pip/vcs/__pycache__/subversion.cpython-36.pyc",
|
|
"Lib/site-packages/pip/vcs/bazaar.py",
|
|
"Lib/site-packages/pip/vcs/git.py",
|
|
"Lib/site-packages/pip/vcs/mercurial.py",
|
|
"Lib/site-packages/pip/vcs/subversion.py",
|
|
"Lib/site-packages/pip/wheel.py",
|
|
"Scripts/pip-script.py",
|
|
"Scripts/pip.exe"
|
|
],
|
|
"fn": "pip-9.0.1-py36_1.tar.bz2",
|
|
"license": "MIT",
|
|
"link": {
|
|
"source": "C:\\Python\\Anaconda\\pkgs\\pip-9.0.1-py36_1",
|
|
"type": 1
|
|
},
|
|
"md5": "5ab66bd488e5f57f291942fd02cbdac5",
|
|
"name": "pip",
|
|
"package_tarball_full_path": "C:\\Python\\Anaconda\\pkgs\\pip-9.0.1-py36_1.tar.bz2",
|
|
"paths_data": {
|
|
"paths": [
|
|
{
|
|
"_path": "Lib/site-packages/pip-9.0.1-py3.6.egg-info/PKG-INFO",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip-9.0.1-py3.6.egg-info/SOURCES.txt",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip-9.0.1-py3.6.egg-info/dependency_links.txt",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip-9.0.1-py3.6.egg-info/entry_points.txt",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip-9.0.1-py3.6.egg-info/not-zip-safe",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip-9.0.1-py3.6.egg-info/requires.txt",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip-9.0.1-py3.6.egg-info/top_level.txt",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/__main__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/__pycache__/__main__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/__pycache__/basecommand.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/__pycache__/baseparser.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/__pycache__/cmdoptions.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/__pycache__/download.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/__pycache__/exceptions.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/__pycache__/index.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/__pycache__/locations.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/__pycache__/pep425tags.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/__pycache__/status_codes.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/__pycache__/wheel.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/__pycache__/appdirs.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/__pycache__/distro.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/__pycache__/ipaddress.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/__pycache__/ordereddict.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/__pycache__/pyparsing.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/__pycache__/re-vendor.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/__pycache__/retrying.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/__pycache__/six.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/appdirs.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/adapter.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/cache.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/compat.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/controller.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/serialize.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/colorama/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/colorama/ansi.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/colorama/ansitowin32.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/colorama/initialise.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/colorama/win32.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/colorama/winterm.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/_backport/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/misc.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/shutil.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/_backport/misc.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/_backport/shutil.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/compat.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/database.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/index.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/locators.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/manifest.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/markers.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/metadata.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/resources.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/scripts.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/t32.exe",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/t64.exe",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/util.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/version.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/w32.exe",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/w64.exe",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distlib/wheel.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/distro.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/_ihatexml.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/_inputstream.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/_tokenizer.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/_trie/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/datrie.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/_trie/_base.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/_trie/datrie.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/_trie/py.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/_utils.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/constants.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/filters/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/filters/base.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/filters/lint.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/filters/optionaltags.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/filters/sanitizer.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/filters/whitespace.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/html5parser.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/serializer.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treeadapters/sax.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treebuilders/base.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treebuilders/dom.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treewalkers/base.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treewalkers/dom.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/ipaddress.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/lockfile/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/lockfile/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/lockfile/__pycache__/linklockfile.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/lockfile/__pycache__/mkdirlockfile.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/lockfile/__pycache__/pidlockfile.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/lockfile/__pycache__/sqlitelockfile.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/lockfile/__pycache__/symlinklockfile.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/lockfile/linklockfile.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/lockfile/mkdirlockfile.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/lockfile/pidlockfile.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/lockfile/sqlitelockfile.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/lockfile/symlinklockfile.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/ordereddict.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/__about__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/__pycache__/_compat.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/_compat.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/_structures.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/markers.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/requirements.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/specifiers.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/utils.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/packaging/version.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/pkg_resources/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/progress/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/progress/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/progress/__pycache__/bar.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/progress/__pycache__/counter.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/progress/__pycache__/helpers.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/progress/__pycache__/spinner.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/progress/bar.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/progress/counter.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/progress/helpers.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/progress/spinner.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/pyparsing.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/re-vendor.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/__pycache__/models.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/adapters.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/api.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/auth.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/cacert.pem",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/certs.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/compat.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/cookies.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/exceptions.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/hooks.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/models.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/big5freq.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/big5prober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/chardetect.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/chardistribution.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/charsetgroupprober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/charsetprober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/codingstatemachine.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/compat.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/constants.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/cp949prober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/escprober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/escsm.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/eucjpprober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/euckrfreq.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/euckrprober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/euctwfreq.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/euctwprober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/gb2312freq.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/gb2312prober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/hebrewprober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/jisfreq.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/jpcntx.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/langbulgarianmodel.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/langcyrillicmodel.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/langgreekmodel.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/langhebrewmodel.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/langhungarianmodel.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/langthaimodel.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/latin1prober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/mbcharsetprober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/mbcsgroupprober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/mbcssm.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/sbcharsetprober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/sbcsgroupprober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/sjisprober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/universaldetector.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/__pycache__/utf8prober.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/big5freq.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/big5prober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/chardetect.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/chardistribution.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/charsetprober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/compat.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/constants.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/cp949prober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/escprober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/escsm.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/eucjpprober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/euckrfreq.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/euckrprober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/euctwfreq.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/gb2312freq.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/gb2312prober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/hebrewprober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/jisfreq.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/jpcntx.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/langthaimodel.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/latin1prober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcssm.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/sjisprober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/universaldetector.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/chardet/utf8prober.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/_collections.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/connection.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/connectionpool.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/exceptions.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/fields.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/filepost.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/poolmanager.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/request.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/__pycache__/response.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/_collections.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/connection.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__pycache__/appengine.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__pycache__/ntlmpool.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__pycache__/pyopenssl.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__pycache__/socks.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/appengine.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/socks.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/exceptions.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/fields.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/filepost.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/__pycache__/ordered_dict.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/__pycache__/six.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/six.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/poolmanager.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/request.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/response.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__pycache__/connection.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__pycache__/request.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__pycache__/response.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__pycache__/retry.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__pycache__/ssl_.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__pycache__/timeout.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__pycache__/url.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/connection.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/request.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/response.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/retry.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/timeout.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/url.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/sessions.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/status_codes.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/structures.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/requests/utils.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/retrying.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/six.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/webencodings/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/webencodings/labels.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/webencodings/mklabels.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/webencodings/tests.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/_vendor/webencodings/x_user_defined.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/basecommand.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/baseparser.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/cmdoptions.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/__pycache__/check.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/__pycache__/completion.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/__pycache__/download.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/__pycache__/freeze.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/__pycache__/hash.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/__pycache__/help.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/__pycache__/install.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/__pycache__/list.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/__pycache__/search.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/__pycache__/show.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/__pycache__/uninstall.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/__pycache__/wheel.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/check.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/completion.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/download.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/freeze.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/hash.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/help.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/install.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/list.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/search.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/show.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/uninstall.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/commands/wheel.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/compat/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/compat/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/compat/__pycache__/dictconfig.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/compat/dictconfig.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/download.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/exceptions.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/index.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/locations.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/models/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/models/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/models/__pycache__/index.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/models/index.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/operations/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/operations/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/operations/__pycache__/check.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/operations/__pycache__/freeze.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/operations/check.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/operations/freeze.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/pep425tags.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/req/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/req/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/req/__pycache__/req_file.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/req/__pycache__/req_install.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/req/__pycache__/req_set.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/req/__pycache__/req_uninstall.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/req/req_file.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/req/req_install.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/req/req_set.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/req/req_uninstall.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/status_codes.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/__pycache__/appdirs.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/__pycache__/build.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/__pycache__/deprecation.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/__pycache__/encoding.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/__pycache__/filesystem.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/__pycache__/glibc.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/__pycache__/hashes.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/__pycache__/logging.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/__pycache__/outdated.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/__pycache__/packaging.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/__pycache__/setuptools_build.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/__pycache__/ui.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/appdirs.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/build.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/deprecation.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/encoding.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/filesystem.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/glibc.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/hashes.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/logging.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/outdated.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/packaging.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/setuptools_build.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/utils/ui.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/vcs/__init__.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/vcs/__pycache__/__init__.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/vcs/__pycache__/bazaar.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/vcs/__pycache__/git.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/vcs/__pycache__/mercurial.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/vcs/__pycache__/subversion.cpython-36.pyc",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/vcs/bazaar.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/vcs/git.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/vcs/mercurial.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/vcs/subversion.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Lib/site-packages/pip/wheel.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Scripts/pip-script.py",
|
|
"path_type": "hardlink"
|
|
},
|
|
{
|
|
"_path": "Scripts/pip.exe",
|
|
"path_type": "hardlink"
|
|
}
|
|
],
|
|
"paths_version": 1
|
|
},
|
|
"platform": "win32",
|
|
"requested_spec": "None",
|
|
"size": 1747923,
|
|
"subdir": "win-64",
|
|
"track_features": "",
|
|
"url": "https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/win-64/pip-9.0.1-py36_1.tar.bz2",
|
|
"version": "9.0.1"
|
|
} |