File: control

package info (click to toggle)
python-keepkey 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 728 kB
  • ctags: 2,388
  • sloc: python: 4,905; sh: 58; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 961 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: python-keepkey
Maintainer: Richard Ulrich <richi@paraeasy.ch>
Uploaders: Tristan Seligmann <mithrandi@debian.org>
Section: python
Homepage: https://github.com/keepkey/python-keepkey
Priority: optional
Build-Depends: python-setuptools, python-all, debhelper (>=9), dh-python
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-keepkey.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-keepkey.git

Package: python-keepkey
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: library for communicating with KeepKey Hardware Wallet
 This is a modified version of python-trezor. The changes made were to support
 KeepKey’s protocol, as well as the additional feature set of KeepKey.
 For example, by default, device_recovery command invokes KeepKey’s style of
 device recovery using the Recovery Cipher.
 .
 See http://www.keepkey.com/ for more information.