Metadata-Version: 2.1
Name: pg-purepy
Version: 0.7.4
Summary: A pure-Python anyio-based PostgreSQL adapter.
License: LGPL-3.0-or-later
Author: Lura Skye
Author-email: l@veriny.tf
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Provides-Extra: docs
Requires-Dist: Sphinx (>=3.0,<4.0); extra == "docs"
Requires-Dist: anyio (>=3.1.0,<4.0.0)
Requires-Dist: arrow (>=1.1.1,<2.0.0)
Requires-Dist: async_generator (>=1.10,<2.0); python_version < "3.10"
Requires-Dist: attrs (>=21.2.0,<22.0.0)
Requires-Dist: python-dateutil (>=2.8.1,<3.0.0)
Requires-Dist: scramp (>=1.4.0,<2.0.0)
Requires-Dist: sphinx-autodoc-typehints (>=1.12.0,<2.0.0); extra == "docs"
Requires-Dist: sphinx-inline-tabs (>=2021.4.11-beta.9,<2022.0.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=0.5.2,<0.6.0); extra == "docs"
Requires-Dist: sphinxcontrib-trio (>=1.1.2,<2.0.0); extra == "docs"
Description-Content-Type: text/x-rst

pg-purepy
=========

.. image:: https://img.shields.io/pypi/pyversions/pg-purepy?style=flat-square
    :alt: PyPI - Python Version

pg-purepy is a pure-Python PostgreSQL wrapper based on the `anyio`_ library.

A lot of this library was inspired by the `pg8000`_ library. Credits to that.

Read the docs at https://pg.py.veriny.tf/.

.. _anyio: https://github.com/agronholm/anyio
.. _pg8000: https://github.com/tlocke/pg8000
