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>"

# pass in is_async=True to create an async client
storage_client = create_client(url, {'apiKey': key, 'Authorization': 'Bearer <an_auth_token>'}, 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.2.0.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

storage3-0.2.0-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: storage3-0.2.0.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.10 Darwin/21.1.0

File hashes

Hashes for storage3-0.2.0.tar.gz
Algorithm Hash digest
SHA256 97947b2a6d9959495296570b674095b0c5353b405d557911b6a5567b510f0251
MD5 8bfe62407579d2eac4486ccf73de19c3
BLAKE2b-256 0241a1696c66e0fdd94163c5be9fdc34603b773ca63a7a95c9c3ee0379dae8d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: storage3-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.10 Darwin/21.1.0

File hashes

Hashes for storage3-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 256eed8eb2d267c293a686363f50f3fdcbefa6fc9a39ec8c375122b1b9889100
MD5 5968f04c46d28fabc3e2833465d4c0bb
BLAKE2b-256 5ff5f634e048a4e1ea094cad1666698a4b9006226ccd083f52c79cd68f4ea998

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