about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info
diff options
context:
space:
mode:
Diffstat (limited to '.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info')
-rw-r--r--.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/INSTALLER1
-rw-r--r--.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/LICENSE21
-rw-r--r--.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/METADATA44
-rw-r--r--.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/RECORD21
-rw-r--r--.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/WHEEL4
5 files changed, 91 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/INSTALLER
new file mode 100644
index 00000000..a1b589e3
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/INSTALLER
@@ -0,0 +1 @@
+pip
diff --git a/.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/LICENSE b/.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/LICENSE
new file mode 100644
index 00000000..ddeba6a0
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Supabase
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/METADATA b/.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/METADATA
new file mode 100644
index 00000000..dcc50752
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/METADATA
@@ -0,0 +1,44 @@
+Metadata-Version: 2.1
+Name: supafunc
+Version: 0.9.3
+Summary: Library for Supabase Functions
+Home-page: https://github.com/supabase/functions-py
+License: MIT
+Author: Joel Lee
+Author-email: joel@joellee.org
+Requires-Python: >=3.9,<4.0
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
+Requires-Dist: httpx[http2] (>=0.26,<0.29)
+Requires-Dist: strenum (>=0.4.15,<0.5.0)
+Project-URL: Repository, https://github.com/supabase/functions-py
+Description-Content-Type: text/markdown
+
+# Functions-py
+
+
+## Installation
+
+`pip3 install supafunc`
+
+## Usage
+
+Deploy your function as per documentation.
+
+
+```python3
+import asyncio
+from supafunc 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())
+```
+
diff --git a/.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/RECORD b/.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/RECORD
new file mode 100644
index 00000000..57d97316
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/RECORD
@@ -0,0 +1,21 @@
+supafunc-0.9.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4

+supafunc-0.9.3.dist-info/LICENSE,sha256=M03Wgg4urqsgZOfFkAG4EFZnKKKKQafB2_abvuF9CTY,1065

+supafunc-0.9.3.dist-info/METADATA,sha256=9R_pamKMBVF_NTWH5c0c5xbCxyRQklp956xnENQA0gA,1192

+supafunc-0.9.3.dist-info/RECORD,,

+supafunc-0.9.3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88

+supafunc/__init__.py,sha256=0QWwHVC0GBWc8IDNrXaDtPOAFQ9WDljKGXJJ2JIL1cU,865

+supafunc/__pycache__/__init__.cpython-312.pyc,,

+supafunc/__pycache__/errors.cpython-312.pyc,,

+supafunc/__pycache__/utils.cpython-312.pyc,,

+supafunc/__pycache__/version.cpython-312.pyc,,

+supafunc/_async/__init__.py,sha256=U4S_2y3zgLZVfMenHRaJFBW8yqh2mUBuI291LGQVOJ8,35

+supafunc/_async/__pycache__/__init__.cpython-312.pyc,,

+supafunc/_async/__pycache__/functions_client.cpython-312.pyc,,

+supafunc/_async/functions_client.py,sha256=3aeKf9oQY2sV4od44odQlduHirzBl9DaoLz7GpJqP_Y,4167

+supafunc/_sync/__init__.py,sha256=U4S_2y3zgLZVfMenHRaJFBW8yqh2mUBuI291LGQVOJ8,35

+supafunc/_sync/__pycache__/__init__.cpython-312.pyc,,

+supafunc/_sync/__pycache__/functions_client.cpython-312.pyc,,

+supafunc/_sync/functions_client.py,sha256=vdoWjHiFIbbFGBXW5dt_HkVyU64-0gwXnRNbMZJfvR4,4140

+supafunc/errors.py,sha256=2UwuE3q0PLQuFlOZHqcRMBIAFsh-_v6yp7pROQlzIcE,999

+supafunc/utils.py,sha256=csmzTAZBvZsrn86R7LrTLK7TP6HxN9y8CTQjaiHJQtY,1706

+supafunc/version.py,sha256=784BiX12iQCd4_u1pIEZZbI7pjelt31XFu842MS70B4,52

diff --git a/.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/WHEEL
new file mode 100644
index 00000000..8b9b3a1b
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/supafunc-0.9.3.dist-info/WHEEL
@@ -0,0 +1,4 @@
+Wheel-Version: 1.0
+Generator: poetry-core 1.9.1
+Root-Is-Purelib: true
+Tag: py3-none-any