.build.yml
.editorconfig
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
coveragerc
install.sh
pyproject.toml
setup.cfg
setup.py
spellcheck-dictionary.txt
tox.ini
etc/openpgpcard-x25519-agent.service
etc/openpgpcard-x25519-agent.socket
src/openpgpcard_x25519_agent/__init__.py
src/openpgpcard_x25519_agent/card.py
src/openpgpcard_x25519_agent/cli.py
src/openpgpcard_x25519_agent/client.py
src/openpgpcard_x25519_agent/client_cli.py
src/openpgpcard_x25519_agent/cnf.py
src/openpgpcard_x25519_agent/msg.py
src/openpgpcard_x25519_agent/server.py
src/openpgpcard_x25519_agent.egg-info/PKG-INFO
src/openpgpcard_x25519_agent.egg-info/SOURCES.txt
src/openpgpcard_x25519_agent.egg-info/dependency_links.txt
src/openpgpcard_x25519_agent.egg-info/entry_points.txt
src/openpgpcard_x25519_agent.egg-info/not-zip-safe
src/openpgpcard_x25519_agent.egg-info/requires.txt
src/openpgpcard_x25519_agent.egg-info/top_level.txt
tests/conftest.py
tests/test_card.py
tests/test_client.py
tests/test_cnf.py
tests/test_msg.py
tests/test_server.py