1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: btchip-python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Richard Ulrich <richi@paraeasy.ch>,
Section: python
Homepage: https://github.com/LedgerHQ/btchip-python
Vcs-Git: https://salsa.debian.org/python-team/packages/btchip-python.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/btchip-python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Package: python3-btchip
Architecture: all
Depends:
python3-ecdsa,
python3-hid,
python3-mnemonic,
python3-usb,
${misc:Depends},
${python3:Depends},
Description: Python library to communicate with BTChip dongle (Python 3)
HW-1 is a secure tiny USB smart card based hardware wallet,
keeping your bitcoin based crypto-currency assets safe.
The built-in smart card holds your private keys,
and signs transactions after you confirm them.
Cheap, fun, easy to use, yet offering a rich API for developers,
HW-1 makes crypto coins security convenient.
.
For more info, visit: https://hardwarewallet.com/
.
This package contains the Python 3 modules.
|