#22 · Primary category: AI Data Infrastructure & Storage

supabase-py

auth authentication authorization community data-science databases django fastapi flask good-first-issue machine-learning postgres postgresql python supabase

Python Client for Supabase. Query Postgres from Flask, Django, FastAPI. Python user authentication, security policies, edge functions, file storage, and realtime data streaming. Good first issue.

Project last updated:08/28/26

GitHub Stars

2.6K

Forks

540

Contributors

113

License

MIT

Why we included this project

Supabase ships this Python SDK for working with its hosted Postgres backend, so you get a database layer, auth, row-level security, file storage, and realtime subscriptions through one library instead of wiring each piece by hand. If you build APIs with Flask, Django, or FastAPI, you can run queries and manage users from your existing framework's code. The machine-learning angle is practical: teams often keep vector embeddings and the application data behind RAG pipelines in Postgres, and this client is the maintained path from Python into that data.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category