arpakitlib 1.8.270__py3-none-any.whl → 1.8.272__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_sqlalchemy_util.py +4 -0
- {arpakitlib-1.8.270.dist-info → arpakitlib-1.8.272.dist-info}/METADATA +9 -7
- {arpakitlib-1.8.270.dist-info → arpakitlib-1.8.272.dist-info}/RECORD +6 -6
- {arpakitlib-1.8.270.dist-info → arpakitlib-1.8.272.dist-info}/WHEEL +1 -1
- {arpakitlib-1.8.270.dist-info → arpakitlib-1.8.272.dist-info}/entry_points.txt +0 -0
- {arpakitlib-1.8.270.dist-info → arpakitlib-1.8.272.dist-info/licenses}/LICENSE +0 -0
arpakitlib/ar_sqlalchemy_util.py
CHANGED
@@ -309,6 +309,10 @@ class SQLAlchemyDb:
|
|
309
309
|
from arpakitlib.ar_sqlalchemy_drop_check_constraints import drop_sqlalchemy_check_constraints
|
310
310
|
drop_sqlalchemy_check_constraints(base_=self.base_dbm, engine=self.engine)
|
311
311
|
|
312
|
+
def drop_and_ensure_check_constraints(self):
|
313
|
+
self.drop_check_constraints()
|
314
|
+
self.ensure_check_constraints()
|
315
|
+
|
312
316
|
def init(self, ensure_check_constraints: bool = True):
|
313
317
|
self.base_dbm.metadata.create_all(bind=self.engine, checkfirst=True)
|
314
318
|
if ensure_check_constraints:
|
@@ -1,8 +1,9 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: arpakitlib
|
3
|
-
Version: 1.8.
|
3
|
+
Version: 1.8.272
|
4
4
|
Summary: arpakitlib
|
5
5
|
License: Apache-2.0
|
6
|
+
License-File: LICENSE
|
6
7
|
Keywords: arpakitlib,arpakit,arpakit-company,arpakitcompany,arpakit_company
|
7
8
|
Author: arpakit_company
|
8
9
|
Author-email: support@arpakit.com
|
@@ -29,17 +30,17 @@ Requires-Dist: cachetools (>=5.5.1,<6.0.0)
|
|
29
30
|
Requires-Dist: celery (>=5.4.0,<6.0.0)
|
30
31
|
Requires-Dist: email-validator (>=2.2.0,<3.0.0)
|
31
32
|
Requires-Dist: emoji (>=2.14.1,<3.0.0)
|
32
|
-
Requires-Dist: fastapi (>=0.
|
33
|
+
Requires-Dist: fastapi (>=0.118.0,<0.119.0)
|
33
34
|
Requires-Dist: gunicorn (>=23.0.0,<24.0.0)
|
34
35
|
Requires-Dist: itsdangerous (>=2.2.0,<3.0.0)
|
35
36
|
Requires-Dist: jupyter (>=1.1.1,<2.0.0)
|
36
37
|
Requires-Dist: markdown (>=3.7,<4.0)
|
37
38
|
Requires-Dist: matplotlib (>=3.10.0,<4.0.0)
|
38
|
-
Requires-Dist: openai (>=
|
39
|
+
Requires-Dist: openai (>=2.2.0,<3.0.0)
|
39
40
|
Requires-Dist: openpyxl (>=3.1.5,<4.0.0)
|
40
41
|
Requires-Dist: orjson (>=3.10.15,<4.0.0)
|
41
42
|
Requires-Dist: pandas (>=2.2.3,<3.0.0)
|
42
|
-
Requires-Dist: paramiko (>=
|
43
|
+
Requires-Dist: paramiko (>=4.0.0,<5.0.0)
|
43
44
|
Requires-Dist: pika (>=1.3.2,<2.0.0)
|
44
45
|
Requires-Dist: poetry (>=2.0.1,<3.0.0)
|
45
46
|
Requires-Dist: psycopg2-binary (>=2.9.10,<3.0.0)
|
@@ -52,14 +53,15 @@ Requires-Dist: pytelegrambotapi (>=4.27.0,<5.0.0)
|
|
52
53
|
Requires-Dist: pytz (>=2024.2,<2025.0)
|
53
54
|
Requires-Dist: pyzabbix (>=1.3.1,<2.0.0)
|
54
55
|
Requires-Dist: qrcode (>=8.2,<9.0)
|
56
|
+
Requires-Dist: rapidfuzz (>=3.14.1,<4.0.0)
|
55
57
|
Requires-Dist: requests-ntlm (>=1.3.0,<2.0.0)
|
56
58
|
Requires-Dist: requests[socks] (>=2.32.3,<3.0.0)
|
57
59
|
Requires-Dist: scipy (>=1.15.1,<2.0.0)
|
58
60
|
Requires-Dist: speechrecognition (>=3.14.3,<4.0.0)
|
59
|
-
Requires-Dist: sqladmin (>=0.
|
61
|
+
Requires-Dist: sqladmin (>=0.21.0,<0.22.0)
|
60
62
|
Requires-Dist: sqlalchemy (>=2.0.37,<3.0.0)
|
61
63
|
Requires-Dist: twine (>=6.1.0,<7.0.0)
|
62
|
-
Requires-Dist: uvicorn (>=0.
|
64
|
+
Requires-Dist: uvicorn (>=0.37.0,<0.38.0)
|
63
65
|
Requires-Dist: xlrd (>=2.0.1,<3.0.0)
|
64
66
|
Requires-Dist: xlsxwriter (>=3.2.5,<4.0.0)
|
65
67
|
Project-URL: Documentation, https://github.com/ARPAKIT-Company/arpakitlib
|
@@ -427,12 +427,12 @@ arpakitlib/ar_settings_util.py,sha256=Y5wi_cmsjDjfJpM0VJHjbo0NoVPKfypKaD1USowwDt
|
|
427
427
|
arpakitlib/ar_sleep_util.py,sha256=ggaj7ML6QK_ADsHMcyu6GUmUpQ_9B9n-SKYH17h-9lM,1045
|
428
428
|
arpakitlib/ar_sqladmin_util.py,sha256=SEoaowAPF3lhxPsNjwmOymNJ55Ty9rmzvsDm7gD5Ceo,861
|
429
429
|
arpakitlib/ar_sqlalchemy_drop_check_constraints.py,sha256=XEqnMrIwSYasW_UOJ8xU-JhsVrcYeyehalFuSvmJMak,3518
|
430
|
-
arpakitlib/ar_sqlalchemy_util.py,sha256=
|
430
|
+
arpakitlib/ar_sqlalchemy_util.py,sha256=nUDCxhu0l8P0eBCdLyXej3_yLvBlB3LrGhMWzAekm5E,16532
|
431
431
|
arpakitlib/ar_str_util.py,sha256=2lGpnXDf2h1cBZpVf5i1tX_HCv5iBd6IGnrCw4QWWlY,4350
|
432
432
|
arpakitlib/ar_type_util.py,sha256=Cs_tef-Fc5xeyAF54KgISCsP11NHyzIsglm4S3Xx7iM,4049
|
433
433
|
arpakitlib/ar_yookassa_api_client_util.py,sha256=VozuZeCJjmLd1zj2BdC9WfiAQ3XYOrIMsdpNK-AUlm0,5347
|
434
|
-
arpakitlib-1.8.
|
435
|
-
arpakitlib-1.8.
|
436
|
-
arpakitlib-1.8.
|
437
|
-
arpakitlib-1.8.
|
438
|
-
arpakitlib-1.8.
|
434
|
+
arpakitlib-1.8.272.dist-info/METADATA,sha256=y8HfA6JyRYqaV0PibYCeIvM53RXTblT5RiNqt7_1Tic,3983
|
435
|
+
arpakitlib-1.8.272.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
436
|
+
arpakitlib-1.8.272.dist-info/entry_points.txt,sha256=36xqR3PJFT2kuwjkM_EqoIy0qFUDPKSm_mJaI7emewE,87
|
437
|
+
arpakitlib-1.8.272.dist-info/licenses/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
|
438
|
+
arpakitlib-1.8.272.dist-info/RECORD,,
|
File without changes
|
File without changes
|