skillfed

supafunc

Library for Supabase Functions

supafunc v0.10.2 3.2M downloads/30d#2,719 on PyPI22
Permissive license MIT Abandoned released

What it is and what it does

Supafunc is a Python library for calling Supabase Functions, Supabase's serverless function offering. It provides a client to invoke edge functions deployed on the Supabase platform. The package depends on httpx for HTTP requests and strenum for enum handling.

However, supafunc is deprecated and abandoned. The maintainers replaced it in December 2024 and stopped pushing updates as of August 7, 2025. The repository is now archived. Any new project should use the recommended replacement instead; existing projects using supafunc should migrate to avoid being left without maintenance or security updates.

Use it for:

  • Invoking Supabase edge functions from Python applications (legacy projects only).
  • Calling serverless functions deployed on Supabase's infrastructure.
  • Building Python backends that integrate with Supabase Functions.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Supafunc provides a Python client library for invoking Supabase Functions, but the package is deprecated and no longer maintained—use supabase_functions instead.

No. Do not install supafunc. The package is deprecated, abandoned, and explicitly superseded by an actively maintained replacement. The maintainers have directed all users to migrate. Install the recommended replacement instead and update your imports and requirements files.

Install

supafunc on PyPI

pip

pip install supafunc

uv

uv add supafunc

poetry

poetry add supafunc

Installing supafunc

Before you install

Low install friction with only two runtime dependencies (httpx and strenum), but the package is abandoned as of August 7, 2025, and will receive no further updates. The repository is archived and the maintainers have explicitly directed all users to migrate.

License in practice

MIT license permits commercial and private use with minimal restrictions, but this permissive license does not offset the fact that the package is no longer maintained.

Quickstart

pip install supafunc
from supafunc import create_client
# Note: This package is deprecated; see description for migration guidance.

Package is deprecated as of August 7, 2025, and will not receive updates. Maintainers recommend migration to an actively maintained alternative.

Verify before relying

  • Whether existing projects using supafunc will continue to work with future Python or dependency versions after August 7, 2025.
  • What specific code changes are required beyond import updates to migrate to the recommended replacement.

Package facts

License MIT (permissive)
Python support supports the current Python release (<4.0,>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 2 — httpx, strenum
Maintenance abandoned — 371 days since the last release
Last repo commit (repository archived)
First released
Downloads 3,164,198/month — #2,719 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: supafunc-0.10.2-py3-none-any.whl

Development Status :: 7 - InactiveLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9

Tags

supabase functions python clientinvoke supabase edge functionsserverless function client librarysupabase rpc pythoncloud function invocationsupabase functions deprecated
deprecatedabandonedsupabase

More Application Frameworks packages