File: control

package info (click to toggle)
python-pykmip 0.5.0-4%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,388 kB
  • sloc: python: 29,126; makefile: 34; sh: 32
file content (91 lines) | stat: -rw-r--r-- 3,547 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Source: python-pykmip
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-setuptools,
               python-sphinx,
               python3-all (>= 3.4),
               python3-setuptools,
Build-Depends-Indep: python-coverage,
                     python-cryptography (>= 1.1),
                     python-enum34,
                     python-fixtures,
                     python-mock,
                     python-pytest,
                     python-six (>= 1.9.0),
                     python-sqlalchemy (>= 1.0),
                     python-testresources,
                     python-testscenarios,
                     python-testtools,
                     python3-coverage,
                     python3-cryptography (>= 1.1),
                     python3-fixtures,
                     python3-mock,
                     python3-pytest,
                     python3-six (>= 1.9.0),
                     python3-sqlalchemy (>= 1.0),
                     python3-subunit,
                     python3-testresources,
                     python3-testscenarios,
                     python3-testtools,
                     subunit,
                     testrepository,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-pykmip?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-pykmip -b debian/newton
Homepage: https://github.com/OpenKMIP/PyKMIP

Package: python-pykmip
Architecture: all
Provides: python-kmip,
Depends: python-cryptography (>= 1.1),
         python-enum34,
         python-six (>= 1.9.0),
         python-sqlalchemy (>= 1.0),
         ${misc:Depends},
         ${python:Depends},
Description: implementation of the Key Management Interoperability Protocol - Python 2.x
 PyKMIP is a Python implementation of the Key Management Interoperability
 Protocol (KMIP) specification, supporting version 1.1 of the KMIP standard.
 The KMIP standard is governed by the Organization for the Advancement of
 Structured Information Standards (OASIS) and specifies a client/server-based
 protocol to perform key, certificate, and secret object management, including
 storage and maintenance operations.
 .
 The PyKMIP library currently provides a KMIP client and server supporting the
 following operations for the KMIP SymmetricKey managed object:
  * Create
  * Register
  * Get
  * Destroy
 .
 This package contains the Python 2.x module.

Package: python3-pykmip
Architecture: all
Provides: python3-kmip,
Depends: python3-cryptography (>= 1.1),
         python3-six (>= 1.9.0),
         python3-sqlalchemy (>= 1.0),
         ${misc:Depends},
         ${python3:Depends},
Description: KMIP v1.1 library - Python 3.x
 PyKMIP is a Python implementation of the Key Management Interoperability
 Protocol (KMIP) specification, supporting version 1.1 of the KMIP standard.
 The KMIP standard is governed by the Organization for the Advancement of
 Structured Information Standards (OASIS) and specifies a client/server-based
 protocol to perform key, certificate, and secret object management, including
 storage and maintenance operations.
 .
 The PyKMIP library currently provides a KMIP client and server supporting the
 following operations for the KMIP SymmetricKey managed object:
  * Create
  * Register
  * Get
  * Destroy
 .
 This package contains the Python 3.x module.