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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: storage3-0.4.0.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 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.4.0.tar.gz
Algorithm Hash digest
SHA256 1b7948d4ffebf14fe23432db65ff8410a8b0f67307776ca3ac2b8e40749841f6
MD5 32c3ff3746966ac7c262c8d63d0ea265
BLAKE2b-256 e955070f1137ed37274b95b18893d8f346a5e079993e5ec5e6758c9361880a86

See more details on using hashes here.

File details

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

File metadata

  • Download URL: storage3-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 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.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ee0160129f83cb0e27b5886045c041ec3203521f8ad795240d8a5cb54955e8b3
MD5 3dc39bc48f4ff2672481e414200f1bb5
BLAKE2b-256 26da0d37df700dcf13370180e860d84f7d954c1fd008816c1f61ddf2aafa2d1b

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