mirror of
https://github.com/openkmip/pykmip
synced 2026-02-25 00:52:59 +00: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.