2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-05 23:53:19 +00:00

PyKMIP library version 0.0.1

This implementation supports version 1.1 of the KMIP spec. The
library supports the following operations for SymmetricKey objects:

create
register
get
destroy
This commit is contained in:
Peter Hamilton
2014-08-11 16:34:30 -04:00
parent a0d8c9195e
commit 1cb6deaf0b
68 changed files with 10965 additions and 526 deletions

1
docs/README Normal file
View File

@@ -0,0 +1 @@
PyKMIP documentation goes here.