{"id":20111773,"url":"https://github.com/openstack/python-adjutantclient","last_synced_at":"2025-07-15T05:34:47.004Z","repository":{"id":57456653,"uuid":"95636703","full_name":"openstack/python-adjutantclient","owner":"openstack","description":"Client library for Adjutant API. Mirror of code maintained at opendev.org.","archived":false,"fork":false,"pushed_at":"2025-03-06T09:37:00.000Z","size":235,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-04T00:48:02.689Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opendev.org/openstack/python-adjutantclient","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openstack.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-28T06:33:43.000Z","updated_at":"2023-10-24T15:33:03.000Z","dependencies_parsed_at":"2024-02-20T23:29:16.140Z","dependency_job_id":"57d9cf47-54e6-49c9-afff-1dc62f764c3e","html_url":"https://github.com/openstack/python-adjutantclient","commit_stats":{"total_commits":44,"total_committers":18,"mean_commits":"2.4444444444444446","dds":0.6363636363636364,"last_synced_commit":"b5b755c459eed942b31fc351af0bdef95488b411"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/openstack/python-adjutantclient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fpython-adjutantclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fpython-adjutantclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fpython-adjutantclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fpython-adjutantclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstack","download_url":"https://codeload.github.com/openstack/python-adjutantclient/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fpython-adjutantclient/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265409950,"owners_count":23760365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T18:17:39.724Z","updated_at":"2025-07-15T05:34:46.965Z","avatar_url":"https://github.com/openstack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"AdjutantClient is a command-line and python client for Adjutant.\n\nGetting Started\n===============\n\nAdjutant Client can be installed from PyPI using pip:\n\n::\n\n    pip install python-openstackclient python-adjutantclient\n\n\nThe command line client is installed as a plugin for the OpenStack client.\n\nPython API\n==========\n\nYou can use the API with a keystone session:\n\n  \u003e\u003e\u003e from keystoneauth1 import session\n  \u003e\u003e\u003e from keystoneauth1.identity import v3\n  \u003e\u003e\u003e from adjutantclient.client import Client\n  \u003e\u003e\u003e auth = v3.Password(auth_url='http://keystone.host/v3',\n                         username='user',\n                         password='password',\n                         project_name='demo',\n                         user_domain_name='default',\n                         project_domain_name='default')\n\n  \u003e\u003e\u003e sess = session.Session(auth=auth)\n  \u003e\u003e\u003e adjutant = Client('1', session=sess)\n\nIf you use a clouds.yaml file os_client_config can also be used:\n\n  \u003e\u003e\u003e import os_client_config\n  \u003e\u003e\u003e sess = os_client_config.make_rest_client('admin-logic')\n  \u003e\u003e\u003e adjutant = Client('1', session=sess)\n\nA few of the endpoints (users.password_forgot(), token.submit(), signup, token.get()) don't require authentication.\nIn this case you can instead just pass an endpoint override to the adjutant client constructor.\n\n  \u003e\u003e\u003e from adjutantclient.client import Client\n  \u003e\u003e\u003e adjutant = Client('1', endpoint='http://adjutant.host/v1')\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fpython-adjutantclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstack%2Fpython-adjutantclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fpython-adjutantclient/lists"}