supabase-py

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.

MIT License

Downloads
685.9K
Stars
1.6K
Committers
67

Bot releases are visible (Hide)

supabase-py - v0.5.8

Published by github-actions[bot] over 2 years ago

Fix

  • Downgrade python-semantic-release, fix end of file at README and force latest storage version (9c4bfba)

See all commits in this version

supabase-py - v0.5.7

Published by github-actions[bot] over 2 years ago

Fix

  • Lock python-semantic-release version (0a81c6f)
  • Force release (cfa5a55)
  • Pass schema to postgrest init (912a442)

See all commits in this version

supabase-py - v0.5.6

Published by github-actions[bot] over 2 years ago

Fix

  • Export SupabaseStorageClient (8539a4e)

See all commits in this version

supabase-py - v0.5.5

Published by github-actions[bot] over 2 years ago

supabase-py - v0.5.4

Published by github-actions[bot] over 2 years ago

Fix

See all commits in this version

supabase-py - v0.5.3

Published by github-actions[bot] over 2 years ago

Fix

See all commits in this version

supabase-py - v0.5.2

Published by github-actions[bot] over 2 years ago

Fix

  • Bump postgrest-py from 0.9.0 to 0.9.1 (#164) (ecfe544)

See all commits in this version

supabase-py - v0.5.1

Published by github-actions[bot] over 2 years ago

Fix

  • Require 0.9.0>= postgrest dependency (#158) (b9097e6)

See all commits in this version

supabase-py - v0.5.0

Published by github-actions[bot] over 2 years ago

Feature

  • Export APIResponse and APIError from postgrest-py (#152) (21a69da)

See all commits in this version

supabase-py - v0.4.0

Published by github-actions[bot] over 2 years ago

Feature

  • Update postgrest-py from 0.8.1 to 0.8.2 (1feab46)

See all commits in this version

supabase-py - v0.3.3

Published by github-actions[bot] over 2 years ago

Fix

  • Increase sleep before listing (127ef98)
  • Sleep before listing buckets (566a355)

See all commits in this version

supabase-py - v0.3.2

Published by github-actions[bot] over 2 years ago

Fix

  • Upgrade postgrest-py for fix order filter (b8840cd)

See all commits in this version

supabase-py - v0.3.1

Published by github-actions[bot] over 2 years ago

Fix

See all commits in this version

supabase-py - v0.3.0

Published by github-actions[bot] almost 3 years ago

Feature

  • Add manual action for publish on pypi and update postgrest and gotrue deps (#124) (eca34fa)

See all commits in this version

supabase-py - v0.2.1

Published by github-actions[bot] almost 3 years ago

Fix

See all commits in this version

supabase-py - v0.2.0

Published by leynier almost 3 years ago

What's Changed

  • upgrade postgrest-py version by @dreinon

Full Changelog: https://github.com/supabase-community/supabase-py/compare/v0.1.1...v0.2.0

supabase-py - v0.1.1

Published by leynier almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/supabase-community/supabase-py/compare/v0.0.3...v0.1.1

supabase-py - 0.0.3

Published by J0 about 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/supabase-community/supabase-py/compare/v0.0.2...v0.1.0

supabase-py - 0.0.2 - Brisk London

Published by fedden over 3 years ago

Introduces:

  • Rewrite to more closely resemble the JavaScript client and retain feature pairity.
  • Working auth methods.
  • Sync .execute() monkey-patch in the client for easier (sync) calling of data management methods, e.g: supabase.select()
  • Test for select() client code to demonstrate it working
  • Updates the client to work with the new gotrue-py changes (needs to be merged first).
  • Adds two hotfixes for realtime module
  • Enables sync insertion of row via insert() monkey patch.
  • Adds test for insert() client code to demonstrate it working.
  • Documentation
  • PyPi release