.gitignore
.pylintrc
CHANGELOG.md
CONTIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/tests.yml
examples/analyze_ecosystem.py
examples/find_orphaned_forks.py
examples/find_similar_repos.py
src/repo_duplicate_detector/config.py
src/repo_duplicate_detector/exceptions.py
src/repo_duplicate_detector/fetcher.py
src/repo_duplicate_detector/init.py
src/repo_duplicate_detector/matcher.py
src/repo_duplicate_detector/metrics.py
src/repo_duplicate_detector/utils.py
src/repo_duplicate_detector.egg-info/PKG-INFO
src/repo_duplicate_detector.egg-info/SOURCES.txt
src/repo_duplicate_detector.egg-info/dependency_links.txt
src/repo_duplicate_detector.egg-info/top_level.txt
tests/conftest.py
tests/test_fetcher.py
tests/test_matcher.py
tests/test_metrics.py