This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
PyKMIP
mirror of
https://github.com/OpenKMIP/PyKMIP.git
Watch
1
Star
0
Fork
You've already forked PyKMIP
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f398d38f50
PyKMIP
/
.gitignore
10 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 23:38:19 +02:00
.project
.pydevproject
*.pyc
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
2014-08-11 22:34:30 +02:00
.coverage
.tox/
ChangeLog
PyKMIP.egg-info/
dist/