.coveragerc
.gitignore
.gitmodules
.readthedocs.yml
.yamllint
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/docs.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/requirements.txt
docs/rundown.rst
docs/_static/.gitignore
src/ansible_sign/__init__.py
src/ansible_sign/cli.py
src/ansible_sign.egg-info/PKG-INFO
src/ansible_sign.egg-info/SOURCES.txt
src/ansible_sign.egg-info/dependency_links.txt
src/ansible_sign.egg-info/entry_points.txt
src/ansible_sign.egg-info/not-zip-safe
src/ansible_sign.egg-info/requires.txt
src/ansible_sign.egg-info/top_level.txt
src/ansible_sign/checksum/__init__.py
src/ansible_sign/checksum/base.py
src/ansible_sign/checksum/differ/__init__.py
src/ansible_sign/checksum/differ/base.py
src/ansible_sign/checksum/differ/distlib_manifest.py
src/ansible_sign/signing/__init__.py
src/ansible_sign/signing/base.py
src/ansible_sign/signing/gpg/__init__.py
src/ansible_sign/signing/gpg/signer.py
src/ansible_sign/signing/gpg/verifier.py
tests/conftest.py
tests/requirements.txt
tests/test_checksum.py
tests/test_cli.py
tests/test_gpg.py
tests/fixtures/checksum/invalid-checksum-1/MANIFEST.in
tests/fixtures/checksum/invalid-checksum-1/hello1
tests/fixtures/checksum/invalid-checksum-1/.ansible-sign/sha256sum.txt
tests/fixtures/checksum/invalid-checksum-1/dir/hello2
tests/fixtures/checksum/invalid-checksum-2/MANIFEST.in
tests/fixtures/checksum/invalid-checksum-2/hello1
tests/fixtures/checksum/invalid-checksum-2/.ansible-sign/sha256sum.txt
tests/fixtures/checksum/invalid-checksum-2/dir/hello2
tests/fixtures/checksum/manifest-files-added/MANIFEST.in
tests/fixtures/checksum/manifest-files-added/hello1
tests/fixtures/checksum/manifest-files-added/hello2
tests/fixtures/checksum/manifest-files-added/hello3
tests/fixtures/checksum/manifest-files-added-not-in-manifest/MANIFEST.in
tests/fixtures/checksum/manifest-files-added-not-in-manifest/evil.yaml
tests/fixtures/checksum/manifest-files-added-not-in-manifest/good.yml
tests/fixtures/checksum/manifest-files-added-not-in-manifest/hello1
tests/fixtures/checksum/manifest-files-added-not-in-manifest/.ansible-sign/sha256sum.txt
tests/fixtures/checksum/manifest-files-added-not-in-manifest/dir/hello2
tests/fixtures/checksum/manifest-files-added-removed/MANIFEST.in
tests/fixtures/checksum/manifest-files-added-removed/hello2
tests/fixtures/checksum/manifest-files-added-removed/hello3
tests/fixtures/checksum/manifest-files-added-removed/.ansible-sign/sha256sum.txt
tests/fixtures/checksum/manifest-files-added-removed/dir/hello2
tests/fixtures/checksum/manifest-files-added/.ansible-sign/sha256sum.txt
tests/fixtures/checksum/manifest-files-added/dir/hello2
tests/fixtures/checksum/manifest-files-changed/MANIFEST.in
tests/fixtures/checksum/manifest-files-changed/hello1
tests/fixtures/checksum/manifest-files-changed/.ansible-sign/sha256sum.txt
tests/fixtures/checksum/manifest-files-changed/dir/hello2
tests/fixtures/checksum/manifest-files-removed/MANIFEST.in
tests/fixtures/checksum/manifest-files-removed/.ansible-sign/sha256sum.txt
tests/fixtures/checksum/manifest-files-removed/dir/hello2
tests/fixtures/checksum/manifest-no-ansible-sign-dir/MANIFEST.in
tests/fixtures/checksum/manifest-no-ansible-sign-dir/hello1
tests/fixtures/checksum/manifest-no-ansible-sign-dir/dir/hello2
tests/fixtures/checksum/manifest-success/MANIFEST.in
tests/fixtures/checksum/manifest-success/hello1
tests/fixtures/checksum/manifest-success/.ansible-sign/sha256sum.txt
tests/fixtures/checksum/manifest-success/dir/hello2
tests/fixtures/checksum/manifest-with-blank-lines-and-comments/MANIFEST.in
tests/fixtures/checksum/manifest-with-blank-lines-and-comments/hello1
tests/fixtures/checksum/manifest-with-blank-lines-and-comments/.ansible-sign/sha256sum.txt
tests/fixtures/checksum/manifest-with-blank-lines-and-comments/dir/hello2
tests/fixtures/checksum/missing-manifest/hello1
tests/fixtures/checksum/missing-manifest/.ansible-sign/sha256sum.txt
tests/fixtures/checksum/missing-manifest/dir/hello2
tests/fixtures/gpg/hao-signed/MANIFEST.in
tests/fixtures/gpg/hao-signed/README.md
tests/fixtures/gpg/hao-signed/hello_world.yml
tests/fixtures/gpg/hao-signed-invalid/README.md
tests/fixtures/gpg/hao-signed-invalid/hello_world.yml
tests/fixtures/gpg/hao-signed-invalid/.ansible-sign/sha256sum.txt
tests/fixtures/gpg/hao-signed-invalid/.ansible-sign/sha256sum.txt.sig
tests/fixtures/gpg/hao-signed-missing-manifest/README.md
tests/fixtures/gpg/hao-signed-missing-manifest/hello_world.yml
tests/fixtures/gpg/hao-signed-missing-manifest/.ansible-sign/sha256sum.txt
tests/fixtures/gpg/hao-signed-missing-manifest/.ansible-sign/sha256sum.txt.sig
tests/fixtures/gpg/hao-signed/.ansible-sign/sha256sum.txt
tests/fixtures/gpg/hao-signed/.ansible-sign/sha256sum.txt.sig
tests/fixtures/gpgkeys/hao_pubkey.txt