aiteamutils 0.2.60__py3-none-any.whl → 0.2.61__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- aiteamutils/__init__.py +0 -4
- aiteamutils/validators.py +0 -1
- aiteamutils/version.py +1 -1
- {aiteamutils-0.2.60.dist-info → aiteamutils-0.2.61.dist-info}/METADATA +1 -1
- {aiteamutils-0.2.60.dist-info → aiteamutils-0.2.61.dist-info}/RECORD +6 -6
- {aiteamutils-0.2.60.dist-info → aiteamutils-0.2.61.dist-info}/WHEEL +0 -0
aiteamutils/__init__.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
from .base_model import Base
|
2
|
-
from .database import DatabaseService
|
3
2
|
from .exceptions import (
|
4
3
|
CustomException,
|
5
4
|
ErrorCode,
|
@@ -28,9 +27,6 @@ __all__ = [
|
|
28
27
|
"BaseService",
|
29
28
|
"BaseRepository",
|
30
29
|
|
31
|
-
# Database
|
32
|
-
"DatabaseService",
|
33
|
-
|
34
30
|
# Exceptions
|
35
31
|
"CustomException",
|
36
32
|
"ErrorCode",
|
aiteamutils/validators.py
CHANGED
@@ -10,7 +10,6 @@ from pydantic import BaseModel, field_validator
|
|
10
10
|
import re
|
11
11
|
|
12
12
|
from .exceptions import ErrorCode, CustomException
|
13
|
-
from .database import DatabaseService
|
14
13
|
from .base_model import Base
|
15
14
|
|
16
15
|
def validate_with(validator_func, unique_check=None, skip_if_none=False):
|
aiteamutils/version.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
"""버전 정보"""
|
2
|
-
__version__ = "0.2.
|
2
|
+
__version__ = "0.2.61"
|
@@ -1,4 +1,4 @@
|
|
1
|
-
aiteamutils/__init__.py,sha256=
|
1
|
+
aiteamutils/__init__.py,sha256=kRBpRjark0M8ZwFfmKiMFol6CbIILN3WE4f6_P6iIq0,1089
|
2
2
|
aiteamutils/base_model.py,sha256=ODEnjvUVoxQ1RPCfq8-uZTfTADIA4c7Z3E6G4EVsSX0,2708
|
3
3
|
aiteamutils/base_repository.py,sha256=ir2ftophKKd_9BQ9B0LbszMqUyFeWkQ1MmFF6WBLcWc,1682
|
4
4
|
aiteamutils/base_service.py,sha256=Ncomi5yBUL4oHrMx_J1yUKVrUIYo6YmnYJWAWOIwQx8,2217
|
@@ -8,8 +8,8 @@ aiteamutils/database.py,sha256=MtmrX_pDzKFQM-P3OAfm2mALvhRg-v5JWtGBoiegeU0,1484
|
|
8
8
|
aiteamutils/enums.py,sha256=ipZi6k_QD5-3QV7Yzv7bnL0MjDz-vqfO9I5L77biMKs,632
|
9
9
|
aiteamutils/exceptions.py,sha256=_lKWXq_ujNj41xN6LDE149PwsecAP7lgYWbOBbLOntg,15368
|
10
10
|
aiteamutils/security.py,sha256=xFVrjttxwXB1TTjqgRQQgQJQohQBT28vuW8FVLjvi-M,10103
|
11
|
-
aiteamutils/validators.py,sha256=
|
12
|
-
aiteamutils/version.py,sha256=
|
13
|
-
aiteamutils-0.2.
|
14
|
-
aiteamutils-0.2.
|
15
|
-
aiteamutils-0.2.
|
11
|
+
aiteamutils/validators.py,sha256=PvI9hbMEAqTawgxPbiWRyx2r9yTUrpNBQs1AD3w4F2U,7726
|
12
|
+
aiteamutils/version.py,sha256=_6bBLpXR0N9tHGWi6QnaslgZj2wJCpJL_S3eKQISFZ0,42
|
13
|
+
aiteamutils-0.2.61.dist-info/METADATA,sha256=oxCweY3siDixQnt147mMMDStirdVc1HyqiHjaMKMVMI,1718
|
14
|
+
aiteamutils-0.2.61.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
15
|
+
aiteamutils-0.2.61.dist-info/RECORD,,
|
File without changes
|