OC 8 now has a provisioning API (OCS)
Question here is whether it's a good time to split pyocclient into modules or just add extra functions in the main class.
Note: this will also need a version/capabilities check based on #39
If we go the modules route, modules should be able to provide required dependencies (minimum OC version / capability)
@Gomez