File: control

package info (click to toggle)
python-pskc 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,144 kB
  • sloc: python: 1,637; xml: 151; makefile: 11
file content (67 lines) | stat: -rw-r--r-- 3,132 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
64
65
66
67
Source: python-pskc
Section: python
Priority: optional
Maintainer: Arthur de Jong <adejong@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Standards-Version: 4.1.3
Build-Depends: python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-10~),
               debhelper (>= 9), dh-python, python3-sphinx (>= 1.0.7+dfsg),
               python-setuptools, python3-setuptools,
               python-nose (>= 1.2.0), python3-nose (>= 1.2.0),
               python-cryptography, python3-cryptography,
               python-dateutil, python3-dateutil
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Homepage: https://arthurdejong.org/python-pskc/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-pskc.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-pskc.git

Package: python-pskc
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
Recommends: python-lxml, python-defusedxml
Suggests: python-pskc-doc
Description: Python module for handling PSKC files (Python 2)
 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 installs the library for Python 2.

Package: python3-pskc
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, ${sphinxdoc: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.
 .
 This package installs the library for Python 3.

Package: python-pskc-doc
Architecture: all
Depends: ${misc:Depends}
Suggests: www-browser
Replaces: python-pskc (<< 0.4-1), python3-pskc (<< 0.4-1)
Breaks: python-pskc (<< 0.4-1), python3-pskc (<< 0.4-1)
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.