Metadata-Version: 2.1
Name: mortar_sqlalchemy
Version: 4.0.0
Summary: Mixins, Helpers and patterns for SQLAlchemy.
Home-page: https://github.com/Mortar/mortar_sqlalchemy
Author: Chris Withers
Author-email: chris@withers.org
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
License-File: LICENSE.txt
Requires-Dist: SQLAlchemy>=2
Requires-Dist: psycopg>=3
Provides-Extra: build
Requires-Dist: setuptools; extra == "build"
Requires-Dist: setuptools-git; extra == "build"
Requires-Dist: wheel; extra == "build"
Requires-Dist: twine; extra == "build"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: furo; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: sybil; extra == "test"
Requires-Dist: testfixtures; extra == "test"
Requires-Dist: testservices>=0.3; extra == "test"

mortar_sqlalchemy
=================

|CircleCI|_  |Docs|_

.. |CircleCI| image:: https://circleci.com/gh/Mortar/mortar_sqlalchemy/tree/master.svg?style=shield
.. _CircleCI: https://circleci.com/gh/Mortar/mortar_sqlalchemy/tree/master

.. |Docs| image:: https://readthedocs.org/projects/mortar-sqlalchemy/badge/?version=latest
.. _Docs: http://mortar-sqlalchemy.readthedocs.org/en/latest/

Mixins, Helpers and patterns for for working with `SQLAlchemy`__ and `Postgres`__.

__ https://www.sqlalchemy.org/

__ https://www.postgresql.org/

Full documentation can be found `here`__.

__ https://mortar-sqlalchemy.readthedocs.io/en/latest/

Releases can be found `here`__.

__ https://pypi.org/project/mortar-sqlalchemy/#history
