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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: storage3-0.3.3.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.4 keyring/23.5.1 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for storage3-0.3.3.tar.gz
Algorithm Hash digest
SHA256 dca992820341d2ea72f380ad9efabd099e7470d682f68fc10a260fc18686aa8c
MD5 835cb54a87f4e0aaacf516ecaae42ec4
BLAKE2b-256 696795a9810bc4ffb3c07d9b9ed1f39dfd9de8dc56c11f7c579ab51d37dded46

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: storage3-0.3.3-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.4 keyring/23.5.1 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for storage3-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ac7110945a0fb42bc9d6fef5b5b24c9262370e1570e9badd39795f4af84ed29e
MD5 ab9eef9f408d858c126edb57665ca155
BLAKE2b-256 22206cc50f99027a416d7f953f3d1a133c8dd146183f37a22dfbfc7dbf350349

See more details on using hashes here.

Provenance

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