trd-utils 0.0.8__py3-none-any.whl → 0.0.9__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.

Potentially problematic release.


This version of trd-utils might be problematic. Click here for more details.

trd_utils/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
 
2
- __version__ = "0.0.8"
2
+ __version__ = "0.0.9"
3
3
 
@@ -273,7 +273,7 @@ class BaseModel:
273
273
  if not isinstance(key, str):
274
274
  continue
275
275
 
276
- if key.startswith("__"):
276
+ if key.startswith("__") or key.startswith(f"_{self.__class__.__name__}__"):
277
277
  # ignore private attributes
278
278
  continue
279
279
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: trd_utils
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Summary: Common Basic Utils for Python3. By ALiwoto.
5
5
  Keywords: utils,trd_utils,basic-utils,common-utils
6
6
  Author: ALiwoto
@@ -1,4 +1,4 @@
1
- trd_utils/__init__.py,sha256=x8Q5rZnCFxZ07OYHc9lo38vz24idlsR1ABA1wjVy9wU,24
1
+ trd_utils/__init__.py,sha256=EtMikRqbxB479_heVdFOL4-tqL9aX5v56zrDcmFCRiE,24
2
2
  trd_utils/cipher/__init__.py,sha256=V05KNuzQwCic-ihMVHlC8sENaJGc3I8MCb4pg4849X8,1765
3
3
  trd_utils/common_utils/float_utils.py,sha256=W-jv7nzjl88xwGB6gsEXmDDhF6DseOrrVT2qx7OvyCo,266
4
4
  trd_utils/exchanges/__init__.py,sha256=SQJt5cIXh305miWuDumkOLZHzqDUyOqSmlhTT9Xc9RY,180
@@ -16,8 +16,8 @@ trd_utils/tradingview/__init__.py,sha256=H0QYb-O5qvy7qC3yswtlcSWLmeBnaS6oJ3Jtjvm
16
16
  trd_utils/tradingview/tradingview_client.py,sha256=g_eWYaCRQAL8Kvd-r6AnAdbH7Jha6C_GAyCuxh-RQUU,3917
17
17
  trd_utils/tradingview/tradingview_types.py,sha256=z21MXPVdWHAduEl3gSeMIRhxtBN9yK-jPYHfZSMIbSA,6144
18
18
  trd_utils/types_helper/__init__.py,sha256=VlEXDzOyn6fYH-dE86EGJ6u_el08QvdyOtJkj-0EAVA,65
19
- trd_utils/types_helper/base_model.py,sha256=diowqH_nh21HDUki_0nbrEtZd8IxGCpwrN8yCVN8QDE,9311
20
- trd_utils-0.0.8.dist-info/LICENSE,sha256=J1EP2xt87RjjmsTV1jTjHDQMLIM9FjdwEftTpw8hyv4,1067
21
- trd_utils-0.0.8.dist-info/METADATA,sha256=jssYMPDPHbev914kYnL9xsRRy3NDuP9Yry9yPLzhvgU,1094
22
- trd_utils-0.0.8.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
23
- trd_utils-0.0.8.dist-info/RECORD,,
19
+ trd_utils/types_helper/base_model.py,sha256=YjUV4eHNdySbskfXONgvhyyp0JtiAhkTeMhF_5b0evg,9362
20
+ trd_utils-0.0.9.dist-info/LICENSE,sha256=J1EP2xt87RjjmsTV1jTjHDQMLIM9FjdwEftTpw8hyv4,1067
21
+ trd_utils-0.0.9.dist-info/METADATA,sha256=POitI8oET_mWfr-xav-QUZsRREEemRdY_I3c7U80kj8,1094
22
+ trd_utils-0.0.9.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
23
+ trd_utils-0.0.9.dist-info/RECORD,,