gomyck-tools 1.2.11__py3-none-any.whl → 1.2.12__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.
- ctools/database.py +0 -8
- ctools/dict_wrapper.py +1 -3
- {gomyck_tools-1.2.11.dist-info → gomyck_tools-1.2.12.dist-info}/METADATA +1 -1
- {gomyck_tools-1.2.11.dist-info → gomyck_tools-1.2.12.dist-info}/RECORD +6 -6
- {gomyck_tools-1.2.11.dist-info → gomyck_tools-1.2.12.dist-info}/WHEEL +0 -0
- {gomyck_tools-1.2.11.dist-info → gomyck_tools-1.2.12.dist-info}/top_level.txt +0 -0
ctools/database.py
CHANGED
@@ -88,14 +88,6 @@ class BaseMixin(Base):
|
|
88
88
|
__abstract__ = True
|
89
89
|
obj_id = Column(Integer, primary_key=True, default=generate_custom_id)
|
90
90
|
|
91
|
-
@property
|
92
|
-
def query_params(self):
|
93
|
-
return self._query_params
|
94
|
-
|
95
|
-
@query_params.setter
|
96
|
-
def query_params(self, value):
|
97
|
-
self._query_params = value
|
98
|
-
|
99
91
|
# ext1 = Column(String)
|
100
92
|
# ext2 = Column(String)
|
101
93
|
# ext3 = Column(String)
|
ctools/dict_wrapper.py
CHANGED
@@ -8,9 +8,7 @@ class DictWrapper(dict):
|
|
8
8
|
def __getattr__(self, key):
|
9
9
|
res = self.get(key)
|
10
10
|
if res is None:
|
11
|
-
|
12
|
-
if res is None:
|
13
|
-
raise AttributeError(f" ==>> {key} <<== Not Found In This Entity!!!")
|
11
|
+
raise AttributeError(f" ==>> {key} <<== Not Found In This Entity!!!")
|
14
12
|
if isinstance(res, dict):
|
15
13
|
return DictWrapper(res)
|
16
14
|
return res
|
@@ -20,9 +20,9 @@ ctools/cron_lite.py,sha256=f9g7-64GsCxcAW-HUAvT6S-kooScl8zaJyqwHY-X_rE,8308
|
|
20
20
|
ctools/ctoken.py,sha256=NZSBGF3lJajJFLRIZoeXmpp8h5cKM0dAH2weySgeORc,882
|
21
21
|
ctools/cword.py,sha256=ZRzAFn96yjo-hAbZuGIm4DoBAL2y8tFySWZ5xbYgY6Q,857
|
22
22
|
ctools/czip.py,sha256=g-2s804R06Bnp19ByVsYeRbwx5HQf_KwrStvHimVyns,632
|
23
|
-
ctools/database.py,sha256=
|
23
|
+
ctools/database.py,sha256=4j8pPBCJ8DwZrWpeBEiLVtYDMjzkDgkPGQTkOD_kzKI,6415
|
24
24
|
ctools/date_utils.py,sha256=h3rvlw_K2F0QTac2Zat_1us76R0P-Qj6_6NeQPfM3VE,1697
|
25
|
-
ctools/dict_wrapper.py,sha256=
|
25
|
+
ctools/dict_wrapper.py,sha256=otxDX0CCKbBCVFtASweo5VEv6_ettH-CptA6azX1mJI,460
|
26
26
|
ctools/douglas_rarefy.py,sha256=43WRjGGsQ_o1yPEXypA1Xv_yuo90RVo7qaYGRslx5gQ,4890
|
27
27
|
ctools/download_tools.py,sha256=oJbG12Hojd0J17sAlvMU480P3abi4_AB9oZkEBGFPuo,1930
|
28
28
|
ctools/enums.py,sha256=QbHa3j7j4-BDdwaga5Y0nYfA2uNSVJDHumYdIZdKVkM,118
|
@@ -56,7 +56,7 @@ ctools/win_control.py,sha256=35f9x_ijSyc4ZDkcT32e9ZIhr_ffNxadynrQfFuIdYo,3489
|
|
56
56
|
ctools/word_fill.py,sha256=xeo-P4DOjQUqd-o9XL3g66wQrE2diUPGwFywm8TdVyw,18210
|
57
57
|
ctools/word_fill_entity.py,sha256=eX3G0Gy16hfGpavQSEkCIoKDdTnNgRRJrFvKliETZK8,985
|
58
58
|
ctools/work_path.py,sha256=OmfYu-Jjg2huRY6Su8zJ_2EGFFhtBZFbobYTwbjJtG4,1817
|
59
|
-
gomyck_tools-1.2.
|
60
|
-
gomyck_tools-1.2.
|
61
|
-
gomyck_tools-1.2.
|
62
|
-
gomyck_tools-1.2.
|
59
|
+
gomyck_tools-1.2.12.dist-info/METADATA,sha256=Ouk6gMVb3jK374-BFLiozi3oMR-5idLHeBCEqfMdePA,1377
|
60
|
+
gomyck_tools-1.2.12.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
61
|
+
gomyck_tools-1.2.12.dist-info/top_level.txt,sha256=-MiIH9FYRVKp1i5_SVRkaI-71WmF1sZSRrNWFU9ls3s,7
|
62
|
+
gomyck_tools-1.2.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|