Metadata-Version: 2.1
Name: keystoneauth1
Version: 5.1.2
Summary: Authentication Library for OpenStack Identity
Home-page: https://docs.openstack.org/keystoneauth/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE
License-File: AUTHORS
Provides-Extra: betamax
Requires-Dist: betamax (>=0.7.0) ; extra == 'betamax'
Requires-Dist: fixtures (>=3.0.0) ; extra == 'betamax'
Requires-Dist: mock (>=2.0.0) ; extra == 'betamax'
Provides-Extra: kerberos
Requires-Dist: requests-kerberos (>=0.8.0) ; extra == 'kerberos'
Provides-Extra: oauth1
Requires-Dist: oauthlib (>=0.6.2) ; extra == 'oauth1'
Provides-Extra: saml2
Requires-Dist: lxml (>=4.2.0) ; extra == 'saml2'

========================
Team and repository tags
========================

.. image:: https://governance.openstack.org/tc/badges/keystoneauth.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on

============
keystoneauth
============

.. image:: https://img.shields.io/pypi/v/keystoneauth1.svg
    :target:https://pypi.org/project/keystoneauth1
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/keystoneauth1.svg
    :target: https://pypi.org/project/keystoneauth1/
    :alt: Downloads

This package contains tools for authenticating to an OpenStack-based cloud.
These tools include:

* Authentication plugins (password, token, and federation based)
* Discovery mechanisms to determine API version support
* A session that is used to maintain client settings across requests (based on
  the requests Python library)

Further information:

* Free software: Apache license
* Documentation: https://docs.openstack.org/keystoneauth/latest/
* Source: https://opendev.org/openstack/keystoneauth
* Bugs: https://bugs.launchpad.net/keystoneauth
* Release notes: https://docs.openstack.org/releasenotes/keystoneauth/

