Metadata-Version: 2.0
Name: keystoneauth1
Version: 2.19.0
Summary: Authentication Library for OpenStack Identity
Home-page: https://docs.openstack.org/developer/keystoneauth/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: iso8601 (>=0.1.11)
Requires-Dist: pbr (>=2.0.0)
Requires-Dist: positional (>=1.1.1)
Requires-Dist: requests (!=2.13.0,!=2.12.2,>=2.10.0)
Requires-Dist: six (>=1.9.0)
Requires-Dist: stevedore (>=1.20.0)
Provides-Extra: betamax
Requires-Dist: betamax (>=0.7.0); extra == 'betamax'
Requires-Dist: fixtures (>=3.0.0); extra == 'betamax'
Requires-Dist: mock (>=2.0); extra == 'betamax'
Provides-Extra: kerberos
Requires-Dist: requests-kerberos (>=0.6); extra == 'kerberos'
Provides-Extra: oauth1
Requires-Dist: oauthlib (>=0.6); extra == 'oauth1'
Provides-Extra: saml2
Requires-Dist: lxml (!=3.7.0,>=2.3); extra == 'saml2'

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

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

.. Change things from this point on

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

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

.. image:: https://img.shields.io/pypi/dm/keystoneauth1.svg
    :target: https://pypi.python.org/pypi/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/developer/keystoneauth
* Source: https://git.openstack.org/cgit/openstack/keystoneauth
* Bugs: https://bugs.launchpad.net/keystoneauth



