arpakitlib 1.7.244__py3-none-any.whl → 1.7.246__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.
- arpakitlib/_arpakit_project_template/manage/alembic_upgrade_head .sh +2 -0
- arpakitlib/_arpakit_project_template/src/core/settings.py +2 -2
- arpakitlib/_arpakit_project_template/src/sandbox/sandbox_1.py +17 -0
- arpakitlib/_arpakit_project_template/src/sandbox/sandbox_2.py +17 -0
- arpakitlib/_arpakit_project_template/src/sandbox/sandbox_3.py +17 -0
- arpakitlib/_arpakit_project_template/src/sandbox/sandbox_4.py +17 -0
- arpakitlib/_arpakit_project_template/src/sandbox/sandbox_5.py +17 -0
- arpakitlib/_arpakit_project_template/src/sandbox/sandbox_6.py +17 -0
- arpakitlib/_arpakit_project_template/src/sandbox/sandbox_7.py +17 -0
- {arpakitlib-1.7.244.dist-info → arpakitlib-1.7.246.dist-info}/METADATA +1 -1
- {arpakitlib-1.7.244.dist-info → arpakitlib-1.7.246.dist-info}/RECORD +15 -16
- arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_1.py +0 -14
- arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_2.py +0 -14
- arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_3.py +0 -14
- arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_4.py +0 -14
- arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_5.py +0 -14
- arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_6.py +0 -14
- arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_7.py +0 -14
- arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_8.sh +0 -0
- arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_9.sh +0 -0
- /arpakitlib/_arpakit_project_template/{manage → src}/sandbox/__init__.py +0 -0
- {arpakitlib-1.7.244.dist-info → arpakitlib-1.7.246.dist-info}/LICENSE +0 -0
- {arpakitlib-1.7.244.dist-info → arpakitlib-1.7.246.dist-info}/WHEEL +0 -0
- {arpakitlib-1.7.244.dist-info → arpakitlib-1.7.246.dist-info}/entry_points.txt +0 -0
@@ -26,7 +26,7 @@ class Settings(SimpleSettings):
|
|
26
26
|
sql_db_url: str | None = None
|
27
27
|
|
28
28
|
@field_validator("sql_db_url", mode="after")
|
29
|
-
def validate_sql_db_url(cls, v: Any, validation_info: ValidationInfo) -> str | None:
|
29
|
+
def validate_sql_db_url(cls, v: Any, validation_info: ValidationInfo, **kwargs) -> str | None:
|
30
30
|
if v is not None:
|
31
31
|
return v
|
32
32
|
|
@@ -46,7 +46,7 @@ class Settings(SimpleSettings):
|
|
46
46
|
async_sql_db_url: str | None = None
|
47
47
|
|
48
48
|
@field_validator("async_sql_db_url", mode="after")
|
49
|
-
def validate_async_sql_db_url(cls, v: Any, validation_info: ValidationInfo) -> str | None:
|
49
|
+
def validate_async_sql_db_url(cls, v: Any, validation_info: ValidationInfo, **kwargs) -> str | None:
|
50
50
|
if v is not None:
|
51
51
|
return v
|
52
52
|
|
@@ -6,6 +6,7 @@ arpakitlib/_arpakit_project_template/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaW
|
|
6
6
|
arpakitlib/_arpakit_project_template/README.md,sha256=AwqCtmMeywF2dJhZbKwCBA_wPnLF_VmoLGfPbFjH3bM,62
|
7
7
|
arpakitlib/_arpakit_project_template/example.env,sha256=ZlAMMUEHEYncVpGu2urz-P34CDG5Ljs8_lPp-oCCpYI,625
|
8
8
|
arpakitlib/_arpakit_project_template/manage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
|
+
arpakitlib/_arpakit_project_template/manage/alembic_upgrade_head .sh,sha256=bf5qdCFH3wP_ExWXlLgF79iPHgoSuN1cDaU2Ag_qtRc,27
|
9
10
|
arpakitlib/_arpakit_project_template/manage/docker_ps.sh,sha256=uwm8vHgeuNLCOn0o9hgP_uc-PUkS9FwLyzZh6ItZ3do,15
|
10
11
|
arpakitlib/_arpakit_project_template/manage/docker_ps_a.sh,sha256=nOQejihYlzstg9oROvYwHIsSLt2Sw0DWQEeT3GBaBNs,18
|
11
12
|
arpakitlib/_arpakit_project_template/manage/docker_run_postgres.sh,sha256=nsFInQpyvXVmmtIjFlYm-PhYOgJMdVZiOV8WJitjqDg,290
|
@@ -42,16 +43,6 @@ arpakitlib/_arpakit_project_template/manage/poetry_show.sh,sha256=pclR9efCNrrGyJ
|
|
42
43
|
arpakitlib/_arpakit_project_template/manage/poetry_show_arpakitlib.sh,sha256=q2bMtxwfr24-qGRrDi6aw6ryumqrBe42fht-V19NqxY,37
|
43
44
|
arpakitlib/_arpakit_project_template/manage/poetry_update.sh,sha256=ZtoXIC4Qq7PMTDxQMwUxvkYC6lTc5LC23ILTywWbyoU,164
|
44
45
|
arpakitlib/_arpakit_project_template/manage/poetry_update_arpakitlib.sh,sha256=hh7vj-yKgKqLfaGb8cjsJ_NTa7fBtE4s3yxzte4D8bw,163
|
45
|
-
arpakitlib/_arpakit_project_template/manage/sandbox/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
46
|
-
arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_1.py,sha256=dr5K0bdhF-1PlzJuG5wCYqyJ9KeBoNCz6363ZVnxcsk,159
|
47
|
-
arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_2.py,sha256=dr5K0bdhF-1PlzJuG5wCYqyJ9KeBoNCz6363ZVnxcsk,159
|
48
|
-
arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_3.py,sha256=dr5K0bdhF-1PlzJuG5wCYqyJ9KeBoNCz6363ZVnxcsk,159
|
49
|
-
arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_4.py,sha256=dr5K0bdhF-1PlzJuG5wCYqyJ9KeBoNCz6363ZVnxcsk,159
|
50
|
-
arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_5.py,sha256=dr5K0bdhF-1PlzJuG5wCYqyJ9KeBoNCz6363ZVnxcsk,159
|
51
|
-
arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_6.py,sha256=dr5K0bdhF-1PlzJuG5wCYqyJ9KeBoNCz6363ZVnxcsk,159
|
52
|
-
arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_7.py,sha256=dr5K0bdhF-1PlzJuG5wCYqyJ9KeBoNCz6363ZVnxcsk,159
|
53
|
-
arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_8.sh,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
54
|
-
arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_9.sh,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
55
46
|
arpakitlib/_arpakit_project_template/resource/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
56
47
|
arpakitlib/_arpakit_project_template/resource/static/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
57
48
|
arpakitlib/_arpakit_project_template/resource/static/healthcheck,sha256=IIO7Wvjwlr2-LPSQ7Y8O35hcI6t0_s8zqITDxkYCO8I,11
|
@@ -90,7 +81,7 @@ arpakitlib/_arpakit_project_template/src/core/_check_logging.py,sha256=APQp8jQa3
|
|
90
81
|
arpakitlib/_arpakit_project_template/src/core/_check_settings.py,sha256=BQUcr-yj3cxz5GQo0jXe99wMoqHKrrrKD3-UovsJAt0,284
|
91
82
|
arpakitlib/_arpakit_project_template/src/core/_generate_settings_env_example.py,sha256=SiEJe8AYQPOWicsaCwf9RdXp6UAmfkBdBT18AAInGb4,483
|
92
83
|
arpakitlib/_arpakit_project_template/src/core/const.py,sha256=e2Y0NIQHfzm3bmnbQnGy3Z5YKt6OYnIsRoqVY8oIV2E,1008
|
93
|
-
arpakitlib/_arpakit_project_template/src/core/settings.py,sha256=
|
84
|
+
arpakitlib/_arpakit_project_template/src/core/settings.py,sha256=Leb8pGMWRbBJrFyFFojyObl0paMLJP_r1CYl8QLsMf4,3839
|
94
85
|
arpakitlib/_arpakit_project_template/src/core/util.py,sha256=mcikqcjljZa2qhYeoR1tR9JUSprrVSod8XcIK_PqS6o,1547
|
95
86
|
arpakitlib/_arpakit_project_template/src/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
96
87
|
arpakitlib/_arpakit_project_template/src/db/_check_conn_sqlalchemy_db.py,sha256=GPK7-w7x8ESqbZ0v1nI8m_ysWfnmjgRwyyh6kM8vYBQ,249
|
@@ -108,6 +99,14 @@ arpakitlib/_arpakit_project_template/src/operation_execution/const.py,sha256=Hju
|
|
108
99
|
arpakitlib/_arpakit_project_template/src/operation_execution/operation_executor.py,sha256=TuAlF3QPJq-Zsq693NHQ00dvCWAzuwce2q6ozesWFYY,725
|
109
100
|
arpakitlib/_arpakit_project_template/src/operation_execution/scheduled_operations.py,sha256=DwEzbsQtO_7mSah25uOoV7IrlsMNEIU2j2gA-MGqUMQ,1100
|
110
101
|
arpakitlib/_arpakit_project_template/src/operation_execution/util.py,sha256=dcvj5C9E2F2KCsGZPBBncQf_EvVJAC1qQgnyD8P4ZEw,6
|
102
|
+
arpakitlib/_arpakit_project_template/src/sandbox/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
103
|
+
arpakitlib/_arpakit_project_template/src/sandbox/sandbox_1.py,sha256=m5BIvvGoi9gaGFyqmX3rT8D-YqMmo9NEQA2T26CHwSk,171
|
104
|
+
arpakitlib/_arpakit_project_template/src/sandbox/sandbox_2.py,sha256=m5BIvvGoi9gaGFyqmX3rT8D-YqMmo9NEQA2T26CHwSk,171
|
105
|
+
arpakitlib/_arpakit_project_template/src/sandbox/sandbox_3.py,sha256=m5BIvvGoi9gaGFyqmX3rT8D-YqMmo9NEQA2T26CHwSk,171
|
106
|
+
arpakitlib/_arpakit_project_template/src/sandbox/sandbox_4.py,sha256=m5BIvvGoi9gaGFyqmX3rT8D-YqMmo9NEQA2T26CHwSk,171
|
107
|
+
arpakitlib/_arpakit_project_template/src/sandbox/sandbox_5.py,sha256=m5BIvvGoi9gaGFyqmX3rT8D-YqMmo9NEQA2T26CHwSk,171
|
108
|
+
arpakitlib/_arpakit_project_template/src/sandbox/sandbox_6.py,sha256=m5BIvvGoi9gaGFyqmX3rT8D-YqMmo9NEQA2T26CHwSk,171
|
109
|
+
arpakitlib/_arpakit_project_template/src/sandbox/sandbox_7.py,sha256=m5BIvvGoi9gaGFyqmX3rT8D-YqMmo9NEQA2T26CHwSk,171
|
111
110
|
arpakitlib/_arpakit_project_template/src/test_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
112
111
|
arpakitlib/_arpakit_project_template/src/test_data/make_test_data_1.py,sha256=w24o2vrlqaoCfPYftWogHCV8MoUjqctwLTI3-tFlgf4,100
|
113
112
|
arpakitlib/_arpakit_project_template/src/test_data/make_test_data_2.py,sha256=bhriAB1GtC2dPWb0lltj145EhotgE6X1I7O8WnJmOyk,100
|
@@ -211,8 +210,8 @@ arpakitlib/ar_str_util.py,sha256=yU5gOwNXUQaH5b_tM5t6fXUn9oUcv5EQbVnq2wXXIpQ,337
|
|
211
210
|
arpakitlib/ar_type_util.py,sha256=9C3ErtUVs0tAUqtK-foFzjJOykfBOntfCz2IogDOgfA,4134
|
212
211
|
arpakitlib/ar_yookassa_api_client_util.py,sha256=VozuZeCJjmLd1zj2BdC9WfiAQ3XYOrIMsdpNK-AUlm0,5347
|
213
212
|
arpakitlib/ar_zabbix_api_client_util.py,sha256=Q-VR4MvoZ9aHwZeYZr9G3LwN-ANx1T5KFmF6pvPM-9M,6402
|
214
|
-
arpakitlib-1.7.
|
215
|
-
arpakitlib-1.7.
|
216
|
-
arpakitlib-1.7.
|
217
|
-
arpakitlib-1.7.
|
218
|
-
arpakitlib-1.7.
|
213
|
+
arpakitlib-1.7.246.dist-info/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
|
214
|
+
arpakitlib-1.7.246.dist-info/METADATA,sha256=CDazy-z_SqQmVQGeFAfZ3SfJqlUmx3pvgM1-KaVqrYg,3386
|
215
|
+
arpakitlib-1.7.246.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
216
|
+
arpakitlib-1.7.246.dist-info/entry_points.txt,sha256=36xqR3PJFT2kuwjkM_EqoIy0qFUDPKSm_mJaI7emewE,87
|
217
|
+
arpakitlib-1.7.246.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|