File: control

package info (click to toggle)
python-yubico 1.3.3-0.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 372 kB
  • sloc: python: 2,367; ansic: 128; makefile: 9
file content (42 lines) | stat: -rw-r--r-- 1,500 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
Source: python-yubico
Maintainer: Debian Authentication Maintainers <pkg-auth-maintainers@lists.alioth.debian.org>
Uploaders: Klas Lindfors <klas@yubico.com>, Dain Nilsson <dain@yubico.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
	       dh-python,
	       python3-all (>= 2.6.6-3),
	       python3-nose (>= 0.10.0b1),
	       python3-setuptools (>= 0.6b3),
	       python3-usb,
Standards-Version: 4.4.0
Homepage: https://developers.yubico.com/python-yubico/
Vcs-Browser: https://salsa.debian.org/auth-team/python-yubico
Vcs-Git: https://salsa.debian.org/auth-team/python-yubico.git

Package: python-yubico-tools
Architecture: all
Section: utils
Depends: ${python3:Depends},
	 ${misc:Depends},
	 python3-yubico (= ${binary:Version})
Provides: ${python3:Provides}
Description: Tools for Yubico YubiKeys
 The YubiKey is a hardware authentication token. This package
 contains utilities for the YubiKey implemented using the
 python-yubico package.
 .
 This package currently includes the following utilities :
 .
   * yubikey-totp - OATH TOTP code generator using YubiKey

Package: python3-yubico
Architecture: all
Depends: ${python3:Depends},
	 ${misc:Depends},
	 python3-usb
Provides: ${python3:Provides}
Description: Python3 library for talking to Yubico YubiKeys
 The YubiKey is a hardware authentication token. This is a Python3
 library for interacting with YubiKeys. Typical use is to detect,
 configure (personalize) or issue challenge-responses to YubiKeys.