logs-py 3.0.12__py3-none-any.whl → 3.0.13__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.

@@ -1,7 +1,7 @@
1
1
  import uuid
2
2
  from typing import Any, List, Optional
3
3
 
4
- from deprecation import deprecated
4
+ from deprecation import deprecated # type: ignore
5
5
 
6
6
  from LOGS.Auxiliary.Tools import Tools
7
7
  from LOGS.Entities.FileEntry import FileEntry, FileFragment
@@ -55,6 +55,8 @@ class FileEntry(SerializableClass):
55
55
  super().__init__(
56
56
  self._fieldsFromPath(str(ref if fullPath is None else fullPath))
57
57
  )
58
+ else:
59
+ super().__init__(ref)
58
60
 
59
61
  if fullPath is not None:
60
62
  self.fullPath = fullPath
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: logs-py
3
- Version: 3.0.12
3
+ Version: 3.0.13
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
@@ -57,7 +57,7 @@ LOGS/Entities/DataSources.py,sha256=UU5ey98_vX4WQknyWITMy-dPOV-wgjblXxu5uXpnVso,
57
57
  LOGS/Entities/Dataset.py,sha256=VFPccmTCEsMH-WKd-MyqA9bbGl4CeZxNNzMZ9lHClOM,27758
58
58
  LOGS/Entities/DatasetCreator.py,sha256=GJ2e0pcYt5ziVqREViBM_uq45K3rm3FG_3NqIOjrO3Y,3253
59
59
  LOGS/Entities/DatasetInfo.py,sha256=GVs9dxE2ufMfiuhgKXDcN-GEi2VrZPM1TMBLwtsfMU0,4972
60
- LOGS/Entities/DatasetMatchTypes.py,sha256=6C60F0GcioNyfRWIIh2XGQJokZxFdBZY9UpKv1y3M7w,4363
60
+ LOGS/Entities/DatasetMatchTypes.py,sha256=1JYxDbY3jIOgbA_6JcXaGE1z-_7IXr4dsXj6nFl_dPQ,4379
61
61
  LOGS/Entities/DatasetMatching.py,sha256=1tLYQKFMssOQIPuCh06dr70oYCpjj4bXer6VAO3papM,6596
62
62
  LOGS/Entities/DatasetMinimal.py,sha256=AfSMihe4mU53D3dib1MzW7ZAtfvFytVyGpMMi3Fr2Cw,246
63
63
  LOGS/Entities/DatasetModels.py,sha256=ilJUJP1LWQXSXbvZ4NF0oHUpLPV9yd0sPVNiS60veec,695
@@ -81,7 +81,7 @@ LOGS/Entities/ExperimentMinimal.py,sha256=45NzqBQNwxC96qlEyf8ESLk76ATHem6F765m9s
81
81
  LOGS/Entities/ExperimentRelations.py,sha256=NgHv9xbOrsqi7JkExB34-zXsBh5UtZHVv_uheTt-tns,658
82
82
  LOGS/Entities/ExperimentRequestParameter.py,sha256=qz0a1JejJ0cAr-oSJVKQGnYSKinQABwdqCFjNQsP9VQ,1248
83
83
  LOGS/Entities/Experiments.py,sha256=U9O4JaKpOTui2vWEZ9WeOPHXkI-GMO__vFFYqB5t7Ws,453
84
- LOGS/Entities/FileEntry.py,sha256=iJtf_ByBwiCyd5ETXoMOcQG0oTbKviiE2dUwZCJNS74,4556
84
+ LOGS/Entities/FileEntry.py,sha256=h-jB7Xgzm1QF-5itz_d5usBzzca2SBpGbZDG3CP3Cdw,4604
85
85
  LOGS/Entities/FileExcludePattern.py,sha256=LhJfgiKrdTwYhXWBrb0PBMUh4H9vO1dFLFGC2gfHlz8,201
86
86
  LOGS/Entities/Format.py,sha256=yH4k1wLyhq09oD0N1SATJN-M4xbAZJLwQV8rMlXYWCA,2377
87
87
  LOGS/Entities/FormatFormat.py,sha256=H7uTmPyDZZjAf5IPjx4sTt40rLnigxE-CmWH9n4klFo,1416
@@ -255,7 +255,7 @@ LOGS/Parameters/ParameterElement.py,sha256=fr6AlO_flKRygZZFx1OILP4P-2lV2Tx4PAe6W
255
255
  LOGS/Parameters/ParameterList.py,sha256=ijukB1__iKI5cefmOIIWz0wKaPz9Cx8KpD7Y7Gz2Pn0,1478
256
256
  LOGS/Parameters/ParameterTable.py,sha256=7Lew4DPgWmKcpV1T-1Pvt00kEI05FB383QqO-LHAjds,1758
257
257
  LOGS/Parameters/__init__.py,sha256=KpMSuBPx964v2YMZ1BqVp8vjrgSpuiW9KYBm-aejRuc,312
258
- logs_py-3.0.12.dist-info/METADATA,sha256=OyQF_UaVSff1AssX_T3oHQ3vCci4x3b4XR1ZDMy_ZJY,2340
259
- logs_py-3.0.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
260
- logs_py-3.0.12.dist-info/top_level.txt,sha256=Ckn2LiAmGaR7k3tdEnKAc04z_uboMD4gLreYghRNdCs,5
261
- logs_py-3.0.12.dist-info/RECORD,,
258
+ logs_py-3.0.13.dist-info/METADATA,sha256=wYBZPvRrsD2qIMUK94IcMI1lHbcEyVPcnJpKcmjz97Y,2340
259
+ logs_py-3.0.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
260
+ logs_py-3.0.13.dist-info/top_level.txt,sha256=Ckn2LiAmGaR7k3tdEnKAc04z_uboMD4gLreYghRNdCs,5
261
+ logs_py-3.0.13.dist-info/RECORD,,