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
4c12eb65c6
PyKMIP
/
.gitignore
11 lines
88 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/
Reorganizing test suite and updating tox configuration This change reorganizes the test suite, splitting it into two separate test suites, one for unit tests and one for integration tests. The tox configuration is also updated to reflect this change. Invoking tox now runs the unit tests by default. A separate tox environment is used to run the integration tests.
2015-05-14 19:08:02 +02:00
htmlcov/