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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: storage3-0.3.2.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/35.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for storage3-0.3.2.tar.gz
Algorithm Hash digest
SHA256 498b00142e58793f1975c5d6d142fed20fb1cf362ac39648ea6effbe6665bebc
MD5 c619edbf556fa3d5495d5adcfb1c1f79
BLAKE2b-256 3a2fcd07bc354060189fca774e252ce64b697cbe4098da088435292f4a772734

See more details on using hashes here.

File details

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

File metadata

  • Download URL: storage3-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/35.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for storage3-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 31a03c37fe8a04880c53794812dfdcc517cf05f2cee07d6809fa9a95dcb477c3
MD5 90f45e1457cda77de80c7c0add5b1d3b
BLAKE2b-256 a11efd2ce81872f271779819d8b0ddc14c705b65a6b1d97c373dfab79571ec43

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