better-auth-ormar 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-ormar
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Ormar 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-ormar
|
|
11
|
+
|
|
12
|
+
Ormar 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 Ormar storage API is implemented.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
ormar/__init__.py,sha256=WZilZaEPhTmlbnp9tL3LgTdsBjgJGWVaU7IuefJxmtk,31
|
|
2
|
+
better_auth_ormar-0.0.1.dist-info/METADATA,sha256=Opz2uX0KKnXW994GUYMUewNDNSXHuhJ0gOdVTMYnWnQ,471
|
|
3
|
+
better_auth_ormar-0.0.1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
|
|
4
|
+
better_auth_ormar-0.0.1.dist-info/RECORD,,
|
ormar/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""Ormar adapter namespace."""
|