Commit Graph

23 Commits (master)

Author SHA1 Message Date
Roman Zeyde 2e688ccac9
setup: deprecate Python2 support 6 years ago
Roman Zeyde 40469c4100
tox: pep8 -> pycodestyle 7 years ago
Roman Zeyde 5f722f8ae1
logging: add more DEBUG information 7 years ago
Roman Zeyde 4af881b3cb
Split the package into a shared library and separate per-device packages 7 years ago
Roman Zeyde b2bc87c0c7
fix pydocstyle warnings 7 years ago
Roman Zeyde 002dc2a0e0
tox: order imports 7 years ago
Dominik Kozaczko 3aebd137b0
removed .decode('ascii') and added missing bytestrings 8 years ago
Roman Zeyde 2bbd335f7e pep8: use tox.ini for configuration 8 years ago
Roman Zeyde af8ad99c7a gpg: add UTs for decode 8 years ago
Roman Zeyde 0e6d998b4c tox: add pydocstyle 8 years ago
Roman Zeyde 8c6ac43cf4 Merge Trezor and KeepKey functionality 8 years ago
Roman Zeyde fb0d0a5f61 server: stop the server via a threading.Event
It seems that Mac OS does not support calling socket.shutdown(socket.SHUT_RD)
on a listening socket (see https://github.com/romanz/trezor-agent/issues/6).
The following implementation will set the accept() timeout to 0.1s and stop
the server if a threading.Event (named "quit_event") is set by the main thread.
8 years ago
Roman Zeyde d6ee3d8995 tox: add py34 8 years ago
Roman Zeyde c3fa79e450 Fix a few pylint issues 8 years ago
Roman Zeyde 60571e65dd trezor: add support for Ed25519 SSH keys 9 years ago
Roman Zeyde 38228baba9 tox: remove unused dependency 9 years ago
Roman Zeyde a8c6e71825 rename package name to trezor_agent 9 years ago
Roman Zeyde 783722edce trezor: rename wrapper 9 years ago
Roman Zeyde a09d8030f5 tox: omit trezor_library 9 years ago
Roman Zeyde 0db45cbd7e tox: omit __main__.py entry point from coverage 9 years ago
Roman Zeyde f462d49141 install bitcoin Python library 9 years ago
Roman Zeyde afa42d80a3 tox: skip full Trezor installation 9 years ago
Roman Zeyde 55a0c3ed97 add Tox 9 years ago