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

Uploaded Source

Built Distribution

storage3-0.5.0-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: storage3-0.5.0.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.1 CPython/3.11.0 Darwin/22.2.0

File hashes

Hashes for storage3-0.5.0.tar.gz
Algorithm Hash digest
SHA256 51de159ef44edb30766bc92c9a8401374d1819570e9d4fb30dda4a27a88667ab
MD5 cf524ca55e0d90786a4acf7df9bb7921
BLAKE2b-256 28047d113ccf2bb5b8031e4b5728b7992b8c18d94c081bcfb6d5ce24eca07af1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: storage3-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.1 CPython/3.11.0 Darwin/22.2.0

File hashes

Hashes for storage3-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 949b9832c4d777dbf8994ac992ca86ce588722c552316e766cda4357a22ed0e7
MD5 20b37a878c6dbab52f27040db74ebd63
BLAKE2b-256 7fcb914c3900dc15439316676958ead649d41439cd04494091f61972e2b9e2e5

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