arpakitlib 1.7.249__py3-none-any.whl → 1.7.252__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/alembic/README +1 -0
- arpakitlib/_arpakit_project_template/alembic/env.py +83 -0
- arpakitlib/_arpakit_project_template/alembic/script.py.mako +26 -0
- arpakitlib/_arpakit_project_template/alembic.ini +119 -0
- arpakitlib/_arpakit_project_template/example.env +5 -14
- arpakitlib/_arpakit_project_template/manage/docker_run_postgres.sh +4 -3
- arpakitlib/_arpakit_project_template/manage/docker_start_postgres.sh +2 -1
- arpakitlib/_arpakit_project_template/manage/docker_stop_postgres.sh +2 -1
- arpakitlib/_arpakit_project_template/manage/git_set_arpakit_company_origin.sh +4 -2
- arpakitlib/_arpakit_project_template/manage/git_set_arpakit_origin.sh +4 -2
- arpakitlib/_arpakit_project_template/src/additional_model/additional_model.py +0 -7
- arpakitlib/_arpakit_project_template/src/api/auth.py +52 -0
- arpakitlib/_arpakit_project_template/src/api/create_api_app.py +21 -14
- arpakitlib/_arpakit_project_template/src/api/create_handle_exception_.py +13 -13
- arpakitlib/_arpakit_project_template/src/api/event.py +24 -2
- arpakitlib/_arpakit_project_template/src/api/router/v1/get_api_error_info.py +1 -2
- arpakitlib/_arpakit_project_template/src/api/schema/v1/out.py +0 -7
- arpakitlib/_arpakit_project_template/src/api/transmitted_api_data.py +3 -11
- arpakitlib/_arpakit_project_template/src/core/settings.py +3 -111
- arpakitlib/_arpakit_project_template/src/db/util.py +1 -3
- arpakitlib/_arpakit_project_template/src/just_script/__init__.py +0 -0
- arpakitlib/_arpakit_project_template/src/just_script/example.py +16 -0
- arpakitlib/ar_arpakit_project_template_util.py +8 -18
- arpakitlib/ar_arpakit_schedule_uust_api_client_util.py +5 -4
- arpakitlib/ar_arpakitlib_cli_util.py +10 -22
- arpakitlib/ar_class_util.py +0 -1
- arpakitlib/ar_cryptomus_api_client_util.py +21 -0
- arpakitlib/ar_fastapi_util.py +106 -70
- arpakitlib/ar_schedule_uust_api_client_util.py +24 -24
- arpakitlib/ar_settings_util.py +166 -14
- arpakitlib/ar_sqlalchemy_model_util.py +1 -1
- arpakitlib/ar_steam_payment_api_client_util.py +21 -0
- arpakitlib/ar_wata_api_client.py +21 -0
- {arpakitlib-1.7.249.dist-info → arpakitlib-1.7.252.dist-info}/METADATA +1 -1
- {arpakitlib-1.7.249.dist-info → arpakitlib-1.7.252.dist-info}/RECORD +39 -30
- /arpakitlib/_arpakit_project_template/src/core/{_check_settings.py → _show_settings.py} +0 -0
- {arpakitlib-1.7.249.dist-info → arpakitlib-1.7.252.dist-info}/LICENSE +0 -0
- {arpakitlib-1.7.249.dist-info → arpakitlib-1.7.252.dist-info}/WHEEL +0 -0
- {arpakitlib-1.7.249.dist-info → arpakitlib-1.7.252.dist-info}/entry_points.txt +0 -0
@@ -67,7 +67,7 @@ class BaseDBM(DeclarativeBase):
|
|
67
67
|
|
68
68
|
return res
|
69
69
|
|
70
|
-
def simple_dict_with_sd_properties(self) -> dict[str
|
70
|
+
def simple_dict_with_sd_properties(self) -> dict[str, Any]:
|
71
71
|
return self.simple_dict(include_sd_properties=True)
|
72
72
|
|
73
73
|
def simple_json(self, *, include_sd_properties: bool = True) -> str:
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# arpakit
|
2
|
+
import asyncio
|
3
|
+
|
4
|
+
_ARPAKIT_LIB_MODULE_VERSION = "3.0"
|
5
|
+
|
6
|
+
|
7
|
+
class SteamPaymentAPIClient:
|
8
|
+
pass
|
9
|
+
|
10
|
+
|
11
|
+
def __example():
|
12
|
+
pass
|
13
|
+
|
14
|
+
|
15
|
+
async def __async_example():
|
16
|
+
pass
|
17
|
+
|
18
|
+
|
19
|
+
if __name__ == '__main__':
|
20
|
+
__example()
|
21
|
+
asyncio.run(__async_example())
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# arpakit
|
2
|
+
import asyncio
|
3
|
+
|
4
|
+
_ARPAKIT_LIB_MODULE_VERSION = "3.0"
|
5
|
+
|
6
|
+
|
7
|
+
class WataAPIClient:
|
8
|
+
pass
|
9
|
+
|
10
|
+
|
11
|
+
def __example():
|
12
|
+
pass
|
13
|
+
|
14
|
+
|
15
|
+
async def __async_example():
|
16
|
+
pass
|
17
|
+
|
18
|
+
|
19
|
+
if __name__ == '__main__':
|
20
|
+
__example()
|
21
|
+
asyncio.run(__async_example())
|
@@ -4,14 +4,18 @@ arpakitlib/_arpakit_project_template/.python-version,sha256=XMd40XBnlTFfBSmMldd-
|
|
4
4
|
arpakitlib/_arpakit_project_template/ARPAKITLIB,sha256=3-iAkMXtesLzJXHw_IIv2k2M0oH8cTjHzW22Vvbi0IE,4
|
5
5
|
arpakitlib/_arpakit_project_template/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
|
6
6
|
arpakitlib/_arpakit_project_template/README.md,sha256=AwqCtmMeywF2dJhZbKwCBA_wPnLF_VmoLGfPbFjH3bM,62
|
7
|
-
arpakitlib/_arpakit_project_template/
|
7
|
+
arpakitlib/_arpakit_project_template/alembic/README,sha256=MVlc9TYmr57RbhXET6QxgyCcwWP7w-vLkEsirENqiIQ,38
|
8
|
+
arpakitlib/_arpakit_project_template/alembic/env.py,sha256=AvnRdapLhTUvpjbnz6OthkhkqMnG5867tF1x2ay1_pk,2305
|
9
|
+
arpakitlib/_arpakit_project_template/alembic/script.py.mako,sha256=MEqL-2qATlST9TAOeYgscMn1uy6HUS9NFvDgl93dMj8,635
|
10
|
+
arpakitlib/_arpakit_project_template/alembic.ini,sha256=8fuyeEvGBiPGbxEFy8ISBV3xX_fgVmuhEGpB10_B5Uo,3733
|
11
|
+
arpakitlib/_arpakit_project_template/example.env,sha256=IUDWwKPGCxqnMV3H_HhnG5LUhRk0M1MNOmPeJBhIMsU,482
|
8
12
|
arpakitlib/_arpakit_project_template/manage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
13
|
arpakitlib/_arpakit_project_template/manage/alembic_upgrade_head .sh,sha256=RIkhv5e5ERZHoxmTvvo_nCeDeVqeVIam7CjVoE9_E4k,38
|
10
14
|
arpakitlib/_arpakit_project_template/manage/docker_ps.sh,sha256=uwm8vHgeuNLCOn0o9hgP_uc-PUkS9FwLyzZh6ItZ3do,15
|
11
15
|
arpakitlib/_arpakit_project_template/manage/docker_ps_a.sh,sha256=nOQejihYlzstg9oROvYwHIsSLt2Sw0DWQEeT3GBaBNs,18
|
12
|
-
arpakitlib/_arpakit_project_template/manage/docker_run_postgres.sh,sha256=
|
13
|
-
arpakitlib/_arpakit_project_template/manage/docker_start_postgres.sh,sha256=
|
14
|
-
arpakitlib/_arpakit_project_template/manage/docker_stop_postgres.sh,sha256=
|
16
|
+
arpakitlib/_arpakit_project_template/manage/docker_run_postgres.sh,sha256=vuBvSyTl22FhOumpq7q6_28XcRzd65wbJoIrgzq0JMQ,300
|
17
|
+
arpakitlib/_arpakit_project_template/manage/docker_start_postgres.sh,sha256=CSdVm82vbpCvphkANku7QQmkgojZ5HGzFY1rOlEEisk,56
|
18
|
+
arpakitlib/_arpakit_project_template/manage/docker_stop_postgres.sh,sha256=lrac-QmExYuuaL7MuQm8296lprYL5qmUQXv8quJEWPM,55
|
15
19
|
arpakitlib/_arpakit_project_template/manage/git_branch.sh,sha256=yMwBwT866WjxowbDrNHRDh8yod4eSn7JZnXUlQvrcOk,17
|
16
20
|
arpakitlib/_arpakit_project_template/manage/git_commit.sh,sha256=AW1NEel-ZHaYeVWFlRbgZSYPQdnVKsTkpR_07RQL1Mw,42
|
17
21
|
arpakitlib/_arpakit_project_template/manage/git_push_arpakit_company_github_1.sh,sha256=Sx-OegryHeNTIfAOoCfj3Z3CF-XKEY0AJF5HVJAgGpU,70
|
@@ -19,8 +23,8 @@ arpakitlib/_arpakit_project_template/manage/git_push_arpakit_company_gitlab_1.sh
|
|
19
23
|
arpakitlib/_arpakit_project_template/manage/git_push_arpakit_github_1.sh,sha256=j2wTeg7_tmJiWEtNAXpXjRSizEauoqF9uM679n6zidU,62
|
20
24
|
arpakitlib/_arpakit_project_template/manage/git_push_arpakit_gitlab_1.sh,sha256=W-85-OhGYLTijzM39G0Es74Y0VdbczELwS12owHN_Gs,62
|
21
25
|
arpakitlib/_arpakit_project_template/manage/git_remote_v.sh,sha256=DIcyWmY_mve_CmM1SND2gYgAGO7HaLtso3zvJfMqTRI,19
|
22
|
-
arpakitlib/_arpakit_project_template/manage/git_set_arpakit_company_origin.sh,sha256=
|
23
|
-
arpakitlib/_arpakit_project_template/manage/git_set_arpakit_origin.sh,sha256=
|
26
|
+
arpakitlib/_arpakit_project_template/manage/git_set_arpakit_company_origin.sh,sha256=0geAIWJ5vkIidYbfMfy2TKFbmVDr_-dHqK5YwwZze9Y,289
|
27
|
+
arpakitlib/_arpakit_project_template/manage/git_set_arpakit_origin.sh,sha256=NHCLVSzWh5JnC-HSODspXNN6Xrp-WYmGGtNZBvOcaN4,240
|
24
28
|
arpakitlib/_arpakit_project_template/manage/git_status.sh,sha256=N9JGYX5_UfCdirw4EQYzu4sS7pMLGrF4-QrTSTcpUtA,16
|
25
29
|
arpakitlib/_arpakit_project_template/manage/hello_world.py,sha256=OxvwkWqjmhhvMPG1TiQTo52hgEyzZfzUPoij0wmFmWA,95
|
26
30
|
arpakitlib/_arpakit_project_template/manage/json_beautify.py,sha256=AwBtDjb92LpGy9M3XGBoLOIQKlOPtm5pLl47i7xJpZY,239
|
@@ -49,7 +53,7 @@ arpakitlib/_arpakit_project_template/resource/static/healthcheck,sha256=IIO7Wvjw
|
|
49
53
|
arpakitlib/_arpakit_project_template/resource/static/helloworld,sha256=eH7Hbcr9IMGQjrCTahL5Ht0QWrXNfswrGuIDJkg0Xf8,11
|
50
54
|
arpakitlib/_arpakit_project_template/src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
51
55
|
arpakitlib/_arpakit_project_template/src/additional_model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
52
|
-
arpakitlib/_arpakit_project_template/src/additional_model/additional_model.py,sha256=
|
56
|
+
arpakitlib/_arpakit_project_template/src/additional_model/additional_model.py,sha256=dcvj5C9E2F2KCsGZPBBncQf_EvVJAC1qQgnyD8P4ZEw,6
|
53
57
|
arpakitlib/_arpakit_project_template/src/admin1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
54
58
|
arpakitlib/_arpakit_project_template/src/admin1/add_admin_in_app.py,sha256=7zF-9Xa15bAbzqRQD18hAbzUQTflASoTjVProcdGWTM,922
|
55
59
|
arpakitlib/_arpakit_project_template/src/admin1/admin_auth.py,sha256=qEC7gMy9E6mwuQRxnSsmVthXahVai4zjiC6Z8O3MZn8,804
|
@@ -58,30 +62,30 @@ arpakitlib/_arpakit_project_template/src/api/__init__.py,sha256=47DEQpj8HBSa-_TI
|
|
58
62
|
arpakitlib/_arpakit_project_template/src/api/_start_api_with_reload.py,sha256=rqcjJ9ceDsyFwFUE-PAJXb3CHlIk0ww7-UQ9XxvGh0A,393
|
59
63
|
arpakitlib/_arpakit_project_template/src/api/_start_api_without_reload.py,sha256=bM3FItgtj0UizGDo_9CvykioSFZF_HWr3uZdd__B4cY,400
|
60
64
|
arpakitlib/_arpakit_project_template/src/api/asgi.py,sha256=a5UBxOyNC8NG3E0ayhiDo3t5tPoB3WtOf2gbZJFWBAA,74
|
61
|
-
arpakitlib/_arpakit_project_template/src/api/auth.py,sha256=
|
65
|
+
arpakitlib/_arpakit_project_template/src/api/auth.py,sha256=Ul-4vt-DcgfearD12YF4-WSO_O6zvBTowQ64mtH3VTc,1569
|
62
66
|
arpakitlib/_arpakit_project_template/src/api/const.py,sha256=7d4qD5hedqr7QxVzbfsA7E1bNZn2Pm2U8joXGtpANu0,287
|
63
|
-
arpakitlib/_arpakit_project_template/src/api/create_api_app.py,sha256=
|
64
|
-
arpakitlib/_arpakit_project_template/src/api/create_handle_exception_.py,sha256=
|
65
|
-
arpakitlib/_arpakit_project_template/src/api/event.py,sha256=
|
67
|
+
arpakitlib/_arpakit_project_template/src/api/create_api_app.py,sha256=BZrRMDGTxASF1CXvJ5D4Jyv20l8tq5aVGFTCie82JT8,2490
|
68
|
+
arpakitlib/_arpakit_project_template/src/api/create_handle_exception_.py,sha256=su4fToBIKWFtcdPFaYo2z1TFfpk3VfALpMlWH48HOr0,2247
|
69
|
+
arpakitlib/_arpakit_project_template/src/api/event.py,sha256=UvyNFIH0nTCEfzupGVDnWSt6UY_QdJRbWr7yiHO7NRQ,3555
|
66
70
|
arpakitlib/_arpakit_project_template/src/api/router/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
67
71
|
arpakitlib/_arpakit_project_template/src/api/router/main_router.py,sha256=Yv699WCJDcdiJMXFg1kPTvolqj-NAGoXfqe-vzbMzIU,228
|
68
72
|
arpakitlib/_arpakit_project_template/src/api/router/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
69
|
-
arpakitlib/_arpakit_project_template/src/api/router/v1/get_api_error_info.py,sha256=
|
73
|
+
arpakitlib/_arpakit_project_template/src/api/router/v1/get_api_error_info.py,sha256=gH5bXuWYPPGLtTlvIbDpiGV7suw2qssK9q_eLmE-Myg,842
|
70
74
|
arpakitlib/_arpakit_project_template/src/api/router/v1/main_router.py,sha256=QG-uAwxvFAWoY1g6U0wOBz-X4jmKnpVp1R904PPIp9E,281
|
71
75
|
arpakitlib/_arpakit_project_template/src/api/schema/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
72
76
|
arpakitlib/_arpakit_project_template/src/api/schema/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
73
77
|
arpakitlib/_arpakit_project_template/src/api/schema/v1/in_.py,sha256=dcvj5C9E2F2KCsGZPBBncQf_EvVJAC1qQgnyD8P4ZEw,6
|
74
|
-
arpakitlib/_arpakit_project_template/src/api/schema/v1/out.py,sha256=
|
75
|
-
arpakitlib/_arpakit_project_template/src/api/transmitted_api_data.py,sha256=
|
78
|
+
arpakitlib/_arpakit_project_template/src/api/schema/v1/out.py,sha256=dcvj5C9E2F2KCsGZPBBncQf_EvVJAC1qQgnyD8P4ZEw,6
|
79
|
+
arpakitlib/_arpakit_project_template/src/api/transmitted_api_data.py,sha256=ITI-Fsnf7cG0e5c7u0G90Ex6NYzo-8YsqI5Z3JUgJx0,199
|
76
80
|
arpakitlib/_arpakit_project_template/src/api/util.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
77
81
|
arpakitlib/_arpakit_project_template/src/business_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
78
82
|
arpakitlib/_arpakit_project_template/src/business_service/hello_world.py,sha256=mEVxsTFsd5u_T88l4mtCfoPre9QixAmQvzQmM2J8Okc,247
|
79
83
|
arpakitlib/_arpakit_project_template/src/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
80
84
|
arpakitlib/_arpakit_project_template/src/core/_check_logging.py,sha256=APQp8jQa3vQwuEt6nayPdu6GmCPHvVdAvv63RaCdHTs,225
|
81
|
-
arpakitlib/_arpakit_project_template/src/core/_check_settings.py,sha256=BQUcr-yj3cxz5GQo0jXe99wMoqHKrrrKD3-UovsJAt0,284
|
82
85
|
arpakitlib/_arpakit_project_template/src/core/_generate_settings_env_example.py,sha256=SiEJe8AYQPOWicsaCwf9RdXp6UAmfkBdBT18AAInGb4,483
|
86
|
+
arpakitlib/_arpakit_project_template/src/core/_show_settings.py,sha256=BQUcr-yj3cxz5GQo0jXe99wMoqHKrrrKD3-UovsJAt0,284
|
83
87
|
arpakitlib/_arpakit_project_template/src/core/const.py,sha256=e2Y0NIQHfzm3bmnbQnGy3Z5YKt6OYnIsRoqVY8oIV2E,1008
|
84
|
-
arpakitlib/_arpakit_project_template/src/core/settings.py,sha256=
|
88
|
+
arpakitlib/_arpakit_project_template/src/core/settings.py,sha256=1tQwIvYvwAxY7Dz1LY6-EvxkG3hfYSPTmwq_frC4xRM,655
|
85
89
|
arpakitlib/_arpakit_project_template/src/core/util.py,sha256=mcikqcjljZa2qhYeoR1tR9JUSprrVSod8XcIK_PqS6o,1547
|
86
90
|
arpakitlib/_arpakit_project_template/src/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
87
91
|
arpakitlib/_arpakit_project_template/src/db/_check_conn_sqlalchemy_db.py,sha256=GPK7-w7x8ESqbZ0v1nI8m_ysWfnmjgRwyyh6kM8vYBQ,249
|
@@ -90,7 +94,9 @@ arpakitlib/_arpakit_project_template/src/db/_init_sqlalchemy_db.py,sha256=tHJ1NB
|
|
90
94
|
arpakitlib/_arpakit_project_template/src/db/_reinit_sqlalchemy_db.py,sha256=_4O_xr6FXt3qcWOmO82CKG3XX6_RqbqaOYSEygxpBfA,339
|
91
95
|
arpakitlib/_arpakit_project_template/src/db/const.py,sha256=dcvj5C9E2F2KCsGZPBBncQf_EvVJAC1qQgnyD8P4ZEw,6
|
92
96
|
arpakitlib/_arpakit_project_template/src/db/sqlalchemy_model.py,sha256=tIdSerx8m6FA0cx4PDNJF8cWY1utpS_g0sZ0jBzUAbI,286
|
93
|
-
arpakitlib/_arpakit_project_template/src/db/util.py,sha256=
|
97
|
+
arpakitlib/_arpakit_project_template/src/db/util.py,sha256=PzI0qk50zChjgVp1XJBKYIX16UeLahc8jzHAt1fIu4o,845
|
98
|
+
arpakitlib/_arpakit_project_template/src/just_script/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
99
|
+
arpakitlib/_arpakit_project_template/src/just_script/example.py,sha256=Wr5DcSV_zpRFIMR7_ERrtAXzCoTHJEDU_AAT8BvaCi4,271
|
94
100
|
arpakitlib/_arpakit_project_template/src/operation_execution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
95
101
|
arpakitlib/_arpakit_project_template/src/operation_execution/_remove_operations.py,sha256=KsvAk2zQCp0PX6-QiRW0LKHoJfmH0wVJcBZviFqAoBI,471
|
96
102
|
arpakitlib/_arpakit_project_template/src/operation_execution/_start_operation_executor_worker.py,sha256=K861UI9LFNxfCoPpQ5AJX-oUwjB6bfFNKScKsyU9Xd8,575
|
@@ -142,15 +148,16 @@ arpakitlib/ar_additional_model_util.py,sha256=GFg-glLCxH9X95R2bhTJsscVwv37FgE1qb
|
|
142
148
|
arpakitlib/ar_aiogram_util.py,sha256=GFoIVjuKStzpR_PYPZdyfP3txpjJq1oaCsXTCNMp4Qw,11966
|
143
149
|
arpakitlib/ar_api_key_util.py,sha256=E84JlJXiDHtxLQmV8BNHvqNKu_G8-Dox0XxknYJQ37Q,422
|
144
150
|
arpakitlib/ar_arpakit_lib_module_util.py,sha256=g9uWwTK2eEzmErqwYeVgXDYVMREN8m5CdmgEumAEQfw,5919
|
145
|
-
arpakitlib/ar_arpakit_project_template_util.py,sha256=
|
146
|
-
arpakitlib/ar_arpakit_schedule_uust_api_client_util.py,sha256=
|
151
|
+
arpakitlib/ar_arpakit_project_template_util.py,sha256=zJXIFlFrO_3Xvg3ZqIiY6UZjKSbiFr8SQ99YKyZ86BE,3241
|
152
|
+
arpakitlib/ar_arpakit_schedule_uust_api_client_util.py,sha256=_T_HeDCy2EwbYw0q5FnCJngU2fAZYMNd25gEtmagJN0,15813
|
147
153
|
arpakitlib/ar_arpakit_schedule_uust_site_util.py,sha256=8wLct9Gd4MWkXzB6nSmETAwTPLw8lfpWgx0LoWSAOvg,1643
|
148
|
-
arpakitlib/ar_arpakitlib_cli_util.py,sha256=
|
154
|
+
arpakitlib/ar_arpakitlib_cli_util.py,sha256=OH3ST8BDkpYPlceRUy4hPWbDfoge0R1iXGyjjHwhwQk,2462
|
149
155
|
arpakitlib/ar_base64_util.py,sha256=aZkg2cZTuAaP2IWeG_LXJ6RO7qhyskVwec-Lks0iM-k,676
|
150
156
|
arpakitlib/ar_base_worker_util.py,sha256=oIwJVqn8u3vEX7YlFZBHJYUGoYKhBnrgLDDpA3oId2w,5525
|
151
157
|
arpakitlib/ar_blank_util.py,sha256=6O54Z8NnCg8BXxUVWt-oo1kqzt0836k9KJeJofwmj0g,113
|
152
158
|
arpakitlib/ar_cache_file_util.py,sha256=Fo2pH-Zqm966KWFBHG_pbiySGZvhIFCYqy7k1weRfJ0,3476
|
153
|
-
arpakitlib/ar_class_util.py,sha256=
|
159
|
+
arpakitlib/ar_class_util.py,sha256=hOd3M5D32O4I6NghL3Rroyh-6W6qoIUxywtC8JbLY1I,486
|
160
|
+
arpakitlib/ar_cryptomus_api_client_util.py,sha256=cvp3u0NtuB0nIVeiljllMuxz9ECVPqR3EyBGWS2YAl8,247
|
154
161
|
arpakitlib/ar_datetime_util.py,sha256=Xe1NiT9oPQzNSG7RVRkhukhbg4i-hhS5ImmV7sPUc8o,971
|
155
162
|
arpakitlib/ar_dict_util.py,sha256=cF5LQJ6tLqyGoEXfDljMDZrikeZoWPw7CgINHIFGvXM,419
|
156
163
|
arpakitlib/ar_dream_ai_api_client_util.py,sha256=Z1oii_XSsgunYx17SdcHl54S4KPQti7-MJs0xXZ8vL0,2830
|
@@ -177,7 +184,7 @@ arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui.css,sha256=jzPZlgJTFwSdSphk9C
|
|
177
184
|
arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui.css.map,sha256=5wq8eXMLU6Zxb45orZPL1zAsBFJReFw6GjYqGpUX3hg,262650
|
178
185
|
arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui.js,sha256=ffrLZHHEQ_g84A-ul3yWa10Kk09waOAxHcQXPuZuavg,339292
|
179
186
|
arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui.js.map,sha256=9UhIW7MqCOZPAz1Sl1IKfZUuhWU0p-LJqrnjjJD9Xhc,1159454
|
180
|
-
arpakitlib/ar_fastapi_util.py,sha256=
|
187
|
+
arpakitlib/ar_fastapi_util.py,sha256=lmYR8VUoDXTaXU5qiSTXY7Q35Qpcxw9ZwX_rUVKXyTE,29500
|
181
188
|
arpakitlib/ar_file_storage_in_dir_util.py,sha256=D3e3rGuHoI6xqAA5mVvEpVVpOWY1jyjNsjj2UhyHRbE,3674
|
182
189
|
arpakitlib/ar_file_util.py,sha256=GUdJYm1tUZnYpY-SIPRHAZBHGra8NKy1eYEI0D5AfhY,489
|
183
190
|
arpakitlib/ar_func_util.py,sha256=bCuWbSMoFXBaMNhb89sevj2oaXRk4Jk6Qjot8OXMDT4,1319
|
@@ -199,19 +206,21 @@ arpakitlib/ar_postgresql_util.py,sha256=1AuLjEaa1Lg4pzn-ukCVnDi35Eg1k91APRTqZhIJ
|
|
199
206
|
arpakitlib/ar_rat_func_util.py,sha256=xDO3gcmZZ0VsTF5zwqyfrkct8FWcKmyl1KUwfdA1s4k,2009
|
200
207
|
arpakitlib/ar_retry_func_util.py,sha256=EQtXhn0RvMiyaes9HMDBgMh_WjMIaGwds01UrKKDaBM,2204
|
201
208
|
arpakitlib/ar_run_cmd_util.py,sha256=D_rPavKMmWkQtwvZFz-Io5Ak8eSODHkcFeLPzNVC68g,1072
|
202
|
-
arpakitlib/ar_schedule_uust_api_client_util.py,sha256=
|
203
|
-
arpakitlib/ar_settings_util.py,sha256=
|
209
|
+
arpakitlib/ar_schedule_uust_api_client_util.py,sha256=HhAIps0QS9ZsacPWhTrMkUUBxuqXBC2lcEzfLlxNs2g,6980
|
210
|
+
arpakitlib/ar_settings_util.py,sha256=gvnJDqpvxWoKtz56IBYr7tl_VuzOoUlhu_n0_6C3N4o,7511
|
204
211
|
arpakitlib/ar_sleep_util.py,sha256=OaLtRaJQWMkGjfj_mW1RB2P4RaSWsAIH8LUoXqsH0zM,1061
|
205
212
|
arpakitlib/ar_sqladmin_util.py,sha256=6Nv9VQssk9PB0piyuss__soYKdjVhdbIeXIv4AgUxmQ,2660
|
206
|
-
arpakitlib/ar_sqlalchemy_model_util.py,sha256=
|
213
|
+
arpakitlib/ar_sqlalchemy_model_util.py,sha256=270RNSiccC5l55o8EFerh1SawlEsD99BpgwANSQA0UM,6418
|
207
214
|
arpakitlib/ar_sqlalchemy_util.py,sha256=9dXCdKWmUPyMt19sF2YVBB-4x_tl5g2Bsfhn0c_SQ6M,8184
|
208
215
|
arpakitlib/ar_ssh_runner_util.py,sha256=e9deuUdBW7Eh0Exx2nTBhk57SaOZYaJaSjNk8q6dbJk,6804
|
216
|
+
arpakitlib/ar_steam_payment_api_client_util.py,sha256=onvb3jt9bWfsCLbVLaApbN_-cqCu1CduVhM9GhG5yTA,250
|
209
217
|
arpakitlib/ar_str_util.py,sha256=yU5gOwNXUQaH5b_tM5t6fXUn9oUcv5EQbVnq2wXXIpQ,3378
|
210
218
|
arpakitlib/ar_type_util.py,sha256=9C3ErtUVs0tAUqtK-foFzjJOykfBOntfCz2IogDOgfA,4134
|
219
|
+
arpakitlib/ar_wata_api_client.py,sha256=gdHOqDbuqxhTjVDtRW1DvkRJLdDofCrOq51GTctzLns,242
|
211
220
|
arpakitlib/ar_yookassa_api_client_util.py,sha256=VozuZeCJjmLd1zj2BdC9WfiAQ3XYOrIMsdpNK-AUlm0,5347
|
212
221
|
arpakitlib/ar_zabbix_api_client_util.py,sha256=Q-VR4MvoZ9aHwZeYZr9G3LwN-ANx1T5KFmF6pvPM-9M,6402
|
213
|
-
arpakitlib-1.7.
|
214
|
-
arpakitlib-1.7.
|
215
|
-
arpakitlib-1.7.
|
216
|
-
arpakitlib-1.7.
|
217
|
-
arpakitlib-1.7.
|
222
|
+
arpakitlib-1.7.252.dist-info/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
|
223
|
+
arpakitlib-1.7.252.dist-info/METADATA,sha256=U_LO4F6067T4ZKlENyHlnAfAC5zww4JIuwraSJEYC8E,3386
|
224
|
+
arpakitlib-1.7.252.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
225
|
+
arpakitlib-1.7.252.dist-info/entry_points.txt,sha256=36xqR3PJFT2kuwjkM_EqoIy0qFUDPKSm_mJaI7emewE,87
|
226
|
+
arpakitlib-1.7.252.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|