.codespellignore
.codespellrc
.editorconfig
.gitignore
.markdownlint.yaml
.pre-commit-config.yaml
.pylintrc
.ruff.toml
LICENSE
README.md
justfile
notaries.env
pyproject.toml
pytest.ini
sign.py
tox.ini
.github/workflows/linting.yml
.github/workflows/release.yml
.github/workflows/unit-tests-all.yml
.vscode/settings.json
docs/index.html
docs/simple_sign/index.html
docs/simple_sign/sign.html
docs/simple_sign/version.html
requirements/local.txt
requirements/requirements.txt
src/simple_sign/__init__.py
src/simple_sign/sign.py
src/simple_sign/version.py
src/simple_sign.egg-info/PKG-INFO
src/simple_sign.egg-info/SOURCES.txt
src/simple_sign.egg-info/dependency_links.txt
src/simple_sign.egg-info/entry_points.txt
src/simple_sign.egg-info/requires.txt
src/simple_sign.egg-info/top_level.txt
tests/__init__.py
tests/test_sign.py
tests/test_verify.py