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/
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openstacksdk-0.8.1.tar.gz.
File metadata
- Download URL: openstacksdk-0.8.1.tar.gz
- Upload date:
- Size: 210.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a180144543284963ec4f7cb962e21969c66edcf77fbb7be69c7ee04367cf2dce
|
|
| MD5 |
edfb006347dcda8c0c45fe59f7a79f1e
|
|
| BLAKE2b-256 |
9911ee799e4f2abc60c401b2ad82dbab98e67ec4508e844ffcac9237a2bb2b3f
|
File details
Details for the file openstacksdk-0.8.1-py2.py3-none-any.whl.
File metadata
- Download URL: openstacksdk-0.8.1-py2.py3-none-any.whl
- Upload date:
- Size: 399.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1210f0e04a9ec38547976310126b4e9ded3399692e0a4cc2b17e85241720977
|
|
| MD5 |
989b7c673fa8e48e3b9958642aa72332
|
|
| BLAKE2b-256 |
a2045b05e14f5bac56cd36ddd1ddb8e83c3d83367e9d96734e344af3ac5b125c
|