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

Uploaded Source

Built Distribution

storage3-0.3.5-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: storage3-0.3.5.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.0 CPython/3.10.6 Darwin/21.3.0

File hashes

Hashes for storage3-0.3.5.tar.gz
Algorithm Hash digest
SHA256 c4e47635dc6cfa9a7d7915e204a026f749e7475cd35b45740350343db6799571
MD5 88ef2118d2553badcf7cc5f048bc5231
BLAKE2b-256 8a623d3580faea537b9303f98712adbee00f1bb11cdb56855acafa3e52f2090e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: storage3-0.3.5-py3-none-any.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.0 CPython/3.10.6 Darwin/21.3.0

File hashes

Hashes for storage3-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 9c940000cf62d62de9bba6f501cfb86e9a8f3107980b143b9a5fa591eded8adf
MD5 3a386efb1ba68bc40d12d634c663d0c2
BLAKE2b-256 3d046c0a97d02d5a89f7ef9b4afbacbd1ae9fc4b5cab26c837d1b254e9266c1f

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