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/
License
Apache 2.0
Release files for openstacksdk 0.8.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| openstacksdk-0.8.2.tar.gz | 209.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| openstacksdk-0.8.2-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 605.3 kB
Release files / openstacksdk-0.8.2.tar.gz
| Download URL | openstacksdk-0.8.2.tar.gz |
|---|---|
| Size | 209.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9a5d29f0d4663d1215342d1174260be7f5fb16a6348b3b485550eb923b899696
|
|
BLAKE2b-256 checksum How to use checksums |
4f42e7b1ad65b4cd1eec66ba41ed69094440d391eb1d80cb653533cea2342d66
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / openstacksdk-0.8.2-py2.py3-none-any.whl
| Download URL | openstacksdk-0.8.2-py2.py3-none-any.whl |
|---|---|
| Size | 395.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
98849c7357b9b0767ea07eb5b6cf0f36dacbe99fd53eddbf7232b05549efeeb0
|
|
BLAKE2b-256 checksum How to use checksums |
b687764ff18c492e0ed50e4498df8cc3a603514825c0cc749b52ef1ab991f9ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |