Skip to content

OpenKMIP/PyKMIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6cd44b5 · Jul 26, 2024
Sep 12, 2023
Aug 29, 2023
Mar 22, 2022
Aug 29, 2023
May 17, 2018
Jul 26, 2024
Feb 14, 2018
Feb 24, 2020
Feb 25, 2020
Feb 12, 2018
Dec 10, 2014
Dec 7, 2017
Jun 5, 2018
Aug 20, 2015
Mar 29, 2024
Jul 26, 2024
Aug 29, 2023
Aug 29, 2023

Repository files navigation

PyKMIP

Latest Version travis-status codecov-status python-versions

PyKMIP is a Python implementation of the Key Management Interoperability Protocol (KMIP), an OASIS communication standard for the management of objects stored and maintained by key management systems. KMIP defines how key management operations and operation data should be encoded and communicated between client and server applications. Supported operations include the full CRUD key management lifecycle, including operations for managing object metadata and for conducting cryptographic operations. Supported object types include:

  • symmetric/asymmetric encryption keys
  • passwords/passphrases
  • certificates
  • opaque data blobs, and more

For more information on KMIP, check out the OASIS KMIP Technical Committee and the OASIS KMIP Documentation.

For more information on PyKMIP, check out the project Documentation.

Installation

You can install PyKMIP via pip:

$ pip install pykmip

See Installation for more information.

Community

The PyKMIP community has various forums and resources you can use: