.gitattributes
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.rst
MANIFEST.in
Makefile
NOTICE
README.rst
apache-2.0.LICENSE
azure-pipelines.yml
configure
configure.bat
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/docs-ci.yml
.github/workflows/pypi-release.yml
docs/Makefile
docs/make.bat
docs/scripts/doc8_style_check.sh
docs/scripts/sphinx_build_link_check.sh
docs/source/conf.py
docs/source/index.rst
docs/source/skeleton-usage.rst
docs/source/_static/theme_overrides.css
docs/source/contribute/contrib_doc.rst
etc/ci/azure-container-deb.yml
etc/ci/azure-container-rpm.yml
etc/ci/azure-posix.yml
etc/ci/azure-win.yml
etc/ci/install_sudo.sh
etc/ci/macports-ci
etc/ci/macports-ci.ABOUT
etc/ci/mit.LICENSE
etc/scripts/README.rst
etc/scripts/check_thirdparty.py
etc/scripts/fetch_thirdparty.py
etc/scripts/gen_pypi_simple.py
etc/scripts/gen_pypi_simple.py.ABOUT
etc/scripts/gen_pypi_simple.py.NOTICE
etc/scripts/gen_requirements.py
etc/scripts/gen_requirements_dev.py
etc/scripts/requirements.txt
etc/scripts/test_utils_pip_compatibility_tags.py
etc/scripts/test_utils_pip_compatibility_tags.py.ABOUT
etc/scripts/test_utils_pypi_supported_tags.py
etc/scripts/test_utils_pypi_supported_tags.py.ABOUT
etc/scripts/utils_dejacode.py
etc/scripts/utils_pip_compatibility_tags.py
etc/scripts/utils_pip_compatibility_tags.py.ABOUT
etc/scripts/utils_pypi_supported_tags.py
etc/scripts/utils_pypi_supported_tags.py.ABOUT
etc/scripts/utils_requirements.py
etc/scripts/utils_thirdparty.py
etc/scripts/utils_thirdparty.py.ABOUT
src/fetchcode/__init__.py
src/fetchcode/ipkg_release_info.py
src/fetchcode/package.py
src/fetchcode/package_versions.py
src/fetchcode/packagedcode_models.py
src/fetchcode.egg-info/PKG-INFO
src/fetchcode.egg-info/SOURCES.txt
src/fetchcode.egg-info/dependency_links.txt
src/fetchcode.egg-info/not-zip-safe
src/fetchcode.egg-info/requires.txt
src/fetchcode.egg-info/top_level.txt
src/fetchcode/vcs/__init__.py
src/fetchcode/vcs/apache-2.0.LICENSE
src/fetchcode/vcs/bsd-new.LICENSE
src/fetchcode/vcs/git.py
src/fetchcode/vcs/isc.LICENSE
src/fetchcode/vcs/lgpl-2.1-plus.LICENSE
src/fetchcode/vcs/mit.LICENSE
src/fetchcode/vcs/pip-AUTHORS.txt
src/fetchcode/vcs/pip.ABOUT
src/fetchcode/vcs/pip.LICENSE
src/fetchcode/vcs/python.LICENSE
src/fetchcode/vcs/pip/__init__.py
src/fetchcode/vcs/pip/__main__.py
src/fetchcode/vcs/pip/_internal/__init__.py
src/fetchcode/vcs/pip/_internal/build_env.py
src/fetchcode/vcs/pip/_internal/cache.py
src/fetchcode/vcs/pip/_internal/configuration.py
src/fetchcode/vcs/pip/_internal/exceptions.py
src/fetchcode/vcs/pip/_internal/locations.py
src/fetchcode/vcs/pip/_internal/main.py
src/fetchcode/vcs/pip/_internal/pyproject.py
src/fetchcode/vcs/pip/_internal/self_outdated_check.py
src/fetchcode/vcs/pip/_internal/wheel_builder.py
src/fetchcode/vcs/pip/_internal/cli/__init__.py
src/fetchcode/vcs/pip/_internal/cli/autocompletion.py
src/fetchcode/vcs/pip/_internal/cli/base_command.py
src/fetchcode/vcs/pip/_internal/cli/cmdoptions.py
src/fetchcode/vcs/pip/_internal/cli/command_context.py
src/fetchcode/vcs/pip/_internal/cli/main.py
src/fetchcode/vcs/pip/_internal/cli/main_parser.py
src/fetchcode/vcs/pip/_internal/cli/parser.py
src/fetchcode/vcs/pip/_internal/cli/progress_bars.py
src/fetchcode/vcs/pip/_internal/cli/req_command.py
src/fetchcode/vcs/pip/_internal/cli/spinners.py
src/fetchcode/vcs/pip/_internal/cli/status_codes.py
src/fetchcode/vcs/pip/_internal/commands/__init__.py
src/fetchcode/vcs/pip/_internal/commands/cache.py
src/fetchcode/vcs/pip/_internal/commands/check.py
src/fetchcode/vcs/pip/_internal/commands/completion.py
src/fetchcode/vcs/pip/_internal/commands/configuration.py
src/fetchcode/vcs/pip/_internal/commands/debug.py
src/fetchcode/vcs/pip/_internal/commands/download.py
src/fetchcode/vcs/pip/_internal/commands/freeze.py
src/fetchcode/vcs/pip/_internal/commands/hash.py
src/fetchcode/vcs/pip/_internal/commands/help.py
src/fetchcode/vcs/pip/_internal/commands/install.py
src/fetchcode/vcs/pip/_internal/commands/list.py
src/fetchcode/vcs/pip/_internal/commands/search.py
src/fetchcode/vcs/pip/_internal/commands/show.py
src/fetchcode/vcs/pip/_internal/commands/uninstall.py
src/fetchcode/vcs/pip/_internal/commands/wheel.py
src/fetchcode/vcs/pip/_internal/distributions/__init__.py
src/fetchcode/vcs/pip/_internal/distributions/base.py
src/fetchcode/vcs/pip/_internal/distributions/installed.py
src/fetchcode/vcs/pip/_internal/distributions/sdist.py
src/fetchcode/vcs/pip/_internal/distributions/wheel.py
src/fetchcode/vcs/pip/_internal/index/__init__.py
src/fetchcode/vcs/pip/_internal/index/collector.py
src/fetchcode/vcs/pip/_internal/index/package_finder.py
src/fetchcode/vcs/pip/_internal/models/__init__.py
src/fetchcode/vcs/pip/_internal/models/candidate.py
src/fetchcode/vcs/pip/_internal/models/direct_url.py
src/fetchcode/vcs/pip/_internal/models/format_control.py
src/fetchcode/vcs/pip/_internal/models/index.py
src/fetchcode/vcs/pip/_internal/models/link.py
src/fetchcode/vcs/pip/_internal/models/scheme.py
src/fetchcode/vcs/pip/_internal/models/search_scope.py
src/fetchcode/vcs/pip/_internal/models/selection_prefs.py
src/fetchcode/vcs/pip/_internal/models/target_python.py
src/fetchcode/vcs/pip/_internal/models/wheel.py
src/fetchcode/vcs/pip/_internal/network/__init__.py
src/fetchcode/vcs/pip/_internal/network/auth.py
src/fetchcode/vcs/pip/_internal/network/cache.py
src/fetchcode/vcs/pip/_internal/network/download.py
src/fetchcode/vcs/pip/_internal/network/session.py
src/fetchcode/vcs/pip/_internal/network/utils.py
src/fetchcode/vcs/pip/_internal/network/xmlrpc.py
src/fetchcode/vcs/pip/_internal/operations/__init__.py
src/fetchcode/vcs/pip/_internal/operations/check.py
src/fetchcode/vcs/pip/_internal/operations/freeze.py
src/fetchcode/vcs/pip/_internal/operations/prepare.py
src/fetchcode/vcs/pip/_internal/operations/install/__init__.py
src/fetchcode/vcs/pip/_internal/operations/install/editable_legacy.py
src/fetchcode/vcs/pip/_internal/operations/install/legacy.py
src/fetchcode/vcs/pip/_internal/operations/install/wheel.py
src/fetchcode/vcs/pip/_internal/req/__init__.py
src/fetchcode/vcs/pip/_internal/req/constructors.py
src/fetchcode/vcs/pip/_internal/req/req_file.py
src/fetchcode/vcs/pip/_internal/req/req_install.py
src/fetchcode/vcs/pip/_internal/req/req_set.py
src/fetchcode/vcs/pip/_internal/req/req_tracker.py
src/fetchcode/vcs/pip/_internal/req/req_uninstall.py
src/fetchcode/vcs/pip/_internal/resolution/__init__.py
src/fetchcode/vcs/pip/_internal/resolution/base.py
src/fetchcode/vcs/pip/_internal/resolution/legacy/__init__.py
src/fetchcode/vcs/pip/_internal/resolution/legacy/resolver.py
src/fetchcode/vcs/pip/_internal/resolution/resolvelib/__init__.py
src/fetchcode/vcs/pip/_internal/resolution/resolvelib/base.py
src/fetchcode/vcs/pip/_internal/resolution/resolvelib/candidates.py
src/fetchcode/vcs/pip/_internal/resolution/resolvelib/factory.py
src/fetchcode/vcs/pip/_internal/resolution/resolvelib/provider.py
src/fetchcode/vcs/pip/_internal/resolution/resolvelib/requirements.py
src/fetchcode/vcs/pip/_internal/resolution/resolvelib/resolver.py
src/fetchcode/vcs/pip/_internal/utils/__init__.py
src/fetchcode/vcs/pip/_internal/utils/appdirs.py
src/fetchcode/vcs/pip/_internal/utils/compat.py
src/fetchcode/vcs/pip/_internal/utils/compatibility_tags.py
src/fetchcode/vcs/pip/_internal/utils/deprecation.py
src/fetchcode/vcs/pip/_internal/utils/direct_url_helpers.py
src/fetchcode/vcs/pip/_internal/utils/distutils_args.py
src/fetchcode/vcs/pip/_internal/utils/encoding.py
src/fetchcode/vcs/pip/_internal/utils/entrypoints.py
src/fetchcode/vcs/pip/_internal/utils/filesystem.py
src/fetchcode/vcs/pip/_internal/utils/filetypes.py
src/fetchcode/vcs/pip/_internal/utils/glibc.py
src/fetchcode/vcs/pip/_internal/utils/hashes.py
src/fetchcode/vcs/pip/_internal/utils/inject_securetransport.py
src/fetchcode/vcs/pip/_internal/utils/logging.py
src/fetchcode/vcs/pip/_internal/utils/misc.py
src/fetchcode/vcs/pip/_internal/utils/models.py
src/fetchcode/vcs/pip/_internal/utils/packaging.py
src/fetchcode/vcs/pip/_internal/utils/pkg_resources.py
src/fetchcode/vcs/pip/_internal/utils/setuptools_build.py
src/fetchcode/vcs/pip/_internal/utils/subprocess.py
src/fetchcode/vcs/pip/_internal/utils/temp_dir.py
src/fetchcode/vcs/pip/_internal/utils/typing.py
src/fetchcode/vcs/pip/_internal/utils/unpacking.py
src/fetchcode/vcs/pip/_internal/utils/urls.py
src/fetchcode/vcs/pip/_internal/utils/virtualenv.py
src/fetchcode/vcs/pip/_internal/utils/wheel.py
src/fetchcode/vcs/pip/_internal/vcs/__init__.py
src/fetchcode/vcs/pip/_internal/vcs/bazaar.py
src/fetchcode/vcs/pip/_internal/vcs/git.py
src/fetchcode/vcs/pip/_internal/vcs/mercurial.py
src/fetchcode/vcs/pip/_internal/vcs/subversion.py
src/fetchcode/vcs/pip/_internal/vcs/versioncontrol.py
src/fetchcode/vcs/pip/_vendor/README.rst
src/fetchcode/vcs/pip/_vendor/__init__.py
src/fetchcode/vcs/pip/_vendor/appdirs.LICENSE.txt
src/fetchcode/vcs/pip/_vendor/appdirs.py
src/fetchcode/vcs/pip/_vendor/cachecontrol.pyi
src/fetchcode/vcs/pip/_vendor/certifi.pyi
src/fetchcode/vcs/pip/_vendor/chardet.pyi
src/fetchcode/vcs/pip/_vendor/colorama.pyi
src/fetchcode/vcs/pip/_vendor/contextlib2.LICENSE.txt
src/fetchcode/vcs/pip/_vendor/contextlib2.py
src/fetchcode/vcs/pip/_vendor/distlib.pyi
src/fetchcode/vcs/pip/_vendor/distro.LICENSE
src/fetchcode/vcs/pip/_vendor/distro.py
src/fetchcode/vcs/pip/_vendor/distro.pyi
src/fetchcode/vcs/pip/_vendor/html5lib.pyi
src/fetchcode/vcs/pip/_vendor/idna.pyi
src/fetchcode/vcs/pip/_vendor/ipaddress.LICENSE
src/fetchcode/vcs/pip/_vendor/ipaddress.py
src/fetchcode/vcs/pip/_vendor/ipaddress.pyi
src/fetchcode/vcs/pip/_vendor/msgpack.pyi
src/fetchcode/vcs/pip/_vendor/packaging.pyi
src/fetchcode/vcs/pip/_vendor/pep517.pyi
src/fetchcode/vcs/pip/_vendor/pkg_resources.pyi
src/fetchcode/vcs/pip/_vendor/progress.pyi
src/fetchcode/vcs/pip/_vendor/pyparsing.LICENSE
src/fetchcode/vcs/pip/_vendor/pyparsing.py
src/fetchcode/vcs/pip/_vendor/pyparsing.pyi
src/fetchcode/vcs/pip/_vendor/requests.pyi
src/fetchcode/vcs/pip/_vendor/resolvelib.pyi
src/fetchcode/vcs/pip/_vendor/retrying.LICENSE
src/fetchcode/vcs/pip/_vendor/retrying.py
src/fetchcode/vcs/pip/_vendor/retrying.pyi
src/fetchcode/vcs/pip/_vendor/six.LICENSE
src/fetchcode/vcs/pip/_vendor/six.py
src/fetchcode/vcs/pip/_vendor/toml.py
src/fetchcode/vcs/pip/_vendor/toml.pyi
src/fetchcode/vcs/pip/_vendor/urllib3.pyi
src/fetchcode/vcs/pip/_vendor/vendor.txt
src/fetchcode/vcs/pip/_vendor/webencodings.pyi
src/fetchcode/vcs/pip/_vendor/cachecontrol/LICENSE.txt
src/fetchcode/vcs/pip/_vendor/cachecontrol/__init__.py
src/fetchcode/vcs/pip/_vendor/cachecontrol/_cmd.py
src/fetchcode/vcs/pip/_vendor/cachecontrol/adapter.py
src/fetchcode/vcs/pip/_vendor/cachecontrol/cache.py
src/fetchcode/vcs/pip/_vendor/cachecontrol/compat.py
src/fetchcode/vcs/pip/_vendor/cachecontrol/controller.py
src/fetchcode/vcs/pip/_vendor/cachecontrol/filewrapper.py
src/fetchcode/vcs/pip/_vendor/cachecontrol/heuristics.py
src/fetchcode/vcs/pip/_vendor/cachecontrol/serialize.py
src/fetchcode/vcs/pip/_vendor/cachecontrol/wrapper.py
src/fetchcode/vcs/pip/_vendor/cachecontrol/caches/__init__.py
src/fetchcode/vcs/pip/_vendor/cachecontrol/caches/file_cache.py
src/fetchcode/vcs/pip/_vendor/cachecontrol/caches/redis_cache.py
src/fetchcode/vcs/pip/_vendor/certifi/LICENSE
src/fetchcode/vcs/pip/_vendor/certifi/__init__.py
src/fetchcode/vcs/pip/_vendor/certifi/__main__.py
src/fetchcode/vcs/pip/_vendor/certifi/cacert.pem
src/fetchcode/vcs/pip/_vendor/certifi/core.py
src/fetchcode/vcs/pip/_vendor/chardet/LICENSE
src/fetchcode/vcs/pip/_vendor/chardet/__init__.py
src/fetchcode/vcs/pip/_vendor/chardet/big5freq.py
src/fetchcode/vcs/pip/_vendor/chardet/big5prober.py
src/fetchcode/vcs/pip/_vendor/chardet/chardistribution.py
src/fetchcode/vcs/pip/_vendor/chardet/charsetgroupprober.py
src/fetchcode/vcs/pip/_vendor/chardet/charsetprober.py
src/fetchcode/vcs/pip/_vendor/chardet/codingstatemachine.py
src/fetchcode/vcs/pip/_vendor/chardet/compat.py
src/fetchcode/vcs/pip/_vendor/chardet/cp949prober.py
src/fetchcode/vcs/pip/_vendor/chardet/enums.py
src/fetchcode/vcs/pip/_vendor/chardet/escprober.py
src/fetchcode/vcs/pip/_vendor/chardet/escsm.py
src/fetchcode/vcs/pip/_vendor/chardet/eucjpprober.py
src/fetchcode/vcs/pip/_vendor/chardet/euckrfreq.py
src/fetchcode/vcs/pip/_vendor/chardet/euckrprober.py
src/fetchcode/vcs/pip/_vendor/chardet/euctwfreq.py
src/fetchcode/vcs/pip/_vendor/chardet/euctwprober.py
src/fetchcode/vcs/pip/_vendor/chardet/gb2312freq.py
src/fetchcode/vcs/pip/_vendor/chardet/gb2312prober.py
src/fetchcode/vcs/pip/_vendor/chardet/hebrewprober.py
src/fetchcode/vcs/pip/_vendor/chardet/jisfreq.py
src/fetchcode/vcs/pip/_vendor/chardet/jpcntx.py
src/fetchcode/vcs/pip/_vendor/chardet/langbulgarianmodel.py
src/fetchcode/vcs/pip/_vendor/chardet/langcyrillicmodel.py
src/fetchcode/vcs/pip/_vendor/chardet/langgreekmodel.py
src/fetchcode/vcs/pip/_vendor/chardet/langhebrewmodel.py
src/fetchcode/vcs/pip/_vendor/chardet/langhungarianmodel.py
src/fetchcode/vcs/pip/_vendor/chardet/langthaimodel.py
src/fetchcode/vcs/pip/_vendor/chardet/langturkishmodel.py
src/fetchcode/vcs/pip/_vendor/chardet/latin1prober.py
src/fetchcode/vcs/pip/_vendor/chardet/mbcharsetprober.py
src/fetchcode/vcs/pip/_vendor/chardet/mbcsgroupprober.py
src/fetchcode/vcs/pip/_vendor/chardet/mbcssm.py
src/fetchcode/vcs/pip/_vendor/chardet/sbcharsetprober.py
src/fetchcode/vcs/pip/_vendor/chardet/sbcsgroupprober.py
src/fetchcode/vcs/pip/_vendor/chardet/sjisprober.py
src/fetchcode/vcs/pip/_vendor/chardet/universaldetector.py
src/fetchcode/vcs/pip/_vendor/chardet/utf8prober.py
src/fetchcode/vcs/pip/_vendor/chardet/version.py
src/fetchcode/vcs/pip/_vendor/chardet/cli/__init__.py
src/fetchcode/vcs/pip/_vendor/chardet/cli/chardetect.py
src/fetchcode/vcs/pip/_vendor/colorama/LICENSE.txt
src/fetchcode/vcs/pip/_vendor/colorama/__init__.py
src/fetchcode/vcs/pip/_vendor/colorama/ansi.py
src/fetchcode/vcs/pip/_vendor/colorama/ansitowin32.py
src/fetchcode/vcs/pip/_vendor/colorama/initialise.py
src/fetchcode/vcs/pip/_vendor/colorama/win32.py
src/fetchcode/vcs/pip/_vendor/colorama/winterm.py
src/fetchcode/vcs/pip/_vendor/distlib/LICENSE.txt
src/fetchcode/vcs/pip/_vendor/distlib/__init__.py
src/fetchcode/vcs/pip/_vendor/distlib/compat.py
src/fetchcode/vcs/pip/_vendor/distlib/database.py
src/fetchcode/vcs/pip/_vendor/distlib/index.py
src/fetchcode/vcs/pip/_vendor/distlib/locators.py
src/fetchcode/vcs/pip/_vendor/distlib/manifest.py
src/fetchcode/vcs/pip/_vendor/distlib/markers.py
src/fetchcode/vcs/pip/_vendor/distlib/metadata.py
src/fetchcode/vcs/pip/_vendor/distlib/resources.py
src/fetchcode/vcs/pip/_vendor/distlib/scripts.py
src/fetchcode/vcs/pip/_vendor/distlib/t32.exe
src/fetchcode/vcs/pip/_vendor/distlib/t64.exe
src/fetchcode/vcs/pip/_vendor/distlib/util.py
src/fetchcode/vcs/pip/_vendor/distlib/version.py
src/fetchcode/vcs/pip/_vendor/distlib/w32.exe
src/fetchcode/vcs/pip/_vendor/distlib/w64.exe
src/fetchcode/vcs/pip/_vendor/distlib/wheel.py
src/fetchcode/vcs/pip/_vendor/distlib/_backport/__init__.py
src/fetchcode/vcs/pip/_vendor/distlib/_backport/misc.py
src/fetchcode/vcs/pip/_vendor/distlib/_backport/shutil.py
src/fetchcode/vcs/pip/_vendor/distlib/_backport/sysconfig.cfg
src/fetchcode/vcs/pip/_vendor/distlib/_backport/sysconfig.py
src/fetchcode/vcs/pip/_vendor/distlib/_backport/tarfile.py
src/fetchcode/vcs/pip/_vendor/html5lib/LICENSE
src/fetchcode/vcs/pip/_vendor/html5lib/__init__.py
src/fetchcode/vcs/pip/_vendor/html5lib/_ihatexml.py
src/fetchcode/vcs/pip/_vendor/html5lib/_inputstream.py
src/fetchcode/vcs/pip/_vendor/html5lib/_tokenizer.py
src/fetchcode/vcs/pip/_vendor/html5lib/_utils.py
src/fetchcode/vcs/pip/_vendor/html5lib/constants.py
src/fetchcode/vcs/pip/_vendor/html5lib/html5parser.py
src/fetchcode/vcs/pip/_vendor/html5lib/serializer.py
src/fetchcode/vcs/pip/_vendor/html5lib/_trie/__init__.py
src/fetchcode/vcs/pip/_vendor/html5lib/_trie/_base.py
src/fetchcode/vcs/pip/_vendor/html5lib/_trie/datrie.py
src/fetchcode/vcs/pip/_vendor/html5lib/_trie/py.py
src/fetchcode/vcs/pip/_vendor/html5lib/filters/__init__.py
src/fetchcode/vcs/pip/_vendor/html5lib/filters/alphabeticalattributes.py
src/fetchcode/vcs/pip/_vendor/html5lib/filters/base.py
src/fetchcode/vcs/pip/_vendor/html5lib/filters/inject_meta_charset.py
src/fetchcode/vcs/pip/_vendor/html5lib/filters/lint.py
src/fetchcode/vcs/pip/_vendor/html5lib/filters/optionaltags.py
src/fetchcode/vcs/pip/_vendor/html5lib/filters/sanitizer.py
src/fetchcode/vcs/pip/_vendor/html5lib/filters/whitespace.py
src/fetchcode/vcs/pip/_vendor/html5lib/treeadapters/__init__.py
src/fetchcode/vcs/pip/_vendor/html5lib/treeadapters/genshi.py
src/fetchcode/vcs/pip/_vendor/html5lib/treeadapters/sax.py
src/fetchcode/vcs/pip/_vendor/html5lib/treebuilders/__init__.py
src/fetchcode/vcs/pip/_vendor/html5lib/treebuilders/base.py
src/fetchcode/vcs/pip/_vendor/html5lib/treebuilders/dom.py
src/fetchcode/vcs/pip/_vendor/html5lib/treebuilders/etree.py
src/fetchcode/vcs/pip/_vendor/html5lib/treebuilders/etree_lxml.py
src/fetchcode/vcs/pip/_vendor/html5lib/treewalkers/__init__.py
src/fetchcode/vcs/pip/_vendor/html5lib/treewalkers/base.py
src/fetchcode/vcs/pip/_vendor/html5lib/treewalkers/dom.py
src/fetchcode/vcs/pip/_vendor/html5lib/treewalkers/etree.py
src/fetchcode/vcs/pip/_vendor/html5lib/treewalkers/etree_lxml.py
src/fetchcode/vcs/pip/_vendor/html5lib/treewalkers/genshi.py
src/fetchcode/vcs/pip/_vendor/idna/LICENSE.rst
src/fetchcode/vcs/pip/_vendor/idna/__init__.py
src/fetchcode/vcs/pip/_vendor/idna/codec.py
src/fetchcode/vcs/pip/_vendor/idna/compat.py
src/fetchcode/vcs/pip/_vendor/idna/core.py
src/fetchcode/vcs/pip/_vendor/idna/idnadata.py
src/fetchcode/vcs/pip/_vendor/idna/intranges.py
src/fetchcode/vcs/pip/_vendor/idna/package_data.py
src/fetchcode/vcs/pip/_vendor/idna/uts46data.py
src/fetchcode/vcs/pip/_vendor/msgpack/COPYING
src/fetchcode/vcs/pip/_vendor/msgpack/__init__.py
src/fetchcode/vcs/pip/_vendor/msgpack/_version.py
src/fetchcode/vcs/pip/_vendor/msgpack/exceptions.py
src/fetchcode/vcs/pip/_vendor/msgpack/ext.py
src/fetchcode/vcs/pip/_vendor/msgpack/fallback.py
src/fetchcode/vcs/pip/_vendor/packaging/LICENSE
src/fetchcode/vcs/pip/_vendor/packaging/LICENSE.APACHE
src/fetchcode/vcs/pip/_vendor/packaging/LICENSE.BSD
src/fetchcode/vcs/pip/_vendor/packaging/__about__.py
src/fetchcode/vcs/pip/_vendor/packaging/__init__.py
src/fetchcode/vcs/pip/_vendor/packaging/_compat.py
src/fetchcode/vcs/pip/_vendor/packaging/_structures.py
src/fetchcode/vcs/pip/_vendor/packaging/_typing.py
src/fetchcode/vcs/pip/_vendor/packaging/markers.py
src/fetchcode/vcs/pip/_vendor/packaging/py.typed
src/fetchcode/vcs/pip/_vendor/packaging/requirements.py
src/fetchcode/vcs/pip/_vendor/packaging/specifiers.py
src/fetchcode/vcs/pip/_vendor/packaging/tags.py
src/fetchcode/vcs/pip/_vendor/packaging/utils.py
src/fetchcode/vcs/pip/_vendor/packaging/version.py
src/fetchcode/vcs/pip/_vendor/pep517/LICENSE
src/fetchcode/vcs/pip/_vendor/pep517/__init__.py
src/fetchcode/vcs/pip/_vendor/pep517/_in_process.py
src/fetchcode/vcs/pip/_vendor/pep517/build.py
src/fetchcode/vcs/pip/_vendor/pep517/check.py
src/fetchcode/vcs/pip/_vendor/pep517/colorlog.py
src/fetchcode/vcs/pip/_vendor/pep517/compat.py
src/fetchcode/vcs/pip/_vendor/pep517/dirtools.py
src/fetchcode/vcs/pip/_vendor/pep517/envbuild.py
src/fetchcode/vcs/pip/_vendor/pep517/meta.py
src/fetchcode/vcs/pip/_vendor/pep517/wrappers.py
src/fetchcode/vcs/pip/_vendor/pkg_resources/LICENSE
src/fetchcode/vcs/pip/_vendor/pkg_resources/__init__.py
src/fetchcode/vcs/pip/_vendor/pkg_resources/py31compat.py
src/fetchcode/vcs/pip/_vendor/progress/LICENSE
src/fetchcode/vcs/pip/_vendor/progress/__init__.py
src/fetchcode/vcs/pip/_vendor/progress/bar.py
src/fetchcode/vcs/pip/_vendor/progress/counter.py
src/fetchcode/vcs/pip/_vendor/progress/spinner.py
src/fetchcode/vcs/pip/_vendor/requests/LICENSE
src/fetchcode/vcs/pip/_vendor/requests/__init__.py
src/fetchcode/vcs/pip/_vendor/requests/__version__.py
src/fetchcode/vcs/pip/_vendor/requests/_internal_utils.py
src/fetchcode/vcs/pip/_vendor/requests/adapters.py
src/fetchcode/vcs/pip/_vendor/requests/api.py
src/fetchcode/vcs/pip/_vendor/requests/auth.py
src/fetchcode/vcs/pip/_vendor/requests/certs.py
src/fetchcode/vcs/pip/_vendor/requests/compat.py
src/fetchcode/vcs/pip/_vendor/requests/cookies.py
src/fetchcode/vcs/pip/_vendor/requests/exceptions.py
src/fetchcode/vcs/pip/_vendor/requests/help.py
src/fetchcode/vcs/pip/_vendor/requests/hooks.py
src/fetchcode/vcs/pip/_vendor/requests/models.py
src/fetchcode/vcs/pip/_vendor/requests/packages.py
src/fetchcode/vcs/pip/_vendor/requests/sessions.py
src/fetchcode/vcs/pip/_vendor/requests/status_codes.py
src/fetchcode/vcs/pip/_vendor/requests/structures.py
src/fetchcode/vcs/pip/_vendor/requests/utils.py
src/fetchcode/vcs/pip/_vendor/resolvelib/LICENSE
src/fetchcode/vcs/pip/_vendor/resolvelib/__init__.py
src/fetchcode/vcs/pip/_vendor/resolvelib/providers.py
src/fetchcode/vcs/pip/_vendor/resolvelib/reporters.py
src/fetchcode/vcs/pip/_vendor/resolvelib/resolvers.py
src/fetchcode/vcs/pip/_vendor/resolvelib/structs.py
src/fetchcode/vcs/pip/_vendor/six/__init__.pyi
src/fetchcode/vcs/pip/_vendor/six/moves/__init__.pyi
src/fetchcode/vcs/pip/_vendor/six/moves/configparser.pyi
src/fetchcode/vcs/pip/_vendor/toml/LICENSE
src/fetchcode/vcs/pip/_vendor/toml/__init__.py
src/fetchcode/vcs/pip/_vendor/toml/decoder.py
src/fetchcode/vcs/pip/_vendor/toml/encoder.py
src/fetchcode/vcs/pip/_vendor/toml/ordered.py
src/fetchcode/vcs/pip/_vendor/toml/tz.py
src/fetchcode/vcs/pip/_vendor/urllib3/LICENSE.txt
src/fetchcode/vcs/pip/_vendor/urllib3/__init__.py
src/fetchcode/vcs/pip/_vendor/urllib3/_collections.py
src/fetchcode/vcs/pip/_vendor/urllib3/connection.py
src/fetchcode/vcs/pip/_vendor/urllib3/connectionpool.py
src/fetchcode/vcs/pip/_vendor/urllib3/exceptions.py
src/fetchcode/vcs/pip/_vendor/urllib3/fields.py
src/fetchcode/vcs/pip/_vendor/urllib3/filepost.py
src/fetchcode/vcs/pip/_vendor/urllib3/poolmanager.py
src/fetchcode/vcs/pip/_vendor/urllib3/request.py
src/fetchcode/vcs/pip/_vendor/urllib3/response.py
src/fetchcode/vcs/pip/_vendor/urllib3/contrib/__init__.py
src/fetchcode/vcs/pip/_vendor/urllib3/contrib/_appengine_environ.py
src/fetchcode/vcs/pip/_vendor/urllib3/contrib/appengine.py
src/fetchcode/vcs/pip/_vendor/urllib3/contrib/ntlmpool.py
src/fetchcode/vcs/pip/_vendor/urllib3/contrib/pyopenssl.py
src/fetchcode/vcs/pip/_vendor/urllib3/contrib/securetransport.py
src/fetchcode/vcs/pip/_vendor/urllib3/contrib/socks.py
src/fetchcode/vcs/pip/_vendor/urllib3/contrib/_securetransport/__init__.py
src/fetchcode/vcs/pip/_vendor/urllib3/contrib/_securetransport/bindings.py
src/fetchcode/vcs/pip/_vendor/urllib3/contrib/_securetransport/low_level.py
src/fetchcode/vcs/pip/_vendor/urllib3/packages/__init__.py
src/fetchcode/vcs/pip/_vendor/urllib3/packages/six.py
src/fetchcode/vcs/pip/_vendor/urllib3/packages/backports/__init__.py
src/fetchcode/vcs/pip/_vendor/urllib3/packages/backports/makefile.py
src/fetchcode/vcs/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py
src/fetchcode/vcs/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py
src/fetchcode/vcs/pip/_vendor/urllib3/util/__init__.py
src/fetchcode/vcs/pip/_vendor/urllib3/util/connection.py
src/fetchcode/vcs/pip/_vendor/urllib3/util/queue.py
src/fetchcode/vcs/pip/_vendor/urllib3/util/request.py
src/fetchcode/vcs/pip/_vendor/urllib3/util/response.py
src/fetchcode/vcs/pip/_vendor/urllib3/util/retry.py
src/fetchcode/vcs/pip/_vendor/urllib3/util/ssl_.py
src/fetchcode/vcs/pip/_vendor/urllib3/util/timeout.py
src/fetchcode/vcs/pip/_vendor/urllib3/util/url.py
src/fetchcode/vcs/pip/_vendor/urllib3/util/wait.py
src/fetchcode/vcs/pip/_vendor/webencodings/LICENSE
src/fetchcode/vcs/pip/_vendor/webencodings/__init__.py
src/fetchcode/vcs/pip/_vendor/webencodings/labels.py
src/fetchcode/vcs/pip/_vendor/webencodings/mklabels.py
src/fetchcode/vcs/pip/_vendor/webencodings/tests.py
src/fetchcode/vcs/pip/_vendor/webencodings/x_user_defined.py
tests/test_fetch.py
tests/test_package.py
tests/test_package_versions.py
tests/test_skeleton_codestyle.py
tests/test_vcs.py
tests/test_vcs_git.py
tests/data/bitbucket.json
tests/data/bitbucket_mock_data.json
tests/data/bitbucket_mock_release_data.json
tests/data/cargo.json
tests/data/cargo_mock_data.json
tests/data/github.json
tests/data/github_mock_data.json
tests/data/github_mock_release_data.json
tests/data/npm.json
tests/data/npm_mock_data.json
tests/data/pypi.json
tests/data/pypi_mock_data.json
tests/data/rubygems.json
tests/data/rubygems_mock_data.json
tests/data/dirlisting/regenerate_mock_data.py
tests/data/dirlisting/generic/busybox-expected.json
tests/data/dirlisting/generic/bzip2-expected.json
tests/data/dirlisting/generic/dnsmasq-expected.json
tests/data/dirlisting/generic/dropbear-expected.json
tests/data/dirlisting/generic/ebtables-expected.json
tests/data/dirlisting/generic/hostapd-expected.json
tests/data/dirlisting/generic/iproute2-expected.json
tests/data/dirlisting/generic/iptables-expected.json
tests/data/dirlisting/generic/libnl-expected.json
tests/data/dirlisting/generic/lighttpd-expected.json
tests/data/dirlisting/generic/nftables-expected.json
tests/data/dirlisting/generic/openssh-expected.json
tests/data/dirlisting/generic/samba-expected.json
tests/data/dirlisting/generic/syslinux-expected.json
tests/data/dirlisting/generic/toybox-expected.json
tests/data/dirlisting/generic/uclibc-expected.json
tests/data/dirlisting/generic/uclibc-ng-expected.json
tests/data/dirlisting/generic/util-linux-expected.json
tests/data/dirlisting/generic/wpa_supplicant-expected.json
tests/data/dirlisting/generic/busybox/index.html
tests/data/dirlisting/generic/bzip2/index.html
tests/data/dirlisting/generic/dnsmasq/index.html
tests/data/dirlisting/generic/dropbear/index.html
tests/data/dirlisting/generic/ebtables/index.html
tests/data/dirlisting/generic/hostapd/index.html
tests/data/dirlisting/generic/iproute2/index.html
tests/data/dirlisting/generic/iptables/index.html
tests/data/dirlisting/generic/libnl/index.html
tests/data/dirlisting/generic/lighttpd/index.html
tests/data/dirlisting/generic/nftables/index.html
tests/data/dirlisting/generic/openssh/index.html
tests/data/dirlisting/generic/samba/index.html
tests/data/dirlisting/generic/syslinux/index.html
tests/data/dirlisting/generic/toybox/index.html
tests/data/dirlisting/generic/uclibc/index.html
tests/data/dirlisting/generic/uclibc-ng/0.html
tests/data/dirlisting/generic/uclibc-ng/1.html
tests/data/dirlisting/generic/uclibc-ng/10.html
tests/data/dirlisting/generic/uclibc-ng/11.html
tests/data/dirlisting/generic/uclibc-ng/12.html
tests/data/dirlisting/generic/uclibc-ng/13.html
tests/data/dirlisting/generic/uclibc-ng/14.html
tests/data/dirlisting/generic/uclibc-ng/15.html
tests/data/dirlisting/generic/uclibc-ng/16.html
tests/data/dirlisting/generic/uclibc-ng/17.html
tests/data/dirlisting/generic/uclibc-ng/18.html
tests/data/dirlisting/generic/uclibc-ng/19.html
tests/data/dirlisting/generic/uclibc-ng/2.html
tests/data/dirlisting/generic/uclibc-ng/20.html
tests/data/dirlisting/generic/uclibc-ng/21.html
tests/data/dirlisting/generic/uclibc-ng/22.html
tests/data/dirlisting/generic/uclibc-ng/23.html
tests/data/dirlisting/generic/uclibc-ng/24.html
tests/data/dirlisting/generic/uclibc-ng/25.html
tests/data/dirlisting/generic/uclibc-ng/26.html
tests/data/dirlisting/generic/uclibc-ng/27.html
tests/data/dirlisting/generic/uclibc-ng/28.html
tests/data/dirlisting/generic/uclibc-ng/29.html
tests/data/dirlisting/generic/uclibc-ng/3.html
tests/data/dirlisting/generic/uclibc-ng/30.html
tests/data/dirlisting/generic/uclibc-ng/31.html
tests/data/dirlisting/generic/uclibc-ng/32.html
tests/data/dirlisting/generic/uclibc-ng/33.html
tests/data/dirlisting/generic/uclibc-ng/34.html
tests/data/dirlisting/generic/uclibc-ng/35.html
tests/data/dirlisting/generic/uclibc-ng/36.html
tests/data/dirlisting/generic/uclibc-ng/37.html
tests/data/dirlisting/generic/uclibc-ng/38.html
tests/data/dirlisting/generic/uclibc-ng/39.html
tests/data/dirlisting/generic/uclibc-ng/4.html
tests/data/dirlisting/generic/uclibc-ng/40.html
tests/data/dirlisting/generic/uclibc-ng/41.html
tests/data/dirlisting/generic/uclibc-ng/42.html
tests/data/dirlisting/generic/uclibc-ng/43.html
tests/data/dirlisting/generic/uclibc-ng/44.html
tests/data/dirlisting/generic/uclibc-ng/45.html
tests/data/dirlisting/generic/uclibc-ng/46.html
tests/data/dirlisting/generic/uclibc-ng/5.html
tests/data/dirlisting/generic/uclibc-ng/6.html
tests/data/dirlisting/generic/uclibc-ng/7.html
tests/data/dirlisting/generic/uclibc-ng/8.html
tests/data/dirlisting/generic/uclibc-ng/9.html
tests/data/dirlisting/generic/uclibc-ng/index.html
tests/data/dirlisting/generic/util-linux/0.html
tests/data/dirlisting/generic/util-linux/1.html
tests/data/dirlisting/generic/util-linux/10.html
tests/data/dirlisting/generic/util-linux/11.html
tests/data/dirlisting/generic/util-linux/12.html
tests/data/dirlisting/generic/util-linux/13.html
tests/data/dirlisting/generic/util-linux/14.html
tests/data/dirlisting/generic/util-linux/15.html
tests/data/dirlisting/generic/util-linux/16.html
tests/data/dirlisting/generic/util-linux/17.html
tests/data/dirlisting/generic/util-linux/18.html
tests/data/dirlisting/generic/util-linux/19.html
tests/data/dirlisting/generic/util-linux/2.html
tests/data/dirlisting/generic/util-linux/20.html
tests/data/dirlisting/generic/util-linux/21.html
tests/data/dirlisting/generic/util-linux/22.html
tests/data/dirlisting/generic/util-linux/23.html
tests/data/dirlisting/generic/util-linux/24.html
tests/data/dirlisting/generic/util-linux/25.html
tests/data/dirlisting/generic/util-linux/26.html
tests/data/dirlisting/generic/util-linux/27.html
tests/data/dirlisting/generic/util-linux/3.html
tests/data/dirlisting/generic/util-linux/4.html
tests/data/dirlisting/generic/util-linux/5.html
tests/data/dirlisting/generic/util-linux/6.html
tests/data/dirlisting/generic/util-linux/7.html
tests/data/dirlisting/generic/util-linux/8.html
tests/data/dirlisting/generic/util-linux/9.html
tests/data/dirlisting/generic/util-linux/index.html
tests/data/dirlisting/generic/wpa_supplicant/index.html
tests/data/dirlisting/gnu/glibc-expected.json
tests/data/dirlisting/gnu/glibc/index.html
tests/data/package_versions/cargo.json
tests/data/package_versions/cargo_mock_data.json
tests/data/package_versions/composer.json
tests/data/package_versions/composer_mock_data.json
tests/data/package_versions/conan.json
tests/data/package_versions/conan_mock_data.yml
tests/data/package_versions/deb.json
tests/data/package_versions/deb_mock_data.json
tests/data/package_versions/gem.json
tests/data/package_versions/gem_mock_data.json
tests/data/package_versions/github.json
tests/data/package_versions/github_mock_data.json
tests/data/package_versions/golang.json
tests/data/package_versions/hex.json
tests/data/package_versions/hex_mock_data.json
tests/data/package_versions/launchpad.json
tests/data/package_versions/launchpad_mock_data.json
tests/data/package_versions/maven.json
tests/data/package_versions/maven_mock_data.xml
tests/data/package_versions/npm.json
tests/data/package_versions/npm_mock_data.json
tests/data/package_versions/nuget.json
tests/data/package_versions/nuget_mock_data.json
tests/data/package_versions/pypi.json
tests/data/package_versions/pypi_mock_data.json
tests/data/package_versions/regenerate_mock_data.py
tests/data/package_versions/github/github_mock_data_1.json
tests/data/package_versions/github/github_mock_data_2.json
tests/data/package_versions/github/github_mock_data_3.json
tests/data/package_versions/github/github_mock_data_4.json
tests/data/package_versions/github/github_mock_data_5.json
tests/data/package_versions/github/github_mock_data_6.json
tests/data/package_versions/golang/golang_mock_meta_data.txt
tests/data/package_versions/golang/versions/golang_mock_v1.0.0_data.json
tests/data/package_versions/golang/versions/golang_mock_v1.1.0_data.json
tests/data/package_versions/golang/versions/golang_mock_v1.1.1_data.json
tests/data/package_versions/golang/versions/golang_mock_v1.2.0_data.json
tests/data/package_versions/golang/versions/golang_mock_v1.2.1_data.json
tests/data/package_versions/golang/versions/golang_mock_v1.3.0_data.json