python-pykmip 0.10.0-5 source package in Ubuntu

Changelog

python-pykmip (0.10.0-5) unstable; urgency=medium

  * Cleans better (Closes: #1047705).

 -- Thomas Goirand <email address hidden>  Mon, 21 Aug 2023 14:00:10 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pykmip_0.10.0-5.dsc 2.3 KiB a66f21bd2a2df42b6b0e4f6e30afb156f505db21f68668666abdc53fb722b335
python-pykmip_0.10.0.orig.tar.xz 360.9 KiB a3cca9ca45415cae1eef524b151591871308327e55363831b6f92bd5d16f8e51
python-pykmip_0.10.0-5.debian.tar.xz 6.7 KiB 810b0dec362c3eb7d98c8f1fdc007c0d5d9c9260a825d7facd02264d297befc8

Available diffs

No changes file available.

Binary packages built by this source

python3-pykmip: 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.