supafunc
Library for Supabase Functions
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 supafuncuv
uv add supafuncpoetry
poetry add supafuncInstalling 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
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
gotruePython client library for Supabase Auth that…
permissive · top 5,000 on PyPI
supabase-functionsProvides Python clients to invoke Supabase Edge…
permissive · top 1,000 on PyPI
supabase-authA Python client library for Supabase Auth that…
permissive · top 1,000 on PyPI
supabasePython client library for Supabase that…
permissive · top 1,000 on PyPI
storage3Async Python client library for uploading,…
permissive · top 1,000 on PyPI
sklearnA deprecated placeholder package that blocks…
unclear · top 5,000 on PyPI
realtimeA Python client for Supabase Realtime that…
permissive · top 1,000 on PyPI
sail-sdksail-sdk is a deprecated compatibility shim…
unclear · top 15,000 on PyPI
hijri-converterConverts between Hijri (Islamic) and Gregorian…
permissive · top 5,000 on PyPI
deprecation-aliasProvides a wrapper around the deprecation…
permissive · top 15,000 on PyPI