Skip to main content

Adjutant API Client Library

Project description

AdjutantClient is a command-line and python client for Adjutant.

Getting Started

Adjutant Client can be installed from PyPI using pip:

pip install python-openstackclient python-adjutantclient

The command line client is installed as a plugin for the OpenStack client.

Python API

You can use the API with a keystone session:

>>> from keystoneauth1 import session
>>> from keystoneauth1.identity import v3
>>> from adjutantclient.client import Client
>>> auth = v3.Password(auth_url='http://keystone.host/v3',
                       username='user',
                       password='password',
                       project_name='demo',
                       user_domain_name='default',
                       project_domain_name='default')
>>> sess = session.Session(auth=auth)
>>> adjutant = Client('1', session=sess)

If you use a clouds.yaml file os_client_config can also be used:

>>> import os_client_config
>>> sess = os_client_config.make_rest_client('admin-logic')
>>> adjutant = Client('1', session=sess)

A few of the endpoints (users.password_forgot(), token.submit(), signup, token.get()) don’t require authentication. In this case you can instead just pass an endpoint override to the adjutant client constructor.

>>> from adjutantclient.client import Client
>>> adjutant = Client('1', endpoint='http://adjutant.host/v1')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-adjutantclient-0.8.0.tar.gz (26.3 kB view details)

Uploaded Source

Built Distribution

python_adjutantclient-0.8.0-py3-none-any.whl (40.3 kB view details)

Uploaded Python 3

File details

Details for the file python-adjutantclient-0.8.0.tar.gz.

File metadata

  • Download URL: python-adjutantclient-0.8.0.tar.gz
  • Upload date:
  • Size: 26.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for python-adjutantclient-0.8.0.tar.gz
Algorithm Hash digest
SHA256 10e169d2e8314f4add36ea2f00078bc18137f50ae9d9e324452f3d2a17fce468
MD5 4d81f05e575534113e7c5101ccc89611
BLAKE2b-256 bb50abce8c1163f5d7225c186d41bdeaa4cbcb0ddbf5a0056b8bb908c625d533

See more details on using hashes here.

File details

Details for the file python_adjutantclient-0.8.0-py3-none-any.whl.

File metadata

  • Download URL: python_adjutantclient-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 40.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for python_adjutantclient-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 131c24263b3283701077b299881425385ab84418745dcbec7ca789be7f270e77
MD5 177a9cbe2e132b57cdd8ff81b982de5e
BLAKE2b-256 610f25c4a1e4540a622e392237303c6f5ef69be0a156165cff8dde5bedff0841

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