openstacksdk is a client library for for building applications to work with OpenStack clouds using Python. The project aims to provide a consistent and complete set of interactions with OpenStack's many services, along with complete documentation, examples, and tools.
openstacksdk is a client library for for building applications to work with OpenStack clouds using Python.
openstacksdk started its life as three different libraries: shade, os-client-config and python-openstacksdk.
It also contains a simple interface layer. Clouds can do many things, but there are probably only about 10 of them that most people care about with any regularity.
If you want to do complicated things, the per-service oriented portions of the SDK are for you. However, if what you want is to be able to write an application that talks to clouds no matter what crazy choices the deployer has made in an attempt to be more hipster than their self-entitled narcissist peers, then the openstack.cloud layer is for you.
Links