wizata-dsapi 1.2.22__tar.gz → 1.2.24__tar.gz
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.
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/PKG-INFO +1 -1
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/datapoint.py +6 -1
- wizata_dsapi-1.2.24/wizata_dsapi/version.py +1 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi.egg-info/PKG-INFO +1 -1
- wizata_dsapi-1.2.22/wizata_dsapi/version.py +0 -1
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/LICENSE.txt +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/README.rst +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/setup.cfg +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/setup.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/__init__.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/api_config.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/api_dto.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/api_interface.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/bucket.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/business_label.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/context.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/dataframe_toolkit.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/datastore.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/ds_dataframe.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/dsapi_json_encoder.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/evaluation.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/execution.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/experiment.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/group_system.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/ilogger.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/insight.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/mlmodel.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/model_toolkit.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/models/__init__.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/models/common.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/paged_query_result.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/pipeline.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/pipeline_image.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/plot.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/plots/__init__.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/plots/common.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/request.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/script.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/scripts/__init__.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/scripts/common.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/solution_component.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/streamlit_utils.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/template.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/trigger.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/twin.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/twinregistration.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/wizard_function.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/wizard_request.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/wizata_dsapi_client.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi/words.py +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi.egg-info/SOURCES.txt +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi.egg-info/dependency_links.txt +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi.egg-info/requires.txt +0 -0
- {wizata_dsapi-1.2.22 → wizata_dsapi-1.2.24}/wizata_dsapi.egg-info/top_level.txt +0 -0
|
@@ -21,6 +21,7 @@ class Category(ApiDto):
|
|
|
21
21
|
else:
|
|
22
22
|
self.category_id = category_id
|
|
23
23
|
self.name = name
|
|
24
|
+
self.units = []
|
|
24
25
|
|
|
25
26
|
def api_id(self) -> str:
|
|
26
27
|
return str(self.category_id).upper()
|
|
@@ -149,13 +150,17 @@ class Unit(ApiDto):
|
|
|
149
150
|
if self.short_name is not None and self.short_name != '':
|
|
150
151
|
obj["shortName"] = self.short_name
|
|
151
152
|
if self.short_name is not None and self.short_name != '':
|
|
152
|
-
obj["fullName"] = self.
|
|
153
|
+
obj["fullName"] = self.full_name
|
|
153
154
|
if self.category_id is not None:
|
|
154
155
|
obj["categoryId"] = str(self.category_id)
|
|
155
156
|
if self.from_canonical is not None and self.from_canonical != '':
|
|
156
157
|
obj["fromCanonical"] = self.from_canonical
|
|
158
|
+
else:
|
|
159
|
+
obj["fromCanonical"] = None
|
|
157
160
|
if self.to_canonical is not None and self.to_canonical != '':
|
|
158
161
|
obj["toCanonical"] = self.to_canonical
|
|
162
|
+
else:
|
|
163
|
+
obj["toCanonical"] = None
|
|
159
164
|
return obj
|
|
160
165
|
|
|
161
166
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.2.24"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.2.22"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|