Skip to main content

Library for Supabase Functions

Project description

Functions-py

Installation

pip3 install supabase_functions

Usage

Deploy your function as per documentation.

import asyncio
from supabase_functions import AsyncFunctionsClient
async def run_func():
    fc = AsyncFunctionsClient("https://<project_ref>.functions.supabase.co", {})
    res = await fc.invoke("payment-sheet", {"responseType": "json"})

if __name__ == "__main__":
    asyncio.run(run_func())

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

supabase_functions-0.6.2.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

supabase_functions-0.6.2-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file supabase_functions-0.6.2.tar.gz.

File metadata

  • Download URL: supabase_functions-0.6.2.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for supabase_functions-0.6.2.tar.gz
Algorithm Hash digest
SHA256 a15aa8825431ba1280041853c1c4c55e5b463c40f66632bcb707887cf4e2e9f4
MD5 d87ac48d8fe807b54b254946692a9c35
BLAKE2b-256 931eae603cf695166b69f47d1237a68c666ca97cc414f2670358184b1dbe754f

See more details on using hashes here.

File details

Details for the file supabase_functions-0.6.2-py3-none-any.whl.

File metadata

File hashes

Hashes for supabase_functions-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3eb276d1044333045af2d2d34d492cf6cbc5383fea26621162191d8229996664
MD5 0e8d0cb23a6f36ac74cf75e1bf92a072
BLAKE2b-256 6856eb6b7ef9c7d1b1a7e4964943107cdcacfd79ae70ac767b6cdde161cffbff

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