.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
dev-reqs.txt
entrypoint.py
pyproject.toml
requirements.txt
.devcontainer/Dockerfile
.devcontainer/dev-reqs.txt
.devcontainer/devcontainer.json
.github/workflows/codeql.yml
.github/workflows/python-publish-test.yml
.github/workflows/python-publish.yml
.github/workflows/python-test.yml
.github/workflows/release.yml
docs/code_of_conduct.html
docs/contributing.html
docs/gpkgstatus.html
docs/index.html
docs/search.js
docs/gpkgstatus/gpkgstatus.html
docs/gpkgstatus/utils.html
docs/gpkgstatus/utils/config.html
docs/gpkgstatus/utils/json_file_reader.html
docs/gpkgstatus/utils/url_reader.html
src/gpkgstatus/__init__.py
src/gpkgstatus/gpkgstatus.py
src/gpkgstatus.egg-info/PKG-INFO
src/gpkgstatus.egg-info/SOURCES.txt
src/gpkgstatus.egg-info/dependency_links.txt
src/gpkgstatus.egg-info/entry_points.txt
src/gpkgstatus.egg-info/requires.txt
src/gpkgstatus.egg-info/top_level.txt
src/gpkgstatus/utils/__init__.py
src/gpkgstatus/utils/config.py
src/gpkgstatus/utils/json_file_reader.py
src/gpkgstatus/utils/url_reader.py
tests/__init__.py
tests/test_fedora_updates.py
tests/test_file_reader.py
tests/test_url_reader.py