ext-cloud

Multi cloud library


License
BSD-3-Clause
Install
pip install ext-cloud==2020.7.2

Documentation

ext_cloud

Multi cloud library in python

  • BaseCloud folder has abstact class for all cloud objects.Each BaseCloud class has abstract properties and abstract methods only forcing concrete class to implement them
  • OpenStackBaseCloud has id and name property and all the openstack cloud object should be dervied from BaseCloud and OpenStackBaseCloud