Metadata-Version: 2.4
Name: Products.ZPsycopgDA
Version: 5.1
Summary: Zope database adapter for PostGreSQL
Author-email: Federico Di Gregorio <fog@initd.org>
Maintainer-email: Jens Vagelpohl and contributors <jens@dataflake.org>
License-Expression: ZPL-2.1
Project-URL: Documentation, https://zpsycopgda.readthedocs.io
Project-URL: Issues, https://github.com/dataflake/Products.ZPsycopgDA/issues
Project-URL: Source, https://github.com/dataflake/Products.ZPsycopgDA
Project-URL: Changelog, https://zpsycopgda.readthedocs.io/en/latest/changes.html
Keywords: zope,database
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope
Classifier: Framework :: Zope :: 5
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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.14
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: Zope>=5
Requires-Dist: Products.ZSQLMethods
Requires-Dist: psycopg2>=2.4.2
Provides-Extra: docs
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: furo; extra == "docs"
Dynamic: license-file

.. image:: https://github.com/dataflake/Products.ZPsycopgDA/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/dataflake/Products.ZPsycopgDA/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/dataflake/Products.ZPsycopgDA/badge.svg?branch=master
   :target: https://coveralls.io/github/dataflake/Products.ZPsycopgDA?branch=master

.. image:: https://readthedocs.org/projects/zpsycopgda/badge/?version=latest
   :target: https://zpsycopgda.readthedocs.io
   :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/Products.ZPsycopgDA.svg
   :target: https://pypi.org/project/Products.ZPsycopgDA/
   :alt: Latest stable release on PyPI

.. image:: https://img.shields.io/pypi/pyversions/Products.ZPsycopgDA.svg
   :target: https://pypi.org/project/Products.ZPsycopgDA/
   :alt: Stable release supported Python versions


=====================
 Products.ZPsycopgDA
=====================

This is a Zope database adapter for PostGreSQL based on psycopg2__ for Zope 4
and up on all Python versions supported by Zope 4 and 5.

The code was forked from the original project at
https://github.com/psycopg/ZPsycopgDA because it appears to be dead. The old
code is not compatible with Zope 4/5 and Python 3.

.. __: https://pypi.org/project/psycopg2/
