Metadata-Version: 2.0
Name: keystoneauth1
Version: 2.4.1
Summary: Authentication Library for OpenStack Identity
Home-page: http://www.openstack.org/
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
Requires-Dist: iso8601 (>=0.1.9)
Requires-Dist: pbr (>=1.6)
Requires-Dist: positional (>=1.0.1)
Requires-Dist: requests (>=2.8.1,!=2.9.0)
Requires-Dist: six (>=1.9.0)
Requires-Dist: stevedore (>=1.5.0)
Provides-Extra: betamax
Requires-Dist: betamax (>=0.5.1); extra == 'betamax'
Requires-Dist: fixtures (>=1.3.1,<2.0); extra == 'betamax'
Requires-Dist: mock (>=1.2); extra == 'betamax'
Provides-Extra: kerberos
Requires-Dist: requests-kerberos (>=0.6); (python_version=='2.7' or python_version=='2.6') and extra == 'kerberos'
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



