CHANGELOG.md
LICENSE
MANIFEST.in
README.md
VERSION
setup.py
cincan_registry.egg-info/PKG-INFO
cincan_registry.egg-info/SOURCES.txt
cincan_registry.egg-info/dependency_links.txt
cincan_registry.egg-info/entry_points.txt
cincan_registry.egg-info/requires.txt
cincan_registry.egg-info/top_level.txt
cincanregistry/__init__.py
cincanregistry/__main__.py
cincanregistry/_registry.py
cincanregistry/configuration.py
cincanregistry/daemon.py
cincanregistry/database.py
cincanregistry/gitlab_utils.py
cincanregistry/main.py
cincanregistry/readme_utils.py
cincanregistry/toolregistry.py
cincanregistry/utils.py
cincanregistry/version_maintainer.py
cincanregistry/checkers/__init__.py
cincanregistry/checkers/_checker.py
cincanregistry/checkers/alpine.py
cincanregistry/checkers/bitbucket.py
cincanregistry/checkers/debian.py
cincanregistry/checkers/didierstevens.py
cincanregistry/checkers/github.py
cincanregistry/checkers/gitlab.py
cincanregistry/checkers/pypi.py
cincanregistry/models/__init__.py
cincanregistry/models/manifest.py
cincanregistry/models/tool_info.py
cincanregistry/models/version_info.py
cincanregistry/remotes/__init__.py
cincanregistry/remotes/_remote_registry.py
cincanregistry/remotes/dockerhub.py
cincanregistry/remotes/quay.py
tests/__init__.py
tests/conftest.py
tests/fake_instances.py
tests/test_database.py
tests/test_gitlab_utils.py
tests/test_main_argparse.py
tests/test_manifest.py
tests/test_readme_generation.py
tests/test_registry_local.py
tests/test_registry_remote.py
tests/test_tool_registry.py
tests/test_toolinfo_class.py
tests/test_version_maintainer.py
tests/test_versioninfo_class.py
tests/checkers/__init__.py
tests/checkers/test_upstream_checker.py