Metadata-Version: 2.4
Name: oslo.db
Version: 18.0.0
Summary: Oslo Database library
Author-email: OpenStack <openstack-discuss@lists.openstack.org>
License: Apache-2.0
Project-URL: Homepage, https://docs.openstack.org/oslo.db
Project-URL: Repository, https://opendev.org/openstack/oslo.db
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
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>=2.0.5
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-binary>=2.8.0; extra == "postgresql"
Dynamic: license-file
Dynamic: requires-dist

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

.. image:: https://governance.openstack.org/tc/badges/oslo.db.svg

.. Change things from this point on

.. 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/
