.gitignore
.pylintrc
.travis.yml
INSTALL.md
LICENSE
README-GPG.md
README-SSH.md
README.md
setup.py
tox.ini
agents/fake/fake_device_agent.py
agents/fake/setup.py
agents/keepkey/keepkey_agent.py
agents/keepkey/setup.py
agents/ledger/ledger_agent.py
agents/ledger/setup.py
agents/trezor/setup.py
agents/trezor/trezor_agent.py
libagent/__init__.py
libagent/formats.py
libagent/server.py
libagent/util.py
libagent.egg-info/PKG-INFO
libagent.egg-info/SOURCES.txt
libagent.egg-info/dependency_links.txt
libagent.egg-info/requires.txt
libagent.egg-info/top_level.txt
libagent/device/__init__.py
libagent/device/fake_device.py
libagent/device/interface.py
libagent/device/keepkey.py
libagent/device/keepkey_defs.py
libagent/device/ledger.py
libagent/device/trezor.py
libagent/device/trezor_defs.py
libagent/gpg/__init__.py
libagent/gpg/agent.py
libagent/gpg/client.py
libagent/gpg/decode.py
libagent/gpg/encode.py
libagent/gpg/keyring.py
libagent/gpg/protocol.py
libagent/gpg/tests/088F8EB2D57AF4D64C40A5EA90AC201D7BFE5D13.gpg
libagent/gpg/tests/114D3A028A34F56550D403F6DD9DAA354E9AAB78.gpg
libagent/gpg/tests/181D005503DBE3ADC43D142D6FC4ECF01E42B367.gpg
libagent/gpg/tests/71B5A80A63FE12B0D74DABBFE4A883364AAF6E16.gpg
libagent/gpg/tests/77E9D99CBB9B4C961370BAF9AD4DD89F17138874.gpg
libagent/gpg/tests/80615870F5BAD690333686D0F2AD85AC1E42B367.gpg
libagent/gpg/tests/86E6792FC27BFD478860C11091F3B339B9A02A3D.gpg
libagent/gpg/tests/A4EB142E5FC2C898BAEC2C9B2BA8930D2B320C62.gpg
libagent/gpg/tests/ABAF11C65A2970B130ABE3C479BE3E4300411886.gpg
libagent/gpg/tests/__init__.py
libagent/gpg/tests/test_decode.py
libagent/gpg/tests/test_keyring.py
libagent/gpg/tests/test_protocol.py
libagent/ssh/__init__.py
libagent/ssh/client.py
libagent/ssh/protocol.py
libagent/ssh/tests/__init__.py
libagent/ssh/tests/test_client.py
libagent/ssh/tests/test_protocol.py
libagent/tests/__init__.py
libagent/tests/test_formats.py
libagent/tests/test_interface.py
libagent/tests/test_server.py
libagent/tests/test_util.py
scripts/gpg-init