arpakitlib 1.7.46__py3-none-any.whl → 1.7.47__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/src/api/schema/v1/out.py +1 -1
- arpakitlib/ar_arpakit_project_template_util.py +1 -1
- arpakitlib/ar_arpakitlib_cli_util.py +11 -6
- {arpakitlib-1.7.46.dist-info → arpakitlib-1.7.47.dist-info}/METADATA +1 -1
- {arpakitlib-1.7.46.dist-info → arpakitlib-1.7.47.dist-info}/RECORD +9 -9
- {arpakitlib-1.7.46.dist-info → arpakitlib-1.7.47.dist-info}/LICENSE +0 -0
- {arpakitlib-1.7.46.dist-info → arpakitlib-1.7.47.dist-info}/NOTICE +0 -0
- {arpakitlib-1.7.46.dist-info → arpakitlib-1.7.47.dist-info}/WHEEL +0 -0
- {arpakitlib-1.7.46.dist-info → arpakitlib-1.7.47.dist-info}/entry_points.txt +0 -0
@@ -22,12 +22,17 @@ def execute_arpakitlib_cli(*, full_command: str | None = None):
|
|
22
22
|
raise Exception(f"not command, command={command}")
|
23
23
|
|
24
24
|
if command == "help":
|
25
|
-
print(
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
)
|
25
|
+
print("Commands:")
|
26
|
+
print()
|
27
|
+
print("-c init_arpakit_project_template")
|
28
|
+
print("-project_dirpath ...")
|
29
|
+
print("-overwrite_if_exists ...")
|
30
|
+
print("-project_name ...")
|
31
|
+
print("-sql_db_port ...")
|
32
|
+
print("-api_port ...")
|
33
|
+
print("-ignore_paths_startswith ...")
|
34
|
+
print("-only_paths_startswith ...")
|
35
|
+
print("\n")
|
31
36
|
|
32
37
|
elif command == "init_arpakit_project_template":
|
33
38
|
project_dirpath = raise_if_string_blank(parsed_command.get_value_by_keys(keys=["pd", "project_dirpath"]))
|
@@ -83,7 +83,7 @@ arpakitlib/_arpakit_project_template/src/api/router/v1/main_router.py,sha256=9vh
|
|
83
83
|
arpakitlib/_arpakit_project_template/src/api/schema/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
84
84
|
arpakitlib/_arpakit_project_template/src/api/schema/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
85
85
|
arpakitlib/_arpakit_project_template/src/api/schema/v1/in_.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
86
|
-
arpakitlib/_arpakit_project_template/src/api/schema/v1/out.py,sha256=
|
86
|
+
arpakitlib/_arpakit_project_template/src/api/schema/v1/out.py,sha256=odc-UyxBwUPh4t0H6qIuzAsBA_Qrm3H2qP-YBgJpaKc,164
|
87
87
|
arpakitlib/_arpakit_project_template/src/api/start_api_for_dev.py,sha256=BwROGTR8Hm1ewx_Z0k8HXeql4RIItCdCtP_hmhTT_PM,344
|
88
88
|
arpakitlib/_arpakit_project_template/src/api/transmitted_api_data.py,sha256=YtpATqzN216e76W5QOuzN-Vo6343PVDiHpKWYQ6oqyU,278
|
89
89
|
arpakitlib/_arpakit_project_template/src/api/util.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -112,9 +112,9 @@ arpakitlib/api_key_util.py,sha256=DtzREor5h70XlZOv1ounNoPHL5_cc0YA28SaHvlFaWs,22
|
|
112
112
|
arpakitlib/ar_additional_model_util.py,sha256=tNzZhZtvtJ1qC6Cn4UnyoEL58HudfpCdQy5ftkCqyik,473
|
113
113
|
arpakitlib/ar_aiogram_util.py,sha256=5JPCDZpdBGTE-EIWPRez9amCZAX7XemFIVu5YrQK7Pw,12264
|
114
114
|
arpakitlib/ar_arpakit_lib_module_util.py,sha256=V_mc3Ml73Tzz3arxmwEfIxruKMyrwbe8XZ9FfVDtUXY,5446
|
115
|
-
arpakitlib/ar_arpakit_project_template_util.py,sha256=
|
115
|
+
arpakitlib/ar_arpakit_project_template_util.py,sha256=AswzQvvb-zfUyrcP4EP0K756YL-oC8fA9VperlPf_d0,3699
|
116
116
|
arpakitlib/ar_arpakit_schedule_uust_api_client_util.py,sha256=SYWWQDohPnw0qpBIu2hEvGZRVdaI4NUUQdEjnMnseo4,18237
|
117
|
-
arpakitlib/ar_arpakitlib_cli_util.py,sha256=
|
117
|
+
arpakitlib/ar_arpakitlib_cli_util.py,sha256=ZktW3T6YRSM4_IDjbVhO3erceiQ5N6Gab_O-LtglfAI,3117
|
118
118
|
arpakitlib/ar_base64_util.py,sha256=aZkg2cZTuAaP2IWeG_LXJ6RO7qhyskVwec-Lks0iM-k,676
|
119
119
|
arpakitlib/ar_base_worker_util.py,sha256=vb7JrqiYvG7yw7-gZAP-oFwEEMqOuBGCpMJ5lw8wF-E,3382
|
120
120
|
arpakitlib/ar_cache_file_util.py,sha256=Fo2pH-Zqm966KWFBHG_pbiySGZvhIFCYqy7k1weRfJ0,3476
|
@@ -172,9 +172,9 @@ arpakitlib/ar_str_util.py,sha256=oCEtQ_TTn35OEz9jCNLjbhopq76JmaifD_iYR-nEJJ4,214
|
|
172
172
|
arpakitlib/ar_type_util.py,sha256=e6Ch8I_B3FMJMj-fiZvTwtGde4hxSa48fGt5g8RlV6I,2301
|
173
173
|
arpakitlib/ar_yookassa_api_client_util.py,sha256=sh4fcUkAkdOetFn9JYoTvjcSXP-M1wU04KEY-ECLfLg,5137
|
174
174
|
arpakitlib/ar_zabbix_api_client_util.py,sha256=Q-VR4MvoZ9aHwZeYZr9G3LwN-ANx1T5KFmF6pvPM-9M,6402
|
175
|
-
arpakitlib-1.7.
|
176
|
-
arpakitlib-1.7.
|
177
|
-
arpakitlib-1.7.
|
178
|
-
arpakitlib-1.7.
|
179
|
-
arpakitlib-1.7.
|
180
|
-
arpakitlib-1.7.
|
175
|
+
arpakitlib-1.7.47.dist-info/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
|
176
|
+
arpakitlib-1.7.47.dist-info/METADATA,sha256=PzkNQVnM-G5EjBRQm4AbGScs6galVyRLRruq_MJ6kmQ,2824
|
177
|
+
arpakitlib-1.7.47.dist-info/NOTICE,sha256=95aUzaPJjVpDsGAsNzVnq7tHTxAl0s5UFznCTkVCau4,763
|
178
|
+
arpakitlib-1.7.47.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
179
|
+
arpakitlib-1.7.47.dist-info/entry_points.txt,sha256=36xqR3PJFT2kuwjkM_EqoIy0qFUDPKSm_mJaI7emewE,87
|
180
|
+
arpakitlib-1.7.47.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|