Metadata-Version: 2.1
Name: keystonemiddleware
Version: 4.17.1
Summary: Middleware for OpenStack Identity
Home-page: https://docs.openstack.org/developer/keystonemiddleware/
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: keystoneauth1 (>=3.1.0)
Requires-Dist: oslo.config (!=4.3.0,!=4.4.0,>=4.0.0)
Requires-Dist: oslo.context (>=2.14.0)
Requires-Dist: oslo.i18n (!=3.15.2,>=2.1.0)
Requires-Dist: oslo.log (>=3.22.0)
Requires-Dist: oslo.serialization (!=2.19.1,>=1.10.0)
Requires-Dist: oslo.utils (>=3.20.0)
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: positional (>=1.1.1)
Requires-Dist: pycadf (!=2.0.0,>=1.1.0)
Requires-Dist: python-keystoneclient (>=3.8.0)
Requires-Dist: requests (>=2.14.2)
Requires-Dist: six (>=1.9.0)
Requires-Dist: WebOb (>=1.7.1)
Provides-Extra: audit_notifications
Requires-Dist: oslo.messaging (!=5.25.0,>=5.24.2) ; extra == 'audit_notifications'
Provides-Extra: test
Requires-Dist: hacking (<0.11,>=0.10.0) ; extra == 'test'
Requires-Dist: flake8-docstrings (==0.2.1.post1) ; extra == 'test'
Requires-Dist: coverage (!=4.4,>=4.0) ; extra == 'test'
Requires-Dist: cryptography (!=2.0,>=1.6) ; extra == 'test'
Requires-Dist: fixtures (>=3.0.0) ; extra == 'test'
Requires-Dist: mock (>=2.0) ; extra == 'test'
Requires-Dist: oslotest (>=1.10.0) ; extra == 'test'
Requires-Dist: reno (!=2.3.1,>=1.8.0) ; extra == 'test'
Requires-Dist: requests-mock (>=1.1) ; extra == 'test'
Requires-Dist: stevedore (>=1.20.0) ; extra == 'test'
Requires-Dist: testrepository (>=0.0.18) ; extra == 'test'
Requires-Dist: testresources (>=0.2.4) ; extra == 'test'
Requires-Dist: testtools (>=1.4.0) ; extra == 'test'
Requires-Dist: os-testr (>=0.8.0) ; extra == 'test'
Requires-Dist: python-memcached (>=1.56) ; extra == 'test'
Requires-Dist: WebTest (>=2.0) ; extra == 'test'
Requires-Dist: bandit (>=1.1.0) ; extra == 'test'

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

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

.. Change things from this point on

Middleware for the OpenStack Identity API (Keystone)
====================================================

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

.. image:: https://img.shields.io/pypi/dm/keystonemiddleware.svg
    :target: https://pypi.python.org/pypi/keystonemiddleware/
    :alt: Downloads

This package contains middleware modules designed to provide authentication and
authorization features to web services other than `Keystone
<https://github.com/openstack/keystone>`. The most prominent module is
``keystonemiddleware.auth_token``. This package does not expose any CLI or
Python API features.

For information on contributing, see ``CONTRIBUTING.rst``.

* License: Apache License, Version 2.0
* Documentation: https://docs.openstack.org/keystonemiddleware/latest/
* Source: https://git.openstack.org/cgit/openstack/keystonemiddleware
* Bugs: https://bugs.launchpad.net/keystonemiddleware

For any other information, refer to the parent project, Keystone:

    https://github.com/openstack/keystone



