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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: storage3-0.5.1.tar.gz
  • Upload date:
  • Size: 8.0 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.1.tar.gz
Algorithm Hash digest
SHA256 324110c2cb2becd791ffe91a26c5366af62f190947938aefa9521649610f1425
MD5 340dedcbfbabb3c4b81264ccbe672025
BLAKE2b-256 c8c5c58fc22785e68df723b18f460355e6e339b332295d0947557c3ecebe5f19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: storage3-0.5.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5b1863363767b5380d97f3532c2f670a7017d35582a7551a43d5fd5ffa7c6d12
MD5 cc6f137fb9ac37f91934aee5357ed709
BLAKE2b-256 8d1ecea703b48bb34e1090f0d5780e8eef32b3bef5fa54e3c2f42f9a97a069b1

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