arpakitlib 1.8.162__py3-none-any.whl → 1.8.164__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_v_5/arpakitlib_project_template_info.json +1 -1
- arpakitlib/_arpakit_project_template_v_5/example.env +3 -0
- arpakitlib/_arpakit_project_template_v_5/project/api/exception_handler.py +3 -2
- {arpakitlib-1.8.162.dist-info → arpakitlib-1.8.164.dist-info}/METADATA +1 -1
- {arpakitlib-1.8.162.dist-info → arpakitlib-1.8.164.dist-info}/RECORD +8 -8
- {arpakitlib-1.8.162.dist-info → arpakitlib-1.8.164.dist-info}/LICENSE +0 -0
- {arpakitlib-1.8.162.dist-info → arpakitlib-1.8.164.dist-info}/WHEEL +0 -0
- {arpakitlib-1.8.162.dist-info → arpakitlib-1.8.164.dist-info}/entry_points.txt +0 -0
@@ -213,9 +213,10 @@ def create_story_log_func_before_in_api_exception_handler(
|
|
213
213
|
story_log_dbm = StoryLogDBM(
|
214
214
|
level=StoryLogDBM.Levels.error,
|
215
215
|
type=StoryLogDBM.Types.error_in_api,
|
216
|
-
title=f"{status_code}, {type(exception)}",
|
216
|
+
title=f"{status_code}, {str(type(exception))}, {str(exception)}",
|
217
217
|
extra_data={
|
218
|
-
"
|
218
|
+
"exception_type": str(type(exception)),
|
219
|
+
"exception_str": str(exception),
|
219
220
|
"error_common_so": error_common_so.model_dump(),
|
220
221
|
"exception_traceback": exception_to_traceback_str(exception=exception)
|
221
222
|
}
|
@@ -8,7 +8,7 @@ arpakitlib/_arpakit_project_template_v_5/alembic/env.py,sha256=Qesmnj5A2kB-Doeuf
|
|
8
8
|
arpakitlib/_arpakit_project_template_v_5/alembic/script.py.mako,sha256=MEqL-2qATlST9TAOeYgscMn1uy6HUS9NFvDgl93dMj8,635
|
9
9
|
arpakitlib/_arpakit_project_template_v_5/alembic/versions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
10
|
arpakitlib/_arpakit_project_template_v_5/alembic.ini,sha256=8fuyeEvGBiPGbxEFy8ISBV3xX_fgVmuhEGpB10_B5Uo,3733
|
11
|
-
arpakitlib/_arpakit_project_template_v_5/arpakitlib_project_template_info.json,sha256=
|
11
|
+
arpakitlib/_arpakit_project_template_v_5/arpakitlib_project_template_info.json,sha256=h_NrZAt6_E5pNWH7GRDnR5pW5z_sF6MZxMZnhGEMUes,98
|
12
12
|
arpakitlib/_arpakit_project_template_v_5/command/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
13
13
|
arpakitlib/_arpakit_project_template_v_5/command/alembic_history.sh,sha256=OMnDNtHIksGh9iavWnzbtxcudZW4vjdcISsBXvzZSPw,22
|
14
14
|
arpakitlib/_arpakit_project_template_v_5/command/alembic_revision_autogenerate.sh,sha256=yW2i-SBOtBx15Ya0poVQqKkJM5t2JZp06r9AEW-DmGE,46
|
@@ -71,7 +71,7 @@ arpakitlib/_arpakit_project_template_v_5/command/start_sqladmin_for_prod.py,sha2
|
|
71
71
|
arpakitlib/_arpakit_project_template_v_5/command/start_sqladmin_with_reload.py,sha256=KmbadM6bmsQfP23xTn8aBzlvCQ1J2rLAuFk0_RCChjs,374
|
72
72
|
arpakitlib/_arpakit_project_template_v_5/command/start_tg_bot.py,sha256=AJ1AxfdpbayBhScy6yAPVkSWnHJjzOTHxEewwGKaJMQ,200
|
73
73
|
arpakitlib/_arpakit_project_template_v_5/command/start_tg_bot_for_prod.py,sha256=AJ1AxfdpbayBhScy6yAPVkSWnHJjzOTHxEewwGKaJMQ,200
|
74
|
-
arpakitlib/_arpakit_project_template_v_5/example.env,sha256=
|
74
|
+
arpakitlib/_arpakit_project_template_v_5/example.env,sha256=i6U782eTATww-PDjFmy9QQZcDr56Bup1DXpz1ZLvupY,1366
|
75
75
|
arpakitlib/_arpakit_project_template_v_5/note/note_1.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
76
76
|
arpakitlib/_arpakit_project_template_v_5/note/note_2.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
77
77
|
arpakitlib/_arpakit_project_template_v_5/note/note_3.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -93,7 +93,7 @@ arpakitlib/_arpakit_project_template_v_5/project/api/create_api_app.py,sha256=R9
|
|
93
93
|
arpakitlib/_arpakit_project_template_v_5/project/api/create_first_data.py,sha256=sc98-xW74QbhFCT6AW5-fUJVd8RLRxClAOEW5-ec9T0,1815
|
94
94
|
arpakitlib/_arpakit_project_template_v_5/project/api/event.py,sha256=P8gV2Bq6LeLH0JDN9Z3O401PMbyNr2n-tme2gPvT-m4,996
|
95
95
|
arpakitlib/_arpakit_project_template_v_5/project/api/exception.py,sha256=cNZaI2DacGLl8Hyn1qIfFpVjvQzOQjwXWsVW4auBrCo,1280
|
96
|
-
arpakitlib/_arpakit_project_template_v_5/project/api/exception_handler.py,sha256=
|
96
|
+
arpakitlib/_arpakit_project_template_v_5/project/api/exception_handler.py,sha256=RhhtWzODnkdAxoIC4wzQeD4U8QMd1KLrp54YZ3rccKk,11266
|
97
97
|
arpakitlib/_arpakit_project_template_v_5/project/api/openapi_ui.py,sha256=PLhH-W6zDViO-75AGCs8Vq3IoyHChdqwBYAqLvdQN0U,904
|
98
98
|
arpakitlib/_arpakit_project_template_v_5/project/api/response.py,sha256=xZMymP2BuQaRNVWLeIp3UgUUo-MFN8MJnsn9Al4vOb8,1028
|
99
99
|
arpakitlib/_arpakit_project_template_v_5/project/api/router/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -408,8 +408,8 @@ arpakitlib/ar_ssh_runner_util.py,sha256=yvAwza480MkHKvLkDEsR7JNh2bYNs6P9rCVo4NA8
|
|
408
408
|
arpakitlib/ar_str_util.py,sha256=2lGpnXDf2h1cBZpVf5i1tX_HCv5iBd6IGnrCw4QWWlY,4350
|
409
409
|
arpakitlib/ar_type_util.py,sha256=Cs_tef-Fc5xeyAF54KgISCsP11NHyzIsglm4S3Xx7iM,4049
|
410
410
|
arpakitlib/ar_yookassa_api_client_util.py,sha256=VozuZeCJjmLd1zj2BdC9WfiAQ3XYOrIMsdpNK-AUlm0,5347
|
411
|
-
arpakitlib-1.8.
|
412
|
-
arpakitlib-1.8.
|
413
|
-
arpakitlib-1.8.
|
414
|
-
arpakitlib-1.8.
|
415
|
-
arpakitlib-1.8.
|
411
|
+
arpakitlib-1.8.164.dist-info/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
|
412
|
+
arpakitlib-1.8.164.dist-info/METADATA,sha256=MCo_9zMPbx_mMALLsJlly6Qj1zh6e2G3eujjvp13Ql8,3706
|
413
|
+
arpakitlib-1.8.164.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
414
|
+
arpakitlib-1.8.164.dist-info/entry_points.txt,sha256=36xqR3PJFT2kuwjkM_EqoIy0qFUDPKSm_mJaI7emewE,87
|
415
|
+
arpakitlib-1.8.164.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|