.gitignore
.pre-commit-config.yml
.pylintrc
.readthedocs.yml
.rstcheck.cfg
LICENSE
Makefile
README.md
libcobblersignatures.spec
pyproject.toml
towncrier.toml
.github/FUNDING.yml
.github/dependabot.yml
.github/labeler.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/01_bug_report.md
.github/ISSUE_TEMPLATE/02_feature_request.md
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/changelog.yml
.github/workflows/codeql-analysis.yml
.github/workflows/labeler.yml
.github/workflows/lint.yml
.github/workflows/newsfragment_checker.yml
.github/workflows/packaging.yml
.github/workflows/pages.yml
.github/workflows/release.yml
.github/workflows/testing.yml
.github/workflows/validate.yml
changelog/.keep
changelog/v0.2.0.md
changelog.d/87.added
changelog.d/changelog_template.jinja
debian/changelog
debian/control
debian/copyright
debian/libcobblersignatures.docs
debian/rules
debian/source/format
docker/debs/build-and-install-debs.sh
docker/debs/debian/Debian13.dockerfile
docker/rpms/build-and-install-rpms.sh
docker/rpms/openSUSE_Leap/openSUSE_Leap.dockerfile
docker/rpms/openSUSE_Tumbleweed/openSUSE_TW.dockerfile
docs/Makefile
docs/cli.rst
docs/conf.py
docs/index.rst
docs/json-specification.rst
docs/quickstart.rst
docs/source/libcobblersignatures.models.rst
docs/source/libcobblersignatures.rst
docs/source/modules.rst
libcobblersignatures/__init__.py
libcobblersignatures/_version.py
libcobblersignatures/cli.py
libcobblersignatures/enums.py
libcobblersignatures/exceptions.py
libcobblersignatures/utils.py
libcobblersignatures.egg-info/PKG-INFO
libcobblersignatures.egg-info/SOURCES.txt
libcobblersignatures.egg-info/dependency_links.txt
libcobblersignatures.egg-info/entry_points.txt
libcobblersignatures.egg-info/requires.txt
libcobblersignatures.egg-info/top_level.txt
libcobblersignatures/data/__init__.py
libcobblersignatures/data/v1/distro_signatures.json
libcobblersignatures/data/v1/schema.json
libcobblersignatures/data/v2/distro_signatures.json
libcobblersignatures/data/v2/schema.json
libcobblersignatures/data/v3/distro_signatures.json
libcobblersignatures/data/v3/schema.json
libcobblersignatures/models/__init__.py
libcobblersignatures/models/osbreed.py
libcobblersignatures/models/osversion.py
scripts/__init__.py
scripts/sync_json_spec_docs.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_docs_sync.py
tests/test_osbreed.py
tests/test_osversion.py
tests/test_signatures.py