Installation pg-purepy can be found on PyPI. $ poetry add pg-purepy Dependencies pg-purepy requires Python 3.11 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.