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.3.6.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

storage3-0.3.6-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: storage3-0.3.6.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.3 readme-renderer/37.3 requests/2.28.1 requests-toolbelt/0.10.1 urllib3/1.26.13 tqdm/4.64.1 importlib-metadata/6.0.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.9

File hashes

Hashes for storage3-0.3.6.tar.gz
Algorithm Hash digest
SHA256 77ede68227acedf4102d993d880a8a501d9cfcf3cff626998a12e3c7f8297d5d
MD5 f55bdd22c9659451b610626178576a97
BLAKE2b-256 5f02b5f9e35d1a5efd6c89e508be6c97a8e4d7ec485764bc20036c3da935071e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: storage3-0.3.6-py3-none-any.whl
  • Upload date:
  • Size: 12.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.3 readme-renderer/37.3 requests/2.28.1 requests-toolbelt/0.10.1 urllib3/1.26.13 tqdm/4.64.1 importlib-metadata/6.0.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.9

File hashes

Hashes for storage3-0.3.6-py3-none-any.whl
Algorithm Hash digest
SHA256 14b2bc00d8672d31eb0cc3f746e3296e4973c8269f5caacab94634f023b30755
MD5 2d2d4f72b4ce5297ade43541888b9317
BLAKE2b-256 4e09f9dc681ac0c6d75320db524e2045cbbfc5da16a632184bdc94fe43167bb4

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