File: control

package info (click to toggle)
python-ledgercomm 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: python: 297; makefile: 2
file content (56 lines) | stat: -rw-r--r-- 2,062 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: python-ledgercomm
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Soren Stoutner <soren@debian.org>,
           Manuel Guerra <ar.manuelguerra@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools,
               pybuild-plugin-pyproject
Build-Depends-Indep: python3-hid
Homepage: https://github.com/LedgerHQ/ledgercomm
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ledgercomm.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ledgercomm
Standards-Version: 4.7.2

Package: python3-ledgercomm
Architecture: all
Multi-Arch: foreign
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-hid
Description: Python library for Ledger hardware wallets communication
 LedgerCOMM is a Python library for secure communication with Ledger Nano
 S/X hardware wallets and the Speculos emulator. It supports APDU protocol
 over both HID (physical devices) and TCP (emulator).
 .
 Key features:
  * APDU communication (ISO 7816 standard)
  * Debug mode with detailed logging
  * Native Speculos emulator integration
 .
 Target users:
  - Developers building Ledger applications
  - Security researchers analyzing APDU protocols
  - QA teams automating wallet testing
 .
 Officially maintained by LedgerHQ. Compliant with modern Python packaging
 standards.

Package: ledgercomm
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         python3:any,
         python3-ledgercomm (= ${binary:Version})
Section: utils
Description: Command-line tool for Ledger hardware wallets communication
 LedgerCOMM provides a command-line tool (ledgercomm-send) for interacting
 with Ledger Nano S/X hardware wallets and the Speculos emulator. It
 leverages the python3-ledgercomm library for secure APDU protocol
 communication over HID or TCP.
 .
 This package is useful for users who need to send commands to Ledger devices
 directly from the command line.