RETIRED, further work has moved to Debian project infrastructure
Go to file
Kaitlin Farr 0212ee898c Adds a configuration file
Adds a configuration file to allow users to modify settings for the
client and server. The configured settings can be overridden by
directly passing values when a kmip server or client is initialized.
Additionally, if the config file or config options are not found,
pre-set default values will be used.
2014-09-17 00:24:58 -07:00
bin Adds a configuration file 2014-09-17 00:24:58 -07:00
docs PyKMIP library version 0.0.1 2014-08-11 16:34:30 -04:00
kmip Adds a configuration file 2014-09-17 00:24:58 -07:00
.gitignore PyKMIP library version 0.0.1 2014-08-11 16:34:30 -04:00
AUTHORS.txt PyKMIP - Release v0.0.1 2014-08-13 19:23:05 -04:00
CHANGES.txt PyKMIP - Release v0.0.1 2014-08-13 19:23:05 -04:00
LICENSE.txt PyKMIP - Release v0.0.1 2014-08-13 19:23:05 -04:00
MANIFEST.in PyKMIP - Release v0.1.0 2014-08-28 14:04:23 -04:00
README.rst PyKMIP - Release v0.1.0 2014-08-28 14:04:23 -04:00
requirements.txt PyKMIP - Release v0.1.0 2014-08-28 14:04:23 -04:00
setup.py Updating PyKMIP to v0.1.1. 2014-09-12 10:34:50 -04:00
test-requirements.txt PyKMIP library version 0.0.1 2014-08-11 16:34:30 -04:00
tox.ini PyKMIP - Release v0.1.0 2014-08-28 14:04:23 -04:00

PyKMIP

PyKMIP is a Python implementation of the Key Management Interoperability Protocol (KMIP) specification, supporting version 1.1 of the KMIP standard. The library currently provides a KMIP client, which supports the following operations for KMIP SymmetricKey managed objects:

  • create
  • register
  • get
  • destroy

PyKMIP also provides a software-based KMIP server, which is intended for use in testing and demonstration environments. The server is NOT intended to be a substitute for secured hardware-based KMIP appliances.

Version

This distribution of PyKMIP is version 0.0.1. Future work includes adding support for basic KMIP profiles, including the basic supporting operations.

For more information on KMIP profiles, see the OASIS documentation for KMIP profiles.

Platform

PyKMIP has been tested and runs on Ubuntu 12.04 LTS.

References

For more information on the KMIP specification, see the OASIS documentation for KMIP.

Contributors

Many thanks to the developers who created PyKMIP:

Nathan Reller <nathan.reller@jhuapl.edu> Peter Hamilton <peter.hamilton@jhuapl.edu> Kaitlin Farr <kaitlin.farr@jhuapl.edu>