mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-30 17:34:03 +02:00
This change updates the root-level kmip package, allowing users to now import the client directly from the kmip package: from kmip import KmipClient The KmipClient is an alias for the ProxyKmipClient located in kmip.pie.client. This will simplify usage and help obfuscate internal package details that may change in the future.