Implement baseclasses for various functionality done for monitoring and management of systems.
The katprep.clients module has been split up into katprep.monitoring and katprep.management. In either there is a base module that contains base classes that can be used for implementing new interfaces.
I also rearranged the exceptions because they are used in both. They can be found in katprep.exceptions now.
The code won't run with legacy Python aka. Python 2 - as of #125 this is up for removal anyways.
Implement baseclasses for various functionality done for monitoring and management of systems.
The
katprep.clients
module has been split up intokatprep.monitoring
andkatprep.management
. In either there is abase
module that contains base classes that can be used for implementing new interfaces.I also rearranged the exceptions because they are used in both. They can be found in
katprep.exceptions
now.The code won't run with legacy Python aka. Python 2 - as of #125 this is up for removal anyways.
Fixes #78