mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-04-08 19:25:06 +02:00
This change adds ProxyKmipClient demos for the new Set, Modify, and Delete Attribute operations. The demos are not intended for general use but instead to show how the client can be used to execute these new operations against a KMIP server. See the demo scripts themselves for more information. Partially implements #547