A Python implementation of the KMIP specification.
Go to file
Nathan Reller a0d8c9195e Initial commit of KMIP library
This contains the basic items for repository. The basic files and directories
were created to layout the repository structure.

Created a simple KMIP client and server. This was generated using the thrift
library. This version only tests the thrift framework. It does not adhere to
the spec.
2014-04-11 17:38:19 -04:00
kmip Initial commit of KMIP library 2014-04-11 17:38:19 -04:00
thrift Initial commit of KMIP library 2014-04-11 17:38:19 -04:00
.gitignore Initial commit of KMIP library 2014-04-11 17:38:19 -04:00
LICENSE Initial commit of KMIP library 2014-04-11 17:38:19 -04:00
README Initial commit of KMIP library 2014-04-11 17:38:19 -04:00
requirements.txt Initial commit of KMIP library 2014-04-11 17:38:19 -04:00
test-requirements.txt Initial commit of KMIP library 2014-04-11 17:38:19 -04:00

README

TODO fill this in