xn-model 1.0.12__tar.gz → 1.0.13__tar.gz
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.
- {xn_model-1.0.12/xn_model.egg-info → xn_model-1.0.13}/PKG-INFO +2 -1
- {xn_model-1.0.12 → xn_model-1.0.13}/pyproject.toml +1 -1
- {xn_model-1.0.12 → xn_model-1.0.13/xn_model.egg-info}/PKG-INFO +2 -1
- {xn_model-1.0.12 → xn_model-1.0.13}/xn_model.egg-info/requires.txt +1 -0
- {xn_model-1.0.12 → xn_model-1.0.13}/.env.sample +0 -0
- {xn_model-1.0.12 → xn_model-1.0.13}/.gitignore +0 -0
- {xn_model-1.0.12 → xn_model-1.0.13}/.pre-commit-config.yaml +0 -0
- {xn_model-1.0.12 → xn_model-1.0.13}/README.md +0 -0
- {xn_model-1.0.12 → xn_model-1.0.13}/makefile +0 -0
- {xn_model-1.0.12 → xn_model-1.0.13}/setup.cfg +0 -0
- {xn_model-1.0.12 → xn_model-1.0.13}/tests/__init__.py +0 -0
- {xn_model-1.0.12 → xn_model-1.0.13}/tests/test_db.py +0 -0
- {xn_model-1.0.12 → xn_model-1.0.13}/x_model/__init__.py +0 -0
- {xn_model-1.0.12 → xn_model-1.0.13}/x_model/field.py +0 -0
- {xn_model-1.0.12 → xn_model-1.0.13}/x_model/func.py +0 -0
- {xn_model-1.0.12 → xn_model-1.0.13}/x_model/models.py +0 -0
- {xn_model-1.0.12 → xn_model-1.0.13}/x_model/types.py +0 -0
- {xn_model-1.0.12 → xn_model-1.0.13}/xn_model.egg-info/SOURCES.txt +0 -0
- {xn_model-1.0.12 → xn_model-1.0.13}/xn_model.egg-info/dependency_links.txt +0 -0
- {xn_model-1.0.12 → xn_model-1.0.13}/xn_model.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xn-model
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.13
|
|
4
4
|
Summary: Base model for xn-api
|
|
5
5
|
Author-email: Mike Artemiev <mixartemev@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -10,6 +10,7 @@ Keywords: tortoise,model,crud,generator,api,admin
|
|
|
10
10
|
Requires-Python: >=3.11
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
Requires-Dist: tortoise-orm[asyncpg]
|
|
13
|
+
Requires-Dist: pydantic
|
|
13
14
|
Provides-Extra: dev
|
|
14
15
|
Requires-Dist: pytest; extra == "dev"
|
|
15
16
|
Requires-Dist: python-dotenv; extra == "dev"
|
|
@@ -4,7 +4,7 @@ requires-python = ">=3.11"
|
|
|
4
4
|
authors = [
|
|
5
5
|
{name = "Mike Artemiev", email = "mixartemev@gmail.com"},
|
|
6
6
|
]
|
|
7
|
-
dependencies = ['tortoise-orm[asyncpg]']
|
|
7
|
+
dependencies = ['tortoise-orm[asyncpg]', 'pydantic']
|
|
8
8
|
keywords = ["tortoise", "model", "crud", "generator", "api", "admin"]
|
|
9
9
|
description = 'Base model for xn-api'
|
|
10
10
|
readme = "README.md"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xn-model
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.13
|
|
4
4
|
Summary: Base model for xn-api
|
|
5
5
|
Author-email: Mike Artemiev <mixartemev@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -10,6 +10,7 @@ Keywords: tortoise,model,crud,generator,api,admin
|
|
|
10
10
|
Requires-Python: >=3.11
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
Requires-Dist: tortoise-orm[asyncpg]
|
|
13
|
+
Requires-Dist: pydantic
|
|
13
14
|
Provides-Extra: dev
|
|
14
15
|
Requires-Dist: pytest; extra == "dev"
|
|
15
16
|
Requires-Dist: python-dotenv; extra == "dev"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|