{"id":20111366,"url":"https://github.com/openstack/python-keystoneclient","last_synced_at":"2025-05-15T11:03:55.602Z","repository":{"id":2090830,"uuid":"3030986","full_name":"openstack/python-keystoneclient","owner":"openstack","description":"OpenStack Identity (Keystone) Client. Mirror of code maintained at opendev.org.","archived":false,"fork":false,"pushed_at":"2025-03-07T14:27:52.000Z","size":5450,"stargazers_count":202,"open_issues_count":1,"forks_count":207,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-03-31T08:03:22.570Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opendev.org/openstack/python-keystoneclient","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openstack.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","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":"2011-12-22T00:50:05.000Z","updated_at":"2025-03-20T12:20:12.000Z","dependencies_parsed_at":"2023-01-13T11:37:27.259Z","dependency_job_id":"fe960a2c-026a-4c64-b02a-f29a4fc8b8d5","html_url":"https://github.com/openstack/python-keystoneclient","commit_stats":{"total_commits":1505,"total_committers":303,"mean_commits":4.966996699669967,"dds":0.8830564784053156,"last_synced_commit":"4763cd8052f51393063cc8706fdc0f0c9b017b24"},"previous_names":[],"tags_count":131,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fpython-keystoneclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fpython-keystoneclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fpython-keystoneclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fpython-keystoneclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstack","download_url":"https://codeload.github.com/openstack/python-keystoneclient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247622990,"owners_count":20968574,"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:15:49.731Z","updated_at":"2025-04-07T09:10:27.656Z","avatar_url":"https://github.com/openstack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"========================\nTeam and repository tags\n========================\n\n.. image:: https://governance.openstack.org/tc/badges/python-keystoneclient.svg\n    :target: https://governance.openstack.org/tc/reference/tags/index.html\n\n.. Change things from this point on\n\nPython bindings to the OpenStack Identity API (Keystone)\n========================================================\n\n.. image:: https://img.shields.io/pypi/v/python-keystoneclient.svg\n    :target: https://pypi.org/project/python-keystoneclient/\n    :alt: Latest Version\n\nThis is a client for the OpenStack Identity API, implemented by the Keystone\nteam; it contains a Python API (the ``keystoneclient`` module) for\nOpenStack's Identity Service. For command line interface support, use\n`OpenStackClient`_.\n\n* `PyPi`_ - package installation\n* `Online Documentation`_\n* `Launchpad project`_ - release management\n* `Blueprints`_ - feature specifications\n* `Bugs`_ - issue tracking\n* `Source`_\n* `Specs`_\n* `How to Contribute`_\n* `Release Notes`_\n\n.. _PyPi: https://pypi.org/project/python-keystoneclient\n.. _Online Documentation: https://docs.openstack.org/python-keystoneclient/latest/\n.. _Launchpad project: https://launchpad.net/python-keystoneclient\n.. _Blueprints: https://blueprints.launchpad.net/python-keystoneclient\n.. _Bugs: https://bugs.launchpad.net/python-keystoneclient\n.. _Source: https://opendev.org/openstack/python-keystoneclient\n.. _OpenStackClient: https://pypi.org/project/python-openstackclient\n.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html\n.. _Specs: https://specs.openstack.org/openstack/keystone-specs/\n.. _Release Notes: https://docs.openstack.org/releasenotes/python-keystoneclient\n\n.. contents:: Contents:\n   :local:\n\nPython API\n----------\n\nBy way of a quick-start::\n\n    \u003e\u003e\u003e from keystoneauth1.identity import v3\n    \u003e\u003e\u003e from keystoneauth1 import session\n    \u003e\u003e\u003e from keystoneclient.v3 import client\n    \u003e\u003e\u003e auth = v3.Password(auth_url=\"http://example.com:5000/v3\", username=\"admin\",\n    ...                     password=\"password\", project_name=\"admin\",\n    ...                     user_domain_id=\"default\", project_domain_id=\"default\")\n    \u003e\u003e\u003e sess = session.Session(auth=auth)\n    \u003e\u003e\u003e keystone = client.Client(session=sess)\n    \u003e\u003e\u003e keystone.projects.list()\n        [...]\n    \u003e\u003e\u003e project = keystone.projects.create(name=\"test\", description=\"My new Project!\", domain=\"default\", enabled=True)\n    \u003e\u003e\u003e project.delete()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fpython-keystoneclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstack%2Fpython-keystoneclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fpython-keystoneclient/lists"}