Skip to main content

Supabase Storage client for Python.

Project description

Storage-py

Python Client library to interact with Supabase Storage.

How to use

As it takes some effort to get the headers. We suggest that you use the storage functionality through the main Supabase Python Client

from storage3 import create_client

url = "https://<your_supabase_id>.supabase.co/storage/v1"
key = "<your api key>"
headers = {"apiKey": key, "Authorization": f"Bearer {key}"}

# pass in is_async=True to create an async client
storage_client = create_client(url, headers, is_async=False)

storage_client.list_buckets()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

storage3-0.5.2.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

storage3-0.5.2-py3-none-any.whl (13.1 kB view details)

Uploaded Python 3

File details

Details for the file storage3-0.5.2.tar.gz.

File metadata

  • Download URL: storage3-0.5.2.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.11.2 Darwin/22.2.0

File hashes

Hashes for storage3-0.5.2.tar.gz
Algorithm Hash digest
SHA256 e9932fca869a8f9cdab9a20e5249439928cfe2d07c4524141b15fef1882a7f61
MD5 8716bb2f93341828d93edb969c0e4643
BLAKE2b-256 086423e2c93f7ad6ea972481da9eb72ed01c4f90649aa08fc5b4228a78e97f2a

See more details on using hashes here.

File details

Details for the file storage3-0.5.2-py3-none-any.whl.

File metadata

  • Download URL: storage3-0.5.2-py3-none-any.whl
  • Upload date:
  • Size: 13.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.11.2 Darwin/22.2.0

File hashes

Hashes for storage3-0.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3aaba8cebf89eef6b5fc48739b8c8c8539461f2eed9ea1dc4c763dea10c6d009
MD5 e4f722519dccac5fbfa3ee078aef0411
BLAKE2b-256 2cc10c953546c2dfd56092a6079ea74b84f42516ec39e2bf427a3e91aab1610e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page