Metadata-Version: 2.0
Name: oslo.context
Version: 2.9.0
Summary: Oslo Context library
Home-page: http://launchpad.net/oslo
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: positional (>=1.0.1)

====================
Oslo Context Library
====================

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

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

The Oslo context library has helpers to maintain useful information
about a request context. The request context is usually populated in
the WSGI pipeline and used by various modules such as logging.

* License: Apache License, Version 2.0
* Documentation: http://docs.openstack.org/developer/oslo.context
* Source: http://git.openstack.org/cgit/openstack/oslo.context
* Bugs: http://bugs.launchpad.net/oslo.context



