arpakitlib 1.7.111__py3-none-any.whl → 1.7.113__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/ar_arpakit_lib_module_util.py +7 -0
- {arpakitlib-1.7.111.dist-info → arpakitlib-1.7.113.dist-info}/METADATA +18 -17
- {arpakitlib-1.7.111.dist-info → arpakitlib-1.7.113.dist-info}/RECORD +7 -7
- {arpakitlib-1.7.111.dist-info → arpakitlib-1.7.113.dist-info}/LICENSE +0 -0
- {arpakitlib-1.7.111.dist-info → arpakitlib-1.7.113.dist-info}/NOTICE +0 -0
- {arpakitlib-1.7.111.dist-info → arpakitlib-1.7.113.dist-info}/WHEEL +0 -0
- {arpakitlib-1.7.111.dist-info → arpakitlib-1.7.113.dist-info}/entry_points.txt +0 -0
@@ -79,6 +79,12 @@ class ArpakitLibModules(NamedTuple):
|
|
79
79
|
if arpakit_lib_module.module_has_error
|
80
80
|
]
|
81
81
|
|
82
|
+
def have_modules_with_error(self) -> bool:
|
83
|
+
for arpakit_lib_module in self.arpakit_lib_modules:
|
84
|
+
if arpakit_lib_module.module_has_error:
|
85
|
+
return True
|
86
|
+
return False
|
87
|
+
|
82
88
|
def module_name_to_module_exception(self, *, filter_module_has_error: bool = False) -> dict[str, BaseException]:
|
83
89
|
if filter_module_has_error:
|
84
90
|
return {
|
@@ -150,6 +156,7 @@ def __example():
|
|
150
156
|
print(module_name)
|
151
157
|
print(d)
|
152
158
|
print()
|
159
|
+
print("have_modules_with_error", get_arpakit_lib_modules().have_modules_with_error())
|
153
160
|
|
154
161
|
|
155
162
|
if __name__ == '__main__':
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: arpakitlib
|
3
|
-
Version: 1.7.
|
3
|
+
Version: 1.7.113
|
4
4
|
Summary: arpakitlib
|
5
5
|
License: Apache-2.0
|
6
6
|
Keywords: arpakitlib,arpakit,arpakit-company,arpakitcompany,arpakit_company
|
@@ -10,45 +10,46 @@ Requires-Python: >=3.12.4,<4.0
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
11
11
|
Classifier: Intended Audience :: Developers
|
12
12
|
Classifier: License :: OSI Approved :: Apache Software License
|
13
|
-
Classifier: Operating System :: OS Independent
|
14
13
|
Classifier: Programming Language :: Python
|
15
14
|
Classifier: Programming Language :: Python :: 3
|
16
|
-
Classifier: Programming Language :: Python :: 3.13
|
17
15
|
Classifier: Programming Language :: Python :: 3.12
|
16
|
+
Classifier: Operating System :: OS Independent
|
18
17
|
Classifier: Topic :: Software Development :: Libraries
|
19
|
-
Requires-Dist: aiogram (>=3.
|
20
|
-
Requires-Dist: aiohttp-socks (>=0.
|
21
|
-
Requires-Dist: alembic (>=1.14.
|
18
|
+
Requires-Dist: aiogram (>=3.17.0,<4.0.0)
|
19
|
+
Requires-Dist: aiohttp-socks (>=0.10.1,<0.11.0)
|
20
|
+
Requires-Dist: alembic (>=1.14.1,<2.0.0)
|
22
21
|
Requires-Dist: asyncpg (>=0.30.0,<0.31.0)
|
23
|
-
Requires-Dist: asyncssh (>=2.
|
22
|
+
Requires-Dist: asyncssh (>=2.19.0,<3.0.0)
|
24
23
|
Requires-Dist: bs4 (>=0.0.2,<0.0.3)
|
25
|
-
Requires-Dist: cachetools (>=5.5.
|
24
|
+
Requires-Dist: cachetools (>=5.5.1,<6.0.0)
|
26
25
|
Requires-Dist: celery (>=5.4.0,<6.0.0)
|
27
26
|
Requires-Dist: cryptography (>=44.0.0,<45.0.0)
|
28
27
|
Requires-Dist: email-validator (>=2.2.0,<3.0.0)
|
29
|
-
Requires-Dist: emoji (>=2.14.
|
30
|
-
Requires-Dist: fastapi (>=0.115.
|
28
|
+
Requires-Dist: emoji (>=2.14.1,<3.0.0)
|
29
|
+
Requires-Dist: fastapi (>=0.115.6,<0.116.0)
|
31
30
|
Requires-Dist: gunicorn (>=23.0.0,<24.0.0)
|
32
31
|
Requires-Dist: itsdangerous (>=2.2.0,<3.0.0)
|
33
32
|
Requires-Dist: jupyter (>=1.1.1,<2.0.0)
|
34
33
|
Requires-Dist: matplotlib (>=3.10.0,<4.0.0)
|
35
|
-
Requires-Dist: openai (>=1.
|
34
|
+
Requires-Dist: openai (>=1.59.9,<2.0.0)
|
36
35
|
Requires-Dist: openpyxl (>=3.1.5,<4.0.0)
|
37
36
|
Requires-Dist: pandas (>=2.2.3,<3.0.0)
|
38
37
|
Requires-Dist: paramiko (>=3.5.0,<4.0.0)
|
39
38
|
Requires-Dist: poetry (>=2.0.1,<3.0.0)
|
40
39
|
Requires-Dist: psycopg2-binary (>=2.9.10,<3.0.0)
|
41
|
-
Requires-Dist: pydantic
|
40
|
+
Requires-Dist: pydantic (>=2.10.5,<3.0.0)
|
41
|
+
Requires-Dist: pydantic-settings (>=2.7.1,<3.0.0)
|
42
42
|
Requires-Dist: pyjwt (>=2.10.1,<3.0.0)
|
43
43
|
Requires-Dist: pymongo (>=4.10.1,<5.0.0)
|
44
44
|
Requires-Dist: pytz (>=2024.2,<2025.0)
|
45
45
|
Requires-Dist: pyzabbix (>=1.3.1,<2.0.0)
|
46
|
-
Requires-Dist: redis (>=5.2.0,<6.0.0)
|
47
46
|
Requires-Dist: requests[socks] (>=2.32.3,<3.0.0)
|
48
|
-
Requires-Dist: sqladmin
|
49
|
-
Requires-Dist: sqlalchemy (>=2.0.
|
50
|
-
Requires-Dist: twine (>=6.0
|
51
|
-
Requires-Dist: uvicorn (>=0.
|
47
|
+
Requires-Dist: sqladmin (>=0.20.1,<0.21.0)
|
48
|
+
Requires-Dist: sqlalchemy (>=2.0.37,<3.0.0)
|
49
|
+
Requires-Dist: twine (>=6.1.0,<7.0.0)
|
50
|
+
Requires-Dist: uvicorn (>=0.34.0,<0.35.0)
|
51
|
+
Project-URL: Documentation, https://github.com/ARPAKIT-Company/arpakitlib
|
52
|
+
Project-URL: Homepage, https://github.com/ARPAKIT-Company/arpakitlib
|
52
53
|
Project-URL: Repository, https://github.com/ARPAKIT-Company/arpakitlib
|
53
54
|
Description-Content-Type: text/markdown
|
54
55
|
|
@@ -120,7 +120,7 @@ arpakitlib/_arpakit_project_template/src/util/__init__.py,sha256=47DEQpj8HBSa-_T
|
|
120
120
|
arpakitlib/api_key_util.py,sha256=E84JlJXiDHtxLQmV8BNHvqNKu_G8-Dox0XxknYJQ37Q,422
|
121
121
|
arpakitlib/ar_additional_model_util.py,sha256=GFg-glLCxH9X95R2bhTJsscVwv37FgE1qbaAAyXrnIE,917
|
122
122
|
arpakitlib/ar_aiogram_util.py,sha256=5JPCDZpdBGTE-EIWPRez9amCZAX7XemFIVu5YrQK7Pw,12264
|
123
|
-
arpakitlib/ar_arpakit_lib_module_util.py,sha256=
|
123
|
+
arpakitlib/ar_arpakit_lib_module_util.py,sha256=UEPU8wk29R_bBP_RENnhXYzNbj_RF9FWjowrj_yxWLA,5931
|
124
124
|
arpakitlib/ar_arpakit_project_template_util.py,sha256=AswzQvvb-zfUyrcP4EP0K756YL-oC8fA9VperlPf_d0,3699
|
125
125
|
arpakitlib/ar_arpakit_schedule_uust_api_client_util.py,sha256=jGbP6egs2yhgfheyqhM0J-SeM2qp2YrW7dV-u9djv4Q,19223
|
126
126
|
arpakitlib/ar_arpakitlib_cli_util.py,sha256=8lhEDxnwMSRX2PGV2xQtQru1AYKSA92SVolol5u7iBk,3154
|
@@ -183,9 +183,9 @@ arpakitlib/ar_str_util.py,sha256=tFoGSDYoGpfdVHWor5Li9pEOFmDFlHkX-Z8iOy1LK7Y,353
|
|
183
183
|
arpakitlib/ar_type_util.py,sha256=7eqhkRcRpTIsIP_9EvnU-WoySLt1o1Ro88-5ZJui600,3719
|
184
184
|
arpakitlib/ar_yookassa_api_client_util.py,sha256=sh4fcUkAkdOetFn9JYoTvjcSXP-M1wU04KEY-ECLfLg,5137
|
185
185
|
arpakitlib/ar_zabbix_api_client_util.py,sha256=Q-VR4MvoZ9aHwZeYZr9G3LwN-ANx1T5KFmF6pvPM-9M,6402
|
186
|
-
arpakitlib-1.7.
|
187
|
-
arpakitlib-1.7.
|
188
|
-
arpakitlib-1.7.
|
189
|
-
arpakitlib-1.7.
|
190
|
-
arpakitlib-1.7.
|
191
|
-
arpakitlib-1.7.
|
186
|
+
arpakitlib-1.7.113.dist-info/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
|
187
|
+
arpakitlib-1.7.113.dist-info/METADATA,sha256=lzeFB7j0X90AtITqV9opWfMdzbTGiJtRzja-ZNlGppA,3176
|
188
|
+
arpakitlib-1.7.113.dist-info/NOTICE,sha256=95aUzaPJjVpDsGAsNzVnq7tHTxAl0s5UFznCTkVCau4,763
|
189
|
+
arpakitlib-1.7.113.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
190
|
+
arpakitlib-1.7.113.dist-info/entry_points.txt,sha256=36xqR3PJFT2kuwjkM_EqoIy0qFUDPKSm_mJaI7emewE,87
|
191
|
+
arpakitlib-1.7.113.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|