File: control

package info (click to toggle)
python-yubiotp 1.0.0.post1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: python: 671; makefile: 130
file content (31 lines) | stat: -rw-r--r-- 1,317 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
Source: python-yubiotp
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dominik George <natureshadow@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-pycryptodome,
 python3-setuptools
Standards-Version: 4.6.1
Homepage: https://github.com/django-otp/yubiotp
Vcs-Git: https://salsa.debian.org/python-team/packages/python-yubiotp.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-yubiotp

Package: python3-yubiotp
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-pycryptodome
Description: Low-level implementation of the YubiKey OTP algorithm in Python
 YubiOTP is a library for verifying YubiKey OTP tokens. It includes both
 the low-level implementation for verifying tokens locally and clients
 for multiple versions of the Yubico validation web service. The primary
 audience is developers who wish to verify YubiKey tokens in their
 applications, presumably as part of a multi-factor authentication scheme.
 .
 For testing and experimenting, the included yubikey script simulates one
 or more YubiKey devices using a config file. It also includes utility
 commands such as a modhex converter.
 .
 YubiOTP also includes a command-line web service client called yubiclient.