Metadata-Version: 2.4
Name: invenio-db
Version: 2.5.2
Summary: Database management for Invenio.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-db
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: database,invenio
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.8
Requires-Dist: alembic>=1.10.0
Requires-Dist: flask-alembic<3.2.0,>=3.0.0
Requires-Dist: flask-sqlalchemy>=3.0
Requires-Dist: invenio-base<3.0.0,>=2.3.0
Requires-Dist: sqlalchemy-continuum<1.6.0,>=1.3.12
Requires-Dist: sqlalchemy-utils<0.42.0,>=0.33.1
Requires-Dist: sqlalchemy[asyncio]>=2.0.0
Provides-Extra: mysql
Requires-Dist: pymysql>=0.10.1; extra == 'mysql'
Provides-Extra: postgresql
Requires-Dist: psycopg2-binary>=2.8.6; extra == 'postgresql'
Provides-Extra: tests
Requires-Dist: cryptography>=2.1.4; extra == 'tests'
Requires-Dist: pytest-black-ng>=0.4.0; extra == 'tests'
Requires-Dist: pytest-invenio<4.0.0,>=3.0.0; extra == 'tests'
Requires-Dist: six>=1.0.0; extra == 'tests'
Requires-Dist: sphinx>=4.5.0; extra == 'tests'
Provides-Extra: versioning
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2015-2018 CERN.
    SPDX-License-Identifier: MIT

============
 Invenio-DB
============

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-db.svg
        :target: https://github.com/inveniosoftware/invenio-db/blob/master/LICENSE

.. image:: https://github.com/inveniosoftware/invenio-db/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-db/actions?query=workflow%3ACI

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-db.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-db

.. image:: https://img.shields.io/pypi/v/invenio-db.svg
        :target: https://pypi.org/pypi/invenio-db


Database management for Invenio.
Further documentation available on https://invenio-db.readthedocs.io/
