/tmp/python2-pip-20.3.4-1-any.vjD74X/ └── usr/ ├── bin/ │   ├── pip2* │   └── pip2.7* ├── lib/ │   └── python2.7/ │   └── site-packages/ │   ├── pip/ │   │   ├── __init__.py │   │   ├── __init__.pyc │   │   ├── _internal/ │   │   │   ├── build_env.py │   │   │   ├── build_env.pyc │   │   │   ├── cache.py │   │   │   ├── cache.pyc │   │   │   ├── cli/ │   │   │   │   ├── autocompletion.py │   │   │   │   ├── autocompletion.pyc │   │   │   │   ├── base_command.py │   │   │   │   ├── base_command.pyc │   │   │   │   ├── cmdoptions.py │   │   │   │   ├── cmdoptions.pyc │   │   │   │   ├── command_context.py │   │   │   │   ├── command_context.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── main_parser.py │   │   │   │   ├── main_parser.pyc │   │   │   │   ├── main.py │   │   │   │   ├── main.pyc │   │   │   │   ├── parser.py │   │   │   │   ├── parser.pyc │   │   │   │   ├── progress_bars.py │   │   │   │   ├── progress_bars.pyc │   │   │   │   ├── req_command.py │   │   │   │   ├── req_command.pyc │   │   │   │   ├── spinners.py │   │   │   │   ├── spinners.pyc │   │   │   │   ├── status_codes.py │   │   │   │   └── status_codes.pyc │   │   │   ├── commands/ │   │   │   │   ├── cache.py │   │   │   │   ├── cache.pyc │   │   │   │   ├── check.py │   │   │   │   ├── check.pyc │   │   │   │   ├── completion.py │   │   │   │   ├── completion.pyc │   │   │   │   ├── configuration.py │   │   │   │   ├── configuration.pyc │   │   │   │   ├── debug.py │   │   │   │   ├── debug.pyc │   │   │   │   ├── download.py │   │   │   │   ├── download.pyc │   │   │   │   ├── freeze.py │   │   │   │   ├── freeze.pyc │   │   │   │   ├── hash.py │   │   │   │   ├── hash.pyc │   │   │   │   ├── help.py │   │   │   │   ├── help.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── install.py │   │   │   │   ├── install.pyc │   │   │   │   ├── list.py │   │   │   │   ├── list.pyc │   │   │   │   ├── search.py │   │   │   │   ├── search.pyc │   │   │   │   ├── show.py │   │   │   │   ├── show.pyc │   │   │   │   ├── uninstall.py │   │   │   │   ├── uninstall.pyc │   │   │   │   ├── wheel.py │   │   │   │   └── wheel.pyc │   │   │   ├── configuration.py │   │   │   ├── configuration.pyc │   │   │   ├── distributions/ │   │   │   │   ├── base.py │   │   │   │   ├── base.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── installed.py │   │   │   │   ├── installed.pyc │   │   │   │   ├── sdist.py │   │   │   │   ├── sdist.pyc │   │   │   │   ├── wheel.py │   │   │   │   └── wheel.pyc │   │   │   ├── exceptions.py │   │   │   ├── exceptions.pyc │   │   │   ├── index/ │   │   │   │   ├── collector.py │   │   │   │   ├── collector.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── package_finder.py │   │   │   │   └── package_finder.pyc │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── locations.py │   │   │   ├── locations.pyc │   │   │   ├── main.py │   │   │   ├── main.pyc │   │   │   ├── models/ │   │   │   │   ├── candidate.py │   │   │   │   ├── candidate.pyc │   │   │   │   ├── direct_url.py │   │   │   │   ├── direct_url.pyc │   │   │   │   ├── format_control.py │   │   │   │   ├── format_control.pyc │   │   │   │   ├── index.py │   │   │   │   ├── index.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── link.py │   │   │   │   ├── link.pyc │   │   │   │   ├── scheme.py │   │   │   │   ├── scheme.pyc │   │   │   │   ├── search_scope.py │   │   │   │   ├── search_scope.pyc │   │   │   │   ├── selection_prefs.py │   │   │   │   ├── selection_prefs.pyc │   │   │   │   ├── target_python.py │   │   │   │   ├── target_python.pyc │   │   │   │   ├── wheel.py │   │   │   │   └── wheel.pyc │   │   │   ├── network/ │   │   │   │   ├── auth.py │   │   │   │   ├── auth.pyc │   │   │   │   ├── cache.py │   │   │   │   ├── cache.pyc │   │   │   │   ├── download.py │   │   │   │   ├── download.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── lazy_wheel.py │   │   │   │   ├── lazy_wheel.pyc │   │   │   │   ├── session.py │   │   │   │   ├── session.pyc │   │   │   │   ├── utils.py │   │   │   │   ├── utils.pyc │   │   │   │   ├── xmlrpc.py │   │   │   │   └── xmlrpc.pyc │   │   │   ├── operations/ │   │   │   │   ├── build/ │   │   │   │   │   ├── __init__.py │   │   │   │   │   ├── __init__.pyc │   │   │   │   │   ├── metadata_legacy.py │   │   │   │   │   ├── metadata_legacy.pyc │   │   │   │   │   ├── metadata.py │   │   │   │   │   ├── metadata.pyc │   │   │   │   │   ├── wheel_legacy.py │   │   │   │   │   ├── wheel_legacy.pyc │   │   │   │   │   ├── wheel.py │   │   │   │   │   └── wheel.pyc │   │   │   │   ├── check.py │   │   │   │   ├── check.pyc │   │   │   │   ├── freeze.py │   │   │   │   ├── freeze.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── install/ │   │   │   │   │   ├── editable_legacy.py │   │   │   │   │   ├── editable_legacy.pyc │   │   │   │   │   ├── __init__.py │   │   │   │   │   ├── __init__.pyc │   │   │   │   │   ├── legacy.py │   │   │   │   │   ├── legacy.pyc │   │   │   │   │   ├── wheel.py │   │   │   │   │   └── wheel.pyc │   │   │   │   ├── prepare.py │   │   │   │   └── prepare.pyc │   │   │   ├── pyproject.py │   │   │   ├── pyproject.pyc │   │   │   ├── req/ │   │   │   │   ├── constructors.py │   │   │   │   ├── constructors.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── req_file.py │   │   │   │   ├── req_file.pyc │   │   │   │   ├── req_install.py │   │   │   │   ├── req_install.pyc │   │   │   │   ├── req_set.py │   │   │   │   ├── req_set.pyc │   │   │   │   ├── req_tracker.py │   │   │   │   ├── req_tracker.pyc │   │   │   │   ├── req_uninstall.py │   │   │   │   └── req_uninstall.pyc │   │   │   ├── resolution/ │   │   │   │   ├── base.py │   │   │   │   ├── base.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── legacy/ │   │   │   │   │   ├── __init__.py │   │   │   │   │   ├── __init__.pyc │   │   │   │   │   ├── resolver.py │   │   │   │   │   └── resolver.pyc │   │   │   │   └── resolvelib/ │   │   │   │   ├── base.py │   │   │   │   ├── base.pyc │   │   │   │   ├── candidates.py │   │   │   │   ├── candidates.pyc │   │   │   │   ├── factory.py │   │   │   │   ├── factory.pyc │   │   │   │   ├── found_candidates.py │   │   │   │   ├── found_candidates.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── provider.py │   │   │   │   ├── provider.pyc │   │   │   │   ├── reporter.py │   │   │   │   ├── reporter.pyc │   │   │   │   ├── requirements.py │   │   │   │   ├── requirements.pyc │   │   │   │   ├── resolver.py │   │   │   │   └── resolver.pyc │   │   │   ├── self_outdated_check.py │   │   │   ├── self_outdated_check.pyc │   │   │   ├── utils/ │   │   │   │   ├── appdirs.py │   │   │   │   ├── appdirs.pyc │   │   │   │   ├── compatibility_tags.py │   │   │   │   ├── compatibility_tags.pyc │   │   │   │   ├── compat.py │   │   │   │   ├── compat.pyc │   │   │   │   ├── datetime.py │   │   │   │   ├── datetime.pyc │   │   │   │   ├── deprecation.py │   │   │   │   ├── deprecation.pyc │   │   │   │   ├── direct_url_helpers.py │   │   │   │   ├── direct_url_helpers.pyc │   │   │   │   ├── distutils_args.py │   │   │   │   ├── distutils_args.pyc │   │   │   │   ├── encoding.py │   │   │   │   ├── encoding.pyc │   │   │   │   ├── entrypoints.py │   │   │   │   ├── entrypoints.pyc │   │   │   │   ├── filesystem.py │   │   │   │   ├── filesystem.pyc │   │   │   │   ├── filetypes.py │   │   │   │   ├── filetypes.pyc │   │   │   │   ├── glibc.py │   │   │   │   ├── glibc.pyc │   │   │   │   ├── hashes.py │   │   │   │   ├── hashes.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── inject_securetransport.py │   │   │   │   ├── inject_securetransport.pyc │   │   │   │   ├── logging.py │   │   │   │   ├── logging.pyc │   │   │   │   ├── misc.py │   │   │   │   ├── misc.pyc │   │   │   │   ├── models.py │   │   │   │   ├── models.pyc │   │   │   │   ├── packaging.py │   │   │   │   ├── packaging.pyc │   │   │   │   ├── parallel.py │   │   │   │   ├── parallel.pyc │   │   │   │   ├── pkg_resources.py │   │   │   │   ├── pkg_resources.pyc │   │   │   │   ├── setuptools_build.py │   │   │   │   ├── setuptools_build.pyc │   │   │   │   ├── subprocess.py │   │   │   │   ├── subprocess.pyc │   │   │   │   ├── temp_dir.py │   │   │   │   ├── temp_dir.pyc │   │   │   │   ├── typing.py │   │   │   │   ├── typing.pyc │   │   │   │   ├── unpacking.py │   │   │   │   ├── unpacking.pyc │   │   │   │   ├── urls.py │   │   │   │   ├── urls.pyc │   │   │   │   ├── virtualenv.py │   │   │   │   ├── virtualenv.pyc │   │   │   │   ├── wheel.py │   │   │   │   └── wheel.pyc │   │   │   ├── vcs/ │   │   │   │   ├── bazaar.py │   │   │   │   ├── bazaar.pyc │   │   │   │   ├── git.py │   │   │   │   ├── git.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── mercurial.py │   │   │   │   ├── mercurial.pyc │   │   │   │   ├── subversion.py │   │   │   │   ├── subversion.pyc │   │   │   │   ├── versioncontrol.py │   │   │   │   └── versioncontrol.pyc │   │   │   ├── wheel_builder.py │   │   │   └── wheel_builder.pyc │   │   ├── __main__.py │   │   ├── __main__.pyc │   │   └── _vendor/ │   │   ├── appdirs.py │   │   ├── appdirs.pyc │   │   ├── cachecontrol/ │   │   │   ├── adapter.py │   │   │   ├── adapter.pyc │   │   │   ├── cache.py │   │   │   ├── cache.pyc │   │   │   ├── caches/ │   │   │   │   ├── file_cache.py │   │   │   │   ├── file_cache.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── redis_cache.py │   │   │   │   └── redis_cache.pyc │   │   │   ├── _cmd.py │   │   │   ├── _cmd.pyc │   │   │   ├── compat.py │   │   │   ├── compat.pyc │   │   │   ├── controller.py │   │   │   ├── controller.pyc │   │   │   ├── filewrapper.py │   │   │   ├── filewrapper.pyc │   │   │   ├── heuristics.py │   │   │   ├── heuristics.pyc │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── serialize.py │   │   │   ├── serialize.pyc │   │   │   ├── wrapper.py │   │   │   └── wrapper.pyc │   │   ├── certifi/ │   │   │   ├── cacert.pem │   │   │   ├── core.py │   │   │   ├── core.pyc │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── __main__.py │   │   │   └── __main__.pyc │   │   ├── chardet/ │   │   │   ├── big5freq.py │   │   │   ├── big5freq.pyc │   │   │   ├── big5prober.py │   │   │   ├── big5prober.pyc │   │   │   ├── chardistribution.py │   │   │   ├── chardistribution.pyc │   │   │   ├── charsetgroupprober.py │   │   │   ├── charsetgroupprober.pyc │   │   │   ├── charsetprober.py │   │   │   ├── charsetprober.pyc │   │   │   ├── cli/ │   │   │   │   ├── chardetect.py │   │   │   │   ├── chardetect.pyc │   │   │   │   ├── __init__.py │   │   │   │   └── __init__.pyc │   │   │   ├── codingstatemachine.py │   │   │   ├── codingstatemachine.pyc │   │   │   ├── compat.py │   │   │   ├── compat.pyc │   │   │   ├── cp949prober.py │   │   │   ├── cp949prober.pyc │   │   │   ├── enums.py │   │   │   ├── enums.pyc │   │   │   ├── escprober.py │   │   │   ├── escprober.pyc │   │   │   ├── escsm.py │   │   │   ├── escsm.pyc │   │   │   ├── eucjpprober.py │   │   │   ├── eucjpprober.pyc │   │   │   ├── euckrfreq.py │   │   │   ├── euckrfreq.pyc │   │   │   ├── euckrprober.py │   │   │   ├── euckrprober.pyc │   │   │   ├── euctwfreq.py │   │   │   ├── euctwfreq.pyc │   │   │   ├── euctwprober.py │   │   │   ├── euctwprober.pyc │   │   │   ├── gb2312freq.py │   │   │   ├── gb2312freq.pyc │   │   │   ├── gb2312prober.py │   │   │   ├── gb2312prober.pyc │   │   │   ├── hebrewprober.py │   │   │   ├── hebrewprober.pyc │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── jisfreq.py │   │   │   ├── jisfreq.pyc │   │   │   ├── jpcntx.py │   │   │   ├── jpcntx.pyc │   │   │   ├── langbulgarianmodel.py │   │   │   ├── langbulgarianmodel.pyc │   │   │   ├── langcyrillicmodel.py │   │   │   ├── langcyrillicmodel.pyc │   │   │   ├── langgreekmodel.py │   │   │   ├── langgreekmodel.pyc │   │   │   ├── langhebrewmodel.py │   │   │   ├── langhebrewmodel.pyc │   │   │   ├── langhungarianmodel.py │   │   │   ├── langhungarianmodel.pyc │   │   │   ├── langthaimodel.py │   │   │   ├── langthaimodel.pyc │   │   │   ├── langturkishmodel.py │   │   │   ├── langturkishmodel.pyc │   │   │   ├── latin1prober.py │   │   │   ├── latin1prober.pyc │   │   │   ├── mbcharsetprober.py │   │   │   ├── mbcharsetprober.pyc │   │   │   ├── mbcsgroupprober.py │   │   │   ├── mbcsgroupprober.pyc │   │   │   ├── mbcssm.py │   │   │   ├── mbcssm.pyc │   │   │   ├── sbcharsetprober.py │   │   │   ├── sbcharsetprober.pyc │   │   │   ├── sbcsgroupprober.py │   │   │   ├── sbcsgroupprober.pyc │   │   │   ├── sjisprober.py │   │   │   ├── sjisprober.pyc │   │   │   ├── universaldetector.py │   │   │   ├── universaldetector.pyc │   │   │   ├── utf8prober.py │   │   │   ├── utf8prober.pyc │   │   │   ├── version.py │   │   │   └── version.pyc │   │   ├── colorama/ │   │   │   ├── ansi.py │   │   │   ├── ansi.pyc │   │   │   ├── ansitowin32.py │   │   │   ├── ansitowin32.pyc │   │   │   ├── initialise.py │   │   │   ├── initialise.pyc │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── win32.py │   │   │   ├── win32.pyc │   │   │   ├── winterm.py │   │   │   └── winterm.pyc │   │   ├── contextlib2.py │   │   ├── contextlib2.pyc │   │   ├── distlib/ │   │   │   ├── _backport/ │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── misc.py │   │   │   │   ├── misc.pyc │   │   │   │   ├── shutil.py │   │   │   │   ├── shutil.pyc │   │   │   │   ├── sysconfig.cfg │   │   │   │   ├── sysconfig.py │   │   │   │   ├── sysconfig.pyc │   │   │   │   ├── tarfile.py │   │   │   │   └── tarfile.pyc │   │   │   ├── compat.py │   │   │   ├── compat.pyc │   │   │   ├── database.py │   │   │   ├── database.pyc │   │   │   ├── index.py │   │   │   ├── index.pyc │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── locators.py │   │   │   ├── locators.pyc │   │   │   ├── manifest.py │   │   │   ├── manifest.pyc │   │   │   ├── markers.py │   │   │   ├── markers.pyc │   │   │   ├── metadata.py │   │   │   ├── metadata.pyc │   │   │   ├── resources.py │   │   │   ├── resources.pyc │   │   │   ├── scripts.py │   │   │   ├── scripts.pyc │   │   │   ├── t32.exe │   │   │   ├── t64.exe │   │   │   ├── util.py │   │   │   ├── util.pyc │   │   │   ├── version.py │   │   │   ├── version.pyc │   │   │   ├── w32.exe │   │   │   ├── w64.exe │   │   │   ├── wheel.py │   │   │   └── wheel.pyc │   │   ├── distro.py │   │   ├── distro.pyc │   │   ├── html5lib/ │   │   │   ├── constants.py │   │   │   ├── constants.pyc │   │   │   ├── filters/ │   │   │   │   ├── alphabeticalattributes.py │   │   │   │   ├── alphabeticalattributes.pyc │   │   │   │   ├── base.py │   │   │   │   ├── base.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── inject_meta_charset.py │   │   │   │   ├── inject_meta_charset.pyc │   │   │   │   ├── lint.py │   │   │   │   ├── lint.pyc │   │   │   │   ├── optionaltags.py │   │   │   │   ├── optionaltags.pyc │   │   │   │   ├── sanitizer.py │   │   │   │   ├── sanitizer.pyc │   │   │   │   ├── whitespace.py │   │   │   │   └── whitespace.pyc │   │   │   ├── html5parser.py │   │   │   ├── html5parser.pyc │   │   │   ├── _ihatexml.py │   │   │   ├── _ihatexml.pyc │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── _inputstream.py │   │   │   ├── _inputstream.pyc │   │   │   ├── serializer.py │   │   │   ├── serializer.pyc │   │   │   ├── _tokenizer.py │   │   │   ├── _tokenizer.pyc │   │   │   ├── treeadapters/ │   │   │   │   ├── genshi.py │   │   │   │   ├── genshi.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── sax.py │   │   │   │   └── sax.pyc │   │   │   ├── treebuilders/ │   │   │   │   ├── base.py │   │   │   │   ├── base.pyc │   │   │   │   ├── dom.py │   │   │   │   ├── dom.pyc │   │   │   │   ├── etree_lxml.py │   │   │   │   ├── etree_lxml.pyc │   │   │   │   ├── etree.py │   │   │   │   ├── etree.pyc │   │   │   │   ├── __init__.py │   │   │   │   └── __init__.pyc │   │   │   ├── treewalkers/ │   │   │   │   ├── base.py │   │   │   │   ├── base.pyc │   │   │   │   ├── dom.py │   │   │   │   ├── dom.pyc │   │   │   │   ├── etree_lxml.py │   │   │   │   ├── etree_lxml.pyc │   │   │   │   ├── etree.py │   │   │   │   ├── etree.pyc │   │   │   │   ├── genshi.py │   │   │   │   ├── genshi.pyc │   │   │   │   ├── __init__.py │   │   │   │   └── __init__.pyc │   │   │   ├── _trie/ │   │   │   │   ├── _base.py │   │   │   │   ├── _base.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── py.py │   │   │   │   └── py.pyc │   │   │   ├── _utils.py │   │   │   └── _utils.pyc │   │   ├── idna/ │   │   │   ├── codec.py │   │   │   ├── codec.pyc │   │   │   ├── compat.py │   │   │   ├── compat.pyc │   │   │   ├── core.py │   │   │   ├── core.pyc │   │   │   ├── idnadata.py │   │   │   ├── idnadata.pyc │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── intranges.py │   │   │   ├── intranges.pyc │   │   │   ├── package_data.py │   │   │   ├── package_data.pyc │   │   │   ├── uts46data.py │   │   │   └── uts46data.pyc │   │   ├── __init__.py │   │   ├── __init__.pyc │   │   ├── ipaddress.py │   │   ├── ipaddress.pyc │   │   ├── msgpack/ │   │   │   ├── exceptions.py │   │   │   ├── exceptions.pyc │   │   │   ├── ext.py │   │   │   ├── ext.pyc │   │   │   ├── fallback.py │   │   │   ├── fallback.pyc │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── _version.py │   │   │   └── _version.pyc │   │   ├── packaging/ │   │   │   ├── __about__.py │   │   │   ├── __about__.pyc │   │   │   ├── _compat.py │   │   │   ├── _compat.pyc │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── markers.py │   │   │   ├── markers.pyc │   │   │   ├── requirements.py │   │   │   ├── requirements.pyc │   │   │   ├── specifiers.py │   │   │   ├── specifiers.pyc │   │   │   ├── _structures.py │   │   │   ├── _structures.pyc │   │   │   ├── tags.py │   │   │   ├── tags.pyc │   │   │   ├── _typing.py │   │   │   ├── _typing.pyc │   │   │   ├── utils.py │   │   │   ├── utils.pyc │   │   │   ├── version.py │   │   │   └── version.pyc │   │   ├── pep517/ │   │   │   ├── build.py │   │   │   ├── build.pyc │   │   │   ├── check.py │   │   │   ├── check.pyc │   │   │   ├── colorlog.py │   │   │   ├── colorlog.pyc │   │   │   ├── compat.py │   │   │   ├── compat.pyc │   │   │   ├── dirtools.py │   │   │   ├── dirtools.pyc │   │   │   ├── envbuild.py │   │   │   ├── envbuild.pyc │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── _in_process.py │   │   │   ├── _in_process.pyc │   │   │   ├── meta.py │   │   │   ├── meta.pyc │   │   │   ├── wrappers.py │   │   │   └── wrappers.pyc │   │   ├── pkg_resources/ │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── py31compat.py │   │   │   └── py31compat.pyc │   │   ├── progress/ │   │   │   ├── bar.py │   │   │   ├── bar.pyc │   │   │   ├── counter.py │   │   │   ├── counter.pyc │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── spinner.py │   │   │   └── spinner.pyc │   │   ├── pyparsing.py │   │   ├── pyparsing.pyc │   │   ├── requests/ │   │   │   ├── adapters.py │   │   │   ├── adapters.pyc │   │   │   ├── api.py │   │   │   ├── api.pyc │   │   │   ├── auth.py │   │   │   ├── auth.pyc │   │   │   ├── certs.py │   │   │   ├── certs.pyc │   │   │   ├── compat.py │   │   │   ├── compat.pyc │   │   │   ├── cookies.py │   │   │   ├── cookies.pyc │   │   │   ├── exceptions.py │   │   │   ├── exceptions.pyc │   │   │   ├── help.py │   │   │   ├── help.pyc │   │   │   ├── hooks.py │   │   │   ├── hooks.pyc │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── _internal_utils.py │   │   │   ├── _internal_utils.pyc │   │   │   ├── models.py │   │   │   ├── models.pyc │   │   │   ├── packages.py │   │   │   ├── packages.pyc │   │   │   ├── sessions.py │   │   │   ├── sessions.pyc │   │   │   ├── status_codes.py │   │   │   ├── status_codes.pyc │   │   │   ├── structures.py │   │   │   ├── structures.pyc │   │   │   ├── utils.py │   │   │   ├── utils.pyc │   │   │   ├── __version__.py │   │   │   └── __version__.pyc │   │   ├── resolvelib/ │   │   │   ├── compat/ │   │   │   │   ├── collections_abc.py │   │   │   │   ├── collections_abc.pyc │   │   │   │   ├── __init__.py │   │   │   │   └── __init__.pyc │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── providers.py │   │   │   ├── providers.pyc │   │   │   ├── reporters.py │   │   │   ├── reporters.pyc │   │   │   ├── resolvers.py │   │   │   ├── resolvers.pyc │   │   │   ├── structs.py │   │   │   └── structs.pyc │   │   ├── retrying.py │   │   ├── retrying.pyc │   │   ├── six.py │   │   ├── six.pyc │   │   ├── toml/ │   │   │   ├── decoder.py │   │   │   ├── decoder.pyc │   │   │   ├── encoder.py │   │   │   ├── encoder.pyc │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── ordered.py │   │   │   ├── ordered.pyc │   │   │   ├── tz.py │   │   │   └── tz.pyc │   │   ├── urllib3/ │   │   │   ├── _collections.py │   │   │   ├── _collections.pyc │   │   │   ├── connectionpool.py │   │   │   ├── connectionpool.pyc │   │   │   ├── connection.py │   │   │   ├── connection.pyc │   │   │   ├── contrib/ │   │   │   │   ├── _appengine_environ.py │   │   │   │   ├── _appengine_environ.pyc │   │   │   │   ├── appengine.py │   │   │   │   ├── appengine.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── ntlmpool.py │   │   │   │   ├── ntlmpool.pyc │   │   │   │   ├── pyopenssl.py │   │   │   │   ├── pyopenssl.pyc │   │   │   │   ├── _securetransport/ │   │   │   │   │   ├── bindings.py │   │   │   │   │   ├── bindings.pyc │   │   │   │   │   ├── __init__.py │   │   │   │   │   ├── __init__.pyc │   │   │   │   │   ├── low_level.py │   │   │   │   │   └── low_level.pyc │   │   │   │   ├── securetransport.py │   │   │   │   ├── securetransport.pyc │   │   │   │   ├── socks.py │   │   │   │   └── socks.pyc │   │   │   ├── exceptions.py │   │   │   ├── exceptions.pyc │   │   │   ├── fields.py │   │   │   ├── fields.pyc │   │   │   ├── filepost.py │   │   │   ├── filepost.pyc │   │   │   ├── __init__.py │   │   │   ├── __init__.pyc │   │   │   ├── packages/ │   │   │   │   ├── backports/ │   │   │   │   │   ├── __init__.py │   │   │   │   │   ├── __init__.pyc │   │   │   │   │   ├── makefile.py │   │   │   │   │   └── makefile.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── six.py │   │   │   │   ├── six.pyc │   │   │   │   └── ssl_match_hostname/ │   │   │   │   ├── _implementation.py │   │   │   │   ├── _implementation.pyc │   │   │   │   ├── __init__.py │   │   │   │   └── __init__.pyc │   │   │   ├── poolmanager.py │   │   │   ├── poolmanager.pyc │   │   │   ├── request.py │   │   │   ├── request.pyc │   │   │   ├── response.py │   │   │   ├── response.pyc │   │   │   ├── util/ │   │   │   │   ├── connection.py │   │   │   │   ├── connection.pyc │   │   │   │   ├── __init__.py │   │   │   │   ├── __init__.pyc │   │   │   │   ├── proxy.py │   │   │   │   ├── proxy.pyc │   │   │   │   ├── queue.py │   │   │   │   ├── queue.pyc │   │   │   │   ├── request.py │   │   │   │   ├── request.pyc │   │   │   │   ├── response.py │   │   │   │   ├── response.pyc │   │   │   │   ├── retry.py │   │   │   │   ├── retry.pyc │   │   │   │   ├── ssl_.py │   │   │   │   ├── ssl_.pyc │   │   │   │   ├── ssltransport.py │   │   │   │   ├── ssltransport.pyc │   │   │   │   ├── timeout.py │   │   │   │   ├── timeout.pyc │   │   │   │   ├── url.py │   │   │   │   ├── url.pyc │   │   │   │   ├── wait.py │   │   │   │   └── wait.pyc │   │   │   ├── _version.py │   │   │   └── _version.pyc │   │   ├── vendor.txt │   │   └── webencodings/ │   │   ├── __init__.py │   │   ├── __init__.pyc │   │   ├── labels.py │   │   ├── labels.pyc │   │   ├── mklabels.py │   │   ├── mklabels.pyc │   │   ├── tests.py │   │   ├── tests.pyc │   │   ├── x_user_defined.py │   │   └── x_user_defined.pyc │   └── pip-20.3.4-py2.7.egg-info/ │   ├── dependency_links.txt │   ├── entry_points.txt │   ├── not-zip-safe │   ├── PKG-INFO │   ├── SOURCES.txt │   └── top_level.txt └── share/ ├── bash-completion/ │   └── completions/ │   └── pip2 ├── fish/ │   └── vendor_completions.d/ │   └── pip2.fish ├── licenses/ │   └── python2-pip/ │   └── LICENSE └── man/ └── man1/ ├── pip2.1.gz ├── pip2-cache.1.gz ├── pip2-check.1.gz ├── pip2-config.1.gz ├── pip2-debug.1.gz ├── pip2-download.1.gz ├── pip2-freeze.1.gz ├── pip2-hash.1.gz ├── pip2-help.1.gz ├── pip2-install.1.gz ├── pip2-list.1.gz ├── pip2-search.1.gz ├── pip2-show.1.gz ├── pip2-uninstall.1.gz └── pip2-wheel.1.gz 66 directories, 775 files