Closed
Description
Sometimes it could be useful to get the version information programmatically, just like Django is doing it for example. There you can get the version string via django.__version__
.
This is especially helpful, if your program requires kubernetes
and is fine with either version, but needs to distinguish between the different APIs kubernetes
offers.