--- id: supafunc version: "0.10.2" license: MIT license_treatment: permissive maintenance: abandoned --- # supafunc — Library for Supabase Functions License: permissive · Maintenance: abandoned · Downloads: 3.2M/mo ## 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 above — 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 pip install supafunc uv add supafunc 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_current - Install friction: low - Maintenance: abandoned - Downloads: 3.2M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags supabase functions python client, invoke supabase edge functions, serverless function client library, supabase rpc python, cloud function invocation, supabase functions deprecated, deprecated, abandoned, supabase [View on SkillFed](https://skillfed.io/packages/supafunc) · [View on PyPI](https://pypi.org/project/supafunc/)