2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-15 07:43:26 +00:00

PyKMIP - Release 0.3.0

This update includes a bunch of new features and bug fixes:
* Add client support for the DiscoverVersions and Query operations
* Add client support for the CreateKeyPair and RekeyKeyPair operations
* Add support for registering and retrieving Public/PrivateKeys
* Add unit demos showing how to use individual KMIP client operations
* Add client custom configuration support
* Add inline documentation for new KMIP objects, attributes and payloads
* Add unit tests for new KMIP objects, attributes, and payloads
* Add a dependency for the six library to handle Python version support
* Update README with a condensed description and overview of the library
* Fix bug with unindexed format strings
* Fix missing example certificate files when installing library
This commit is contained in:
Peter Hamilton
2015-03-14 11:41:25 -04:00
parent 43ecea23a6
commit f7ba5abbcf
4 changed files with 159 additions and 141 deletions

View File

@@ -17,7 +17,7 @@ import setuptools
setuptools.setup(
name='PyKMIP',
version='0.2.0',
version='0.3.0',
description='KMIP v1.1 library',
keywords='KMIP',
author='Peter Hamilton',
@@ -35,11 +35,9 @@ setuptools.setup(
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX",
"Operating System :: POSIX :: BSD",
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",