Skip to main content

Client Library for OpenStack Identity

Project description

https://governance.openstack.org/badges/python-keystoneclient.svg

Python bindings to the OpenStack Identity API (Keystone)

Latest Version Downloads

This is a client for the OpenStack Identity API, implemented by the Keystone team; it contains a Python API (the keystoneclient module) for OpenStack’s Identity Service. For command line interface support, use OpenStackClient.

Python API

By way of a quick-start:

>>> from keystoneauth1.identity import v3
>>> from keystoneauth1 import session
>>> from keystoneclient.v3 import client
>>> auth = v3.Password(auth_url="http://example.com:5000/v3", username="admin",
...                     password="password", project_name="admin",
...                     user_domain_id="default", project_domain_id="default")
>>> sess = session.Session(auth=auth)
>>> keystone = client.Client(session=sess)
>>> keystone.projects.list()
    [...]
>>> project = keystone.projects.create(name="test", description="My new Project!", domain="default", enabled=True)
>>> project.delete()

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

python-keystoneclient-3.13.1.tar.gz (303.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_keystoneclient-3.13.1-py2.py3-none-any.whl (381.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file python-keystoneclient-3.13.1.tar.gz.

File metadata

  • Download URL: python-keystoneclient-3.13.1.tar.gz
  • Upload date:
  • Size: 303.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/20.7.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.2

File hashes

Hashes for python-keystoneclient-3.13.1.tar.gz
Algorithm Hash digest
SHA256 dcc24ecf0f0b5abb1955eea31cd10b400be39d01d0a88fc212a5cf64bbdb5da1
MD5 55f46af724a6be15b776152d33db3f5c
BLAKE2b-256 5c97f61c30a56db72b5e5559e5f83034530693a62eb257e58a11092dc24e942d

See more details on using hashes here.

File details

Details for the file python_keystoneclient-3.13.1-py2.py3-none-any.whl.

File metadata

  • Download URL: python_keystoneclient-3.13.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 381.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/20.7.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.2

File hashes

Hashes for python_keystoneclient-3.13.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4f443e991fb836742835638eb5af87be7d10a4527196d2fe7c06c69af684f11d
MD5 37b4df23327d40d66280a0256eb294df
BLAKE2b-256 b9c3826f67b23c3f68c93e37e67ceb6ec7fac32296ec0b76b3e948a11d6e4eb7

See more details on using hashes here.

Supported by

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