OpenKMIP / PyKMIP

A Python implementation of the KMIP specification.
Apache License 2.0
264 stars 133 forks source link
key-management kmip python

PyKMIP

|pypi-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:

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:

.. code-block:: console

$ pip install pykmip

See Installation_ for more information.

Community

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

.. _CRUD: https://en.wikipedia.org/wiki/Create,_read,_update_and_delete .. OASIS: https://www.oasis-open.org .. OASIS KMIP Technical Committee: https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=kmip .. OASIS KMIP Documentation: https://docs.oasis-open.org/kmip/spec/ .. Documentation: https://pykmip.readthedocs.io/en/latest/index.html .. Installation: https://pykmip.readthedocs.io/en/latest/installation.html .. Source code: https://github.com/openkmip/pykmip .. _Issue tracker: https://github.com/openkmip/pykmip/issues

.. |pypi-version| image:: https://img.shields.io/pypi/v/pykmip.svg :target: https://pypi.python.org/pypi/pykmip :alt: Latest Version .. |travis-status| image:: https://travis-ci.org/OpenKMIP/PyKMIP.svg?branch=master :target: https://travis-ci.org/OpenKMIP/PyKMIP .. |codecov-status| image:: https://codecov.io/github/OpenKMIP/PyKMIP/coverage.svg?branch=master :target: https://codecov.io/github/OpenKMIP/PyKMIP?branch=master .. |python-versions| image:: https://img.shields.io/pypi/pyversions/PyKMIP.svg :target: https://github.com/OpenKMIP/PyKMIP