Deployer

pypz provides a deployer interface pypz.deployers.base.Deployer that can be used to implement different technologies.

It is expected to implement the abstract methods with the technology of your choice.

Check the class and method descriptions for more details.

Note

pypz ships with an implementation for Kubernetes (pypz.deployers.k8s.KubernetesDeployer)