An SDK for building applications to work with OpenStack
Project description
The python-openstacksdk is a collection of libraries for building applications to work with OpenStack clouds. The project aims to provide a consistent and complete set of interactions with OpenStack’s many services, along with complete documentation, examples, and tools.
This SDK is under active development, and in the interests of providing a high-quality interface, the APIs provided in this release may differ from those provided in future release.
Usage
The following example simply connects to an OpenStack cloud and lists the containers in the Object Store service.:
from openstack import connection conn = connection.Connection(auth_url="http://openstack:5000/v3", project_name="big_project", username="SDK_user", password="Super5ecretPassw0rd") for container in conn.object_store.containers(): print(container.name)
Documentation
Documentation is available at http://developer.openstack.org/sdks/python/openstacksdk/
Requirements
Python 2.7, Python 3.3+
pbr
requests
six
stevedore
oslo.utils
License
Apache 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for openstacksdk-0.7.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a2e379832186234318cd9dbbdade73b94b8a699a14d100a6ee0ddff3c451288 |
|
MD5 | 4c150ab79365837e08cc22993f9a4bea |
|
BLAKE2b-256 | 643ed7d4b5db99967eb099b8c2791679447efe6264130984291d55dbaa6bedc8 |