better-auth-sqlmodel 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-sqlmodel
3
+ Version: 0.0.1
4
+ Summary: SQLModel adapter 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-sqlmodel
11
+
12
+ SQLModel adapter package scaffold for `better-auth-py`.
13
+
14
+ This package reserves the public distribution and import namespace. Runtime
15
+ adapter support will be added when the SQLModel storage API is implemented.
@@ -0,0 +1,4 @@
1
+ sqlmodel/__init__.py,sha256=uRnKruQeF151-cbpIAFHhrHRbnP0xXrOY4OOzp6O3iA,34
2
+ better_auth_sqlmodel-0.0.1.dist-info/METADATA,sha256=rAtVyUAf8sUB3-ZpzVuShGDvZdtBCHJv6Z8p3swzIKQ,486
3
+ better_auth_sqlmodel-0.0.1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
4
+ better_auth_sqlmodel-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
sqlmodel/__init__.py ADDED
@@ -0,0 +1 @@
1
+ """SQLModel adapter namespace."""