.gitignore
.therapist.yml
.travis.yml
CHANGELOG.rst
MANIFEST.in
Makefile
README.rst
dev-requirements.txt
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
workflow.png
workflow.svg
kinto_signer/__init__.py
kinto_signer/canonicaljson.py
kinto_signer/events.py
kinto_signer/generate_keypair.py
kinto_signer/hasher.py
kinto_signer/listeners.py
kinto_signer/serializer.py
kinto_signer/updater.py
kinto_signer/utils.py
kinto_signer.egg-info/PKG-INFO
kinto_signer.egg-info/SOURCES.txt
kinto_signer.egg-info/dependency_links.txt
kinto_signer.egg-info/not-zip-safe
kinto_signer.egg-info/requires.txt
kinto_signer.egg-info/top_level.txt
kinto_signer/signer/__init__.py
kinto_signer/signer/autograph.py
kinto_signer/signer/base.py
kinto_signer/signer/exceptions.py
kinto_signer/signer/local_ecdsa.py
scripts/README.rst
scripts/canonical_json.py
scripts/e2e.py
scripts/signers.py
scripts/validate_signature.py
tests/__init__.py
tests/functional.py
tests/support.py
tests/test_canonicaljson.py
tests/test_events.py
tests/test_generate_keypair.py
tests/test_hasher.py
tests/test_plugin_setup.py
tests/test_serializer.py
tests/test_signer.py
tests/test_signer_attachments.py
tests/test_signoff_flow.py
tests/test_updater.py
tests/test_utils.py