Metadata-Version: 2.1
Name: asphalt-sqlalchemy
Version: 5.1.0
Summary: SQLAlchemy integration component for the Asphalt framework
Author-email: Alex Grönholm <alex.gronholm@nextday.fi>
License: Apache License 2.0
Project-URL: Homepage, https://github.com/asphalt-framework/asphalt-sqlalchemy
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Database
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: asphalt ~=4.9
Requires-Dist: SQLAlchemy[asyncio] >=2.0
Provides-Extra: doc
Requires-Dist: Sphinx >=7.0 ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme >=1.3.0 ; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints >=1.22 ; extra == 'doc'
Requires-Dist: sphinx-tabs >=3.3.1 ; extra == 'doc'
Provides-Extra: test
Requires-Dist: aiosqlite ; extra == 'test'
Requires-Dist: anyio >=4.2 ; extra == 'test'
Requires-Dist: coverage >=7 ; extra == 'test'
Requires-Dist: pymysql ; extra == 'test'
Requires-Dist: pytest >=7.4 ; extra == 'test'
Requires-Dist: pytest-lazy-fixture ; extra == 'test'
Requires-Dist: asyncmy ; (platform_python_implementation == "CPython") and extra == 'test'
Requires-Dist: asyncpg ; (platform_python_implementation == "CPython") and extra == 'test'
Requires-Dist: psycopg >=3.1 ; (platform_python_implementation == "CPython") and extra == 'test'

.. image:: https://github.com/asphalt-framework/asphalt-sqlalchemy/actions/workflows/test.yml/badge.svg
  :target: https://github.com/asphalt-framework/asphalt-sqlalchemy/actions/workflows/test.yml
  :alt: Build Status
.. image:: https://coveralls.io/repos/github/asphalt-framework/asphalt-sqlalchemy/badge.svg?branch=master
  :target: https://coveralls.io/github/asphalt-framework/asphalt-sqlalchemy?branch=master
  :alt: Code Coverage
.. image:: https://readthedocs.org/projects/asphalt-sqlalchemy/badge/?version=latest
  :target: https://asphalt-sqlalchemy.readthedocs.io/en/latest/?badge=latest
  :alt: Documentation

This Asphalt framework component provides connectivity to relational databases.

It is a wrapper for the SQLAlchemy_ library.

.. _SQLAlchemy: http://www.sqlalchemy.org/

Project links
-------------

* `Documentation <http://asphalt-sqlalchemy.readthedocs.org/en/latest/>`_
* `Help and support <https://github.com/asphalt-framework/asphalt/wiki/Help-and-support>`_
* `Source code <https://github.com/asphalt-framework/asphalt-sqlalchemy>`_
* `Issue tracker <https://github.com/asphalt-framework/asphalt-sqlalchemy/issues>`_
