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 hidden (Show)

supabase-py - v1.0.4

Published by J0 about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/supabase-community/supabase-py/compare/v1.0.3...v1.0.4

supabase-py - v1.0.3

Published by J0 over 1 year ago

What's Changed

Full Changelog: https://github.com/supabase-community/supabase-py/compare/v1.0.2...v1.0.3

supabase-py - v1.0.2

Published by J0 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/supabase-community/supabase-py/compare/v1.0.1...v1.0.2

supabase-py - v1.0.1

Published by J0 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/supabase-community/supabase-py/compare/v1.0.0...v1.0.1

supabase-py - v1.0.0

Published by J0 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/supabase-community/supabase-py/compare/v0.7.1...v1.0.0

supabase-py - v0.6.0

Published by J0 about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/supabase-community/supabase-py/compare/v0.5.8...v0.6.0

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