logs-py 2.8__py3-none-any.whl → 2.8.2__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 logs-py might be problematic. Click here for more details.

@@ -18,7 +18,7 @@ class CustomSchemaSection(SerializeableContent, INamedEntity):
18
18
  name: str = "",
19
19
  ):
20
20
  self._name = name
21
- self._isFolded = None
21
+ self._isFolded = False
22
22
  self._children = None
23
23
 
24
24
  super().__init__(ref=ref)
LOGS/Entities/__init__.py CHANGED
@@ -16,6 +16,7 @@ from .BridgeRequestParameter import *
16
16
  from .BridgeType import *
17
17
  from .CustomField import *
18
18
  from .CustomFieldEnums import *
19
+ from .CustomSchemaSection import *
19
20
  from .CustomFieldRequestParameter import *
20
21
  from .CustomSchema import *
21
22
  from .Dataset import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: logs-py
3
- Version: 2.8
3
+ Version: 2.8.2
4
4
  Summary: A python interface for the LOGS public API
5
5
  Home-page: https://docs.logs-python.com
6
6
  Author: Sina Kazemi
@@ -30,7 +30,7 @@ LOGS/Entities/CustomFieldRequestParameter.py,sha256=lIkSRNteqOMFtkfv5c-6MT6FhHDl
30
30
  LOGS/Entities/CustomFields.py,sha256=-LVjEtaKvyzVFcT7JkhPUnaoKu6-7TvZEB6kl2ZLnM0,470
31
31
  LOGS/Entities/CustomSchema.py,sha256=LD2PIpWKSBd8b9bMBZXdNqIMBGtMgcMVVOwMfE5I0R4,2223
32
32
  LOGS/Entities/CustomSchemaParameter.py,sha256=hU7bB0QiKHM9bSjunZePqB5Xvmm01g1cGP3H-6QHxi8,1195
33
- LOGS/Entities/CustomSchemaSection.py,sha256=j_dpOJvDjXKk5zkwrsxhNu0k2Yi97mO5YX45JZSAw3g,1075
33
+ LOGS/Entities/CustomSchemaSection.py,sha256=StY01Cy_DS6d5ht_Fc-TRBA5grRoqWPIj2lIh2ktOB8,1076
34
34
  LOGS/Entities/DataSource.py,sha256=puyFmrW3ciJ4JZPfIPkM9B4_VFy-WPgmCgUPo4pqWIM,6307
35
35
  LOGS/Entities/DataSourceMinimal.py,sha256=KlejLccyZR_AP2LvFQgCJXpcmWwtaOg6rRTVsXXlODI,261
36
36
  LOGS/Entities/DataSourceRelations.py,sha256=eIszpHjZqz6v4WyhaPNu8efSzedsJLNrYR9b3hCa3HY,658
@@ -145,7 +145,7 @@ LOGS/Entities/TrackXY.py,sha256=rffrNVR8DbQpWcjQpFMM1_7OnefKEE7UzVWBPfYaRp0,1186
145
145
  LOGS/Entities/TrackXYComplex.py,sha256=dqByLLSTW3WerDrXkfOVgX6Nc2zuXHa6Pf3gulUlb6k,1692
146
146
  LOGS/Entities/TrackXYComplexData.py,sha256=xWd3_jdXa347Gh53NYIMo66nFirA60Zd2KxaPs4KHaY,1368
147
147
  LOGS/Entities/TrackXYData.py,sha256=6AbwG2qa2HN858ROLaLpzkuIlwsb8tN8wznaiKplRdo,819
148
- LOGS/Entities/__init__.py,sha256=Os_fyLxwi2bju8GIBy5LpFtlcW7eCGc2NP31g1EEhoQ,3202
148
+ LOGS/Entities/__init__.py,sha256=buzYe5xD9KvMByntu_TJWUYNZ_g94A5dSdRTvux8Gao,3237
149
149
  LOGS/Entity/ConnectedEntity.py,sha256=RIaOcOJWCrWooc9H8CkN4tbrLD0q4pM4CAeBX3ZRIVg,1617
150
150
  LOGS/Entity/Entity.py,sha256=uF7lCp-4HwUJ90ocRX_GCPu9KAZg2VAF5bCMlVfDtDs,6605
151
151
  LOGS/Entity/EntityConnector.py,sha256=Lp5rGDyTEoayPslieh_3QSzezwLiaj0lehejhu1LdKg,2061
@@ -176,7 +176,7 @@ LOGS/Interfaces/ISoftDeletable.py,sha256=urnmSfcYJrEm1iIo0k3nyBvMMnpomJWAYAON_uv
176
176
  LOGS/Interfaces/ITypedEntity.py,sha256=hMlzGuca8vW1qT5Dop-b-6_gteAeXjK0sz85eRjOZrY,724
177
177
  LOGS/Interfaces/IUniqueEntity.py,sha256=K-Q80qZX1wTjPnjbs-1PF85BbzYre2su_2xMnescYi4,1894
178
178
  LOGS/Interfaces/__init__.py,sha256=tGykqoQeT2_HV-oLYVKJJ9Z0a_Li8_y3AOJjG1btKYw,172
179
- logs_py-2.8.dist-info/METADATA,sha256=Cs1bFPykFYr4q4gLRtqp_tMVh4evCdS5BHhVUddiG08,2002
180
- logs_py-2.8.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
181
- logs_py-2.8.dist-info/top_level.txt,sha256=Ckn2LiAmGaR7k3tdEnKAc04z_uboMD4gLreYghRNdCs,5
182
- logs_py-2.8.dist-info/RECORD,,
179
+ logs_py-2.8.2.dist-info/METADATA,sha256=C5KdMplIQ4C1phyEPVLJO1N41ebBlzfMwVUhHxO7HmY,2004
180
+ logs_py-2.8.2.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
181
+ logs_py-2.8.2.dist-info/top_level.txt,sha256=Ckn2LiAmGaR7k3tdEnKAc04z_uboMD4gLreYghRNdCs,5
182
+ logs_py-2.8.2.dist-info/RECORD,,
File without changes