{"id":14968770,"url":"https://github.com/supabase/functions-py","last_synced_at":"2025-04-07T13:06:30.249Z","repository":{"id":67692768,"uuid":"476342077","full_name":"supabase/functions-py","owner":"supabase","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-18T07:04:20.000Z","size":253,"stargazers_count":12,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-29T14:38:57.525Z","etag":null,"topics":["hacktoberfest","hacktoberfest2022"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/supabase.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["supabase"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-03-31T14:27:52.000Z","updated_at":"2024-10-18T07:03:07.000Z","dependencies_parsed_at":"2023-07-10T20:45:24.605Z","dependency_job_id":"ccea5c5b-7800-43d3-bc13-a90a6d6b294c","html_url":"https://github.com/supabase/functions-py","commit_stats":{"total_commits":140,"total_committers":14,"mean_commits":10.0,"dds":0.55,"last_synced_commit":"637bf4e33f1c6a845654dba923e6215ed8cd4a7f"},"previous_names":["supabase/functions-py","supabase-community/functions-py"],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Ffunctions-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Ffunctions-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Ffunctions-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supabase%2Ffunctions-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/supabase","download_url":"https://codeload.github.com/supabase/functions-py/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247313598,"owners_count":20918669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","hacktoberfest2022"],"created_at":"2024-09-24T13:40:31.549Z","updated_at":"2025-04-07T13:06:30.222Z","avatar_url":"https://github.com/supabase.png","language":"Python","funding_links":["https://github.com/sponsors/supabase"],"categories":[],"sub_categories":[],"readme":"# Functions-py\n\n\n## Installation\n\n`pip3 install supabase_functions`\n\n## Usage\n\nDeploy your function as per documentation.\n\n\n```python3\nimport asyncio\nfrom supabase_functions import AsyncFunctionsClient\nasync def run_func():\n    fc = AsyncFunctionsClient(\"https://\u003cproject_ref\u003e.functions.supabase.co\", {})\n    res = await fc.invoke(\"payment-sheet\", {\"responseType\": \"json\"})\n\nif __name__ == \"__main__\":\n    asyncio.run(run_func())\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupabase%2Ffunctions-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupabase%2Ffunctions-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupabase%2Ffunctions-py/lists"}