xync-schema 0.6.27__py3-none-any.whl → 0.6.28__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.
- xync_schema/{models.py → model.py} +2 -1
- {xync_schema-0.6.27.dist-info → xync_schema-0.6.28.dist-info}/METADATA +2 -3
- xync_schema-0.6.28.dist-info/RECORD +6 -0
- xync_schema-0.6.27.dist-info/RECORD +0 -6
- {xync_schema-0.6.27.dist-info → xync_schema-0.6.28.dist-info}/WHEEL +0 -0
- {xync_schema-0.6.27.dist-info → xync_schema-0.6.28.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
from datetime import datetime
|
|
2
2
|
from enum import IntEnum
|
|
3
3
|
from tortoise import fields
|
|
4
|
-
from
|
|
4
|
+
from x_auth.model import Model
|
|
5
|
+
from x_model.model import TsTrait, DatetimeSecField
|
|
5
6
|
from tg_auth.models import UserRefTrait, UserInfoTrait, User as BaseUser, UserStatus
|
|
6
7
|
|
|
7
8
|
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: xync-schema
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.28
|
|
4
4
|
Summary: XyncNet project database model schema
|
|
5
5
|
Author-email: Mike Artemiev <mixartemev@gmail.com>
|
|
6
6
|
License: EULA
|
|
7
7
|
Project-URL: Homepage, https://gitlab.com/xync/back/schema
|
|
8
8
|
Project-URL: Repository, https://gitlab.com/xync/back/schema
|
|
9
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.12
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: xtg-auth
|
|
12
12
|
Provides-Extra: dev
|
|
13
13
|
Requires-Dist: pytest ; extra == 'dev'
|
|
14
14
|
Requires-Dist: build ; extra == 'dev'
|
|
15
15
|
Requires-Dist: twine ; extra == 'dev'
|
|
16
|
-
Requires-Dist: setuptools-scm ; extra == 'dev'
|
|
17
16
|
|
|
18
17
|
## INSTALL
|
|
19
18
|
```bash
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
xync_schema/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
xync_schema/model.py,sha256=EsjxApW0tIT7Ho2ak1d89f3JHtRllsSwzvpHRExC7lQ,23663
|
|
3
|
+
xync_schema-0.6.28.dist-info/METADATA,sha256=BJtj28PGUcJpTF1M8YTRbgJZNT_U99Pn39ua_NCIrLo,1086
|
|
4
|
+
xync_schema-0.6.28.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
|
5
|
+
xync_schema-0.6.28.dist-info/top_level.txt,sha256=jN8IBDfVY8b85Byyk8v0Gyj_0yLB8FO56WV4EvcXWY4,12
|
|
6
|
+
xync_schema-0.6.28.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
xync_schema/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
xync_schema/models.py,sha256=wLHrjmfX3N9p00Sz05q5hrZqBG0WyK__9jFbf3SWgAs,23639
|
|
3
|
-
xync_schema-0.6.27.dist-info/METADATA,sha256=A7YWe2JdvrippkxmVyfvNt1xKhfqWULGmPmLoyjK7zk,1133
|
|
4
|
-
xync_schema-0.6.27.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
|
5
|
-
xync_schema-0.6.27.dist-info/top_level.txt,sha256=jN8IBDfVY8b85Byyk8v0Gyj_0yLB8FO56WV4EvcXWY4,12
|
|
6
|
-
xync_schema-0.6.27.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|