Installation

pg-purepy can be found on PyPI.

$ pdm add pg-purepy

Dependencies

pg-purepy requires Python 3.12 or newer.

Whilst pg-purepy has no C dependencies, it does have some external Python dependencies.

  • anyio is used for connecting to the database asynchronously.

  • scramp is used for SASL authentication.

  • attrs is used to create the message object classes.

  • whenever is used for better datetime types.