better-auth-fastapi 0.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: better-auth-fastapi
3
+ Version: 0.0.1
4
+ Summary: FastAPI integration package scaffold for better-auth-py.
5
+ License-Expression: MIT
6
+ Requires-Python: >=3.10
7
+ Requires-Dist: better-auth-py==0.0.1
8
+ Description-Content-Type: text/markdown
9
+
10
+ # better-auth-fastapi
11
+
12
+ FastAPI integration package scaffold for `better-auth-py`.
13
+
14
+ This package reserves the public distribution and import namespace. Runtime
15
+ integration will be added when the FastAPI adapter API is implemented.
@@ -0,0 +1,4 @@
1
+ fastapi/__init__.py,sha256=V_zKx5m8YgadnY2_WgNrnpbzZAQpZB2NV-3qisfTZFM,37
2
+ better_auth_fastapi-0.0.1.dist-info/METADATA,sha256=qelnxyaTBe6FvU96QgF69QobdfM2CWwM7TcICtrrWBo,485
3
+ better_auth_fastapi-0.0.1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
4
+ better_auth_fastapi-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
fastapi/__init__.py ADDED
@@ -0,0 +1 @@
1
+ """FastAPI integration namespace."""