Metadata-Version: 2.1
Name: pg-purepy
Version: 0.12.1
Summary: A pure-Python anyio-based PostgreSQL adapter.
Author-Email: Lura Skye <fuyukaii@proton.me>
License: LGPL-3.0-or-later
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Requires-Dist: scramp>=1.4.5
Requires-Dist: attrs>=25.4.0
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: anyio>=4.11.0
Requires-Dist: whenever>=0.9.3
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-purepy.readthedocs.io/en/latest/.

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