openstacksdk 0.9.6
pip install openstacksdk==0.9.6
Released:
An SDK for building applications to work with OpenStack
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License
- Author: OpenStack
Classifiers
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License
- Author: OpenStack
Classifiers
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
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
File details
Details for the file openstacksdk-0.9.6.tar.gz
.
File metadata
- Download URL: openstacksdk-0.9.6.tar.gz
- Upload date:
- Size: 273.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dad69431910100117bd3f05fafbd39cca5da01b008eb0cb492f761c58ad0630 |
|
MD5 | 103551b2429714f8f8ba256d612157f1 |
|
BLAKE2b-256 | 10c7b5df8e1c468c9cab3b0d27211cbf135dd58a0d441caab083a513d9644992 |
File details
Details for the file openstacksdk-0.9.6-py2.py3-none-any.whl
.
File metadata
- Download URL: openstacksdk-0.9.6-py2.py3-none-any.whl
- Upload date:
- Size: 503.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9edc3e52ed9b782f1fa135d11c77edf13df7c79e121671ae7083863a6dc0063 |
|
MD5 | 843f92026159444a53eaa778406e5551 |
|
BLAKE2b-256 | 6a3346505f1e6e4da8830df3dc98078a4a194952f808f7eaf23d7c5f4ac035f8 |