Source: python-trezor Maintainer: Debian Python Modules Team Uploaders: Tristan Seligmann , Richard Ulrich , Section: python Homepage: https://github.com/trezor/trezor-firmware Priority: optional Build-Depends: bash-completion, debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-attr, python3-click, python3-construct, python3-ecdsa, python3-hid, python3-libusb1, python3-mnemonic, python3-pil, python3-protobuf, python3-pytest, python3-requests, python3-setuptools, python3-typing-extensions, Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/python-team/modules/python-trezor Vcs-Git: https://salsa.debian.org/python-team/modules/python-trezor.git Rules-Requires-Root: no Package: trezor Architecture: all Depends: python3-trezor (= ${source:Version}), ${misc:Depends}, ${python3:Depends}, Section: utils Breaks: python-trezor, Replaces: python-trezor, Description: utilities for communicating with TREZOR Bitcoin HW wallet No matter how unprotected your computer or internet connection might be, your coins always stay safe with TREZOR as it never exposes your private keys. TREZOR is an isolated environment for offline transaction signing and using a small display you can visually verify the transaction contents. That's why all operations using TREZOR are entirely safe. . This package contains the trezorctl binary for interacting with a TREZOR wallet, and the udev rules needed to make the device accessible. Package: python3-trezor Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Breaks: electrum (<< 3.1.0), Recommends: python3-attr, python3-hid, python3-pil, Description: library for communicating with TREZOR Bitcoin HW wallet (Python 3) No matter how unprotected your computer or internet connection might be, your coins always stay safe with TREZOR as it never exposes your private keys. TREZOR is an isolated environment for offline transaction signing and using a small display you can visually verify the transaction contents. That's why all operations using TREZOR are entirely safe. . This package contains the Python 3 version of python-trezor.