.gitignore
MANIFEST.in
PUBLISHING.md
README.md
install.sh
pyproject.toml
setup.py
.github/workflows/build-deb.yml
.github/workflows/publish-pypi.yml
config/mirror-dedupe.conf
config/repos-available/README.md
config/repos-available/debian.conf
config/repos-available/docker.conf
config/repos-available/grafana.conf
config/repos-available/influxdb.conf
config/repos-available/kubernetes.conf
config/repos-available/nginx.conf
config/repos-available/nodejs.conf
config/repos-available/postgresql.conf
config/repos-available/ubuntu-ports.conf
config/repos-available/ubuntu.conf
config/repos-enabled/.gitkeep
debian/changelog
debian/control
debian/copyright
debian/install
debian/mirror-dedupe-scan.1
debian/mirror-dedupe.1
debian/rules
mirror_dedupe/__init__.py
mirror_dedupe/cli.py
mirror_dedupe/config.py
mirror_dedupe/dedupe.py
mirror_dedupe/download.py
mirror_dedupe/indices.py
mirror_dedupe/orchestrate.py
mirror_dedupe/scan.py
mirror_dedupe/sync.py
mirror_dedupe/utils.py
mirror_dedupe.egg-info/PKG-INFO
mirror_dedupe.egg-info/SOURCES.txt
mirror_dedupe.egg-info/dependency_links.txt
mirror_dedupe.egg-info/entry_points.txt
mirror_dedupe.egg-info/requires.txt
mirror_dedupe.egg-info/top_level.txt
nginx/mirror.conf
nginx/assets/mirror-footer.html
nginx/assets/mirror-header.html
nginx/assets/mirror-style.css
systemd/mirror-dedupe.service
systemd/mirror-dedupe.timer
tests/test_basic.py