Metadata-Version: 2.1
Name: oslo.db
Version: 12.3.2
Summary: Oslo Database library
Home-page: https://docs.openstack.org/oslo.db/latest
Author: OpenStack
Author-email: openstack-discuss@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 :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: pbr !=2.1.0,>=2.0.0
Requires-Dist: alembic >=0.9.6
Requires-Dist: debtcollector >=1.2.0
Requires-Dist: oslo.i18n >=3.15.3
Requires-Dist: oslo.config >=5.2.0
Requires-Dist: oslo.utils >=3.33.0
Requires-Dist: SQLAlchemy >=1.4.0
Requires-Dist: stevedore >=1.20.0
Requires-Dist: testresources >=2.0.0
Requires-Dist: testscenarios >=0.4
Provides-Extra: mysql
Requires-Dist: PyMySQL >=0.7.6 ; extra == 'mysql'
Provides-Extra: postgresql
Requires-Dist: psycopg2 >=2.8.0 ; extra == 'postgresql'
Provides-Extra: test
Requires-Dist: hacking <3.1.0,>=3.0.1 ; extra == 'test'
Requires-Dist: coverage !=4.4,>=4.0 ; extra == 'test'
Requires-Dist: eventlet !=0.18.3,!=0.20.1,>=0.18.2 ; extra == 'test'
Requires-Dist: fixtures >=3.0.0 ; extra == 'test'
Requires-Dist: python-subunit >=1.0.0 ; extra == 'test'
Requires-Dist: oslotest >=3.2.0 ; extra == 'test'
Requires-Dist: oslo.context >=2.19.2 ; extra == 'test'
Requires-Dist: stestr >=2.0.0 ; extra == 'test'
Requires-Dist: testtools >=2.2.0 ; extra == 'test'
Requires-Dist: bandit <1.7.0,>=1.6.0 ; extra == 'test'
Requires-Dist: pifpaf >=0.10.0 ; extra == 'test'
Requires-Dist: PyMySQL >=0.7.6 ; extra == 'test'
Requires-Dist: psycopg2 >=2.8.0 ; extra == 'test'
Requires-Dist: pre-commit >=2.6.0 ; extra == 'test'

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

.. image:: https://governance.openstack.org/tc/badges/oslo.db.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on

===============================================
 oslo.db -- OpenStack Database Pattern Library
===============================================

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

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

The oslo db (database) handling library, provides database
connectivity to different database backends and various other helper
utils.

* Free software: Apache license
* Documentation: https://docs.openstack.org/oslo.db/latest
* Source: https://opendev.org/openstack/oslo.db
* Bugs: https://bugs.launchpad.net/oslo.db
* Release notes:  https://docs.openstack.org/releasenotes/oslo.db/

