Skip to content

pgrest-client#

A Python Client library for PostgREST APIs.

Note

This is a fork of the Supabase Community Postgrest Client. I am maintaining this fork with my changes for another project, that will use this under the hood.

Installation#

pip install pgrest

or with Poetry

poetry add pgrest

Head over to the quickstart, or the examples!

Back to top