Skip to main content

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

openstacksdk-0.9.12.tar.gz (302.0 kB view details)

Uploaded Source

Built Distribution

openstacksdk-0.9.12-py2.py3-none-any.whl (555.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file openstacksdk-0.9.12.tar.gz.

File metadata

  • Download URL: openstacksdk-0.9.12.tar.gz
  • Upload date:
  • Size: 302.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for openstacksdk-0.9.12.tar.gz
Algorithm Hash digest
SHA256 0ee1f65cb60203cf44a0cd22ca72e015ea74e65ec725afe12f0b0ab9abc6b36f
MD5 a7e25e97b0f10da7f54947c1424ebe25
BLAKE2b-256 ab6b16486a82ee2fde2199020b2d902d9681cea0fa8e58b301fb009ae3dd249d

See more details on using hashes here.

File details

Details for the file openstacksdk-0.9.12-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for openstacksdk-0.9.12-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ed39214d361024232eebe80fac97c7f3c37cf84f283b8a1a0b270822ecfb08e9
MD5 1b2114b382a876975c05c6a1ad9bad96
BLAKE2b-256 a6b57c3339be9b78e0dc04fce9279abd69e3eb5cfdaf6a5beace7e6bcbdd7c56

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page