better-auth-sqlalchemy 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-sqlalchemy
3
+ Version: 0.0.1
4
+ Summary: SQLAlchemy 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-sqlalchemy
11
+
12
+ SQLAlchemy 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 SQLAlchemy storage API is implemented.
@@ -0,0 +1,4 @@
1
+ sqlalchemy/__init__.py,sha256=Z19wPsI7zrXCGR5QjpIVZlyxlTv6mW1vPVLI1dI1cSQ,36
2
+ better_auth_sqlalchemy-0.0.1.dist-info/METADATA,sha256=f5D8_Pxjj5hSqJp0GaT0ef7z-TFJJ5ibXKFm0ZLKyXo,496
3
+ better_auth_sqlalchemy-0.0.1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
4
+ better_auth_sqlalchemy-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
sqlalchemy/__init__.py ADDED
@@ -0,0 +1 @@
1
+ """SQLAlchemy adapter namespace."""