Metadata-Version: 2.1
Name: keystoneauth1
Version: 5.9.1
Summary: Authentication Library for OpenStack Identity
Home-page: https://docs.openstack.org/keystoneauth/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
License: UNKNOWN
Project-URL: Documentation, https://docs.openstack.org/keystoneauth/latest/
Project-URL: Source, https://opendev.org/openstack/keystoneauth
Project-URL: Bugs, https://bugs.launchpad.net/keystoneauth
Project-URL: Release Notes, https://docs.openstack.org/releasenotes/keystoneauth/
Description: ========================
        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/
        
        
Platform: UNKNOWN
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
Provides-Extra: betamax
Provides-Extra: kerberos
Provides-Extra: oauth1
Provides-Extra: saml2
Provides-Extra: test
