Metadata-Version: 2.0
Name: keystoneauth1
Version: 2.15.0
Summary: Authentication Library for OpenStack Identity
Home-page: http://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.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: pbr (>=1.6)
Requires-Dist: iso8601 (>=0.1.11)
Requires-Dist: positional (>=1.1.1)
Requires-Dist: requests (>=2.10.0)
Requires-Dist: six (>=1.9.0)
Requires-Dist: stevedore (>=1.17.1)
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 (>=2.3); extra == 'saml2'

============
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: http://docs.openstack.org/developer/keystoneauth
* Source: http://git.openstack.org/cgit/openstack/keystoneauth
* Bugs: http://bugs.launchpad.net/keystoneauth



