@@ -36,8 +36,9 @@ Depends: ${misc:Depends},
36
36
libykpers-1-1,
37
37
libu2f-host0
38
38
Recommends: pcscd
39
- Description: Python library for configuring a YubiKey
40
- A python library for configuring YubiKey over all transport modes.
39
+ Description: Python 2 library for configuring a YubiKey
40
+ A Python library for configuring YubiKey over all transport modes.
41
+ This is the Python 2 version of the package.
41
42
42
43
Package: python3-yubikey-manager
43
44
Architecture: all
@@ -53,7 +54,8 @@ Depends: ${misc:Depends},
53
54
libu2f-host0
54
55
Recommends: pcscd
55
56
Description: Python 3 library for configuring a YubiKey
56
- A python library for configuring YubiKey over all transport modes.
57
+ A Python library for configuring YubiKey over all transport modes.
58
+ This is the Python 3 version of the package.
57
59
58
60
Package: yubikey-manager
59
61
Architecture: all
@@ -63,5 +65,7 @@ Depends: ${python3:Depends},
63
65
python3-click,
64
66
pcscd
65
67
Description: Python library and command line tool for configuring a YubiKey
66
- YubiKey Manager (ykman) is a python library and command line tool for
67
- configuring a YubiKey over all transports.
68
+ YubiKey Manager (ykman) is a command line tool for configuring a YubiKey over
69
+ all transports. It is capable of reading out device information as well as
70
+ configuring several aspects of a YubiKey, including enabling or disabling
71
+ connection transports an programming various types of credentials.
0 commit comments