File: control

package info (click to toggle)
python-pskc 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,180 kB
  • sloc: python: 1,848; xml: 151; makefile: 22; sh: 9
file content (63 lines) | stat: -rw-r--r-- 2,594 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
57
58
59
60
61
62
63
Source: python-pskc
Section: python
Priority: optional
Maintainer: Arthur de Jong <adejong@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Standards-Version: 4.6.1
Build-Depends: python3-all,
               debhelper-compat (= 13), dh-python,
               python3-sphinx,
               python3-setuptools,
               python3-pkg-resources,
               python3-pytest,
               python3-pytest-cov,
               python3-cryptography,
               python3-dateutil
Homepage: https://arthurdejong.org/python-pskc/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pskc.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pskc
Rules-Requires-Root: no

Package: python3-pskc
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: python3-lxml, python3-defusedxml
Suggests: python-pskc-doc
Description: Python module for handling PSKC files (Python 3)
 This Python library handles Portable Symmetric Key Container (PSKC) files as
 defined in RFC6030. PSKC files are used to transport and provision symmetric
 keys and key meta data (seed files) to different types of crypto modules,
 commonly one-time password tokens or other authentication devices.
 .
 This module can be used to extract keys from PSKC files for use in an OTP
 authentication system. The module can also be used for authoring PSKC files.

Package: python-pskc-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: www-browser
Section: doc
Description: Python module for handling PSKC files (Documentation)
 This Python library handles Portable Symmetric Key Container (PSKC) files as
 defined in RFC6030. PSKC files are used to transport and provision symmetric
 keys and key meta data (seed files) to different types of crypto modules,
 commonly one-time password tokens or other authentication devices.
 .
 This module can be used to extract keys from PSKC files for use in an OTP
 authentication system. The module can also be used for authoring PSKC files.
 .
 This package contains the module's documentation.

Package: pskc-utils
Architecture: all
Depends: python3-pskc (>= 1.1), python3-pkg-resources, ${python3:Depends}, ${misc:Depends}
Suggests: python-pskc-doc
Section: misc
Description: Utilities for handling PSKC files
 These utilities can be used to convert Portable Symmetric Key Container
 (PSKC) files as defined in RFC6030.
 .
  * csv2pskc - Convert a CSV file to PSKC
  * pskc2csv - Convert a PSKC file to CSV
  * pskc2pskc - Reformat or change encryption of a PSKC file