industrial-model 1.2.3__py3-none-any.whl → 1.2.4__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.
- {industrial_model-1.2.3.dist-info → industrial_model-1.2.4.dist-info}/METADATA +3 -2
- {industrial_model-1.2.3.dist-info → industrial_model-1.2.4.dist-info}/RECORD +4 -4
- {industrial_model-1.2.3.dist-info → industrial_model-1.2.4.dist-info}/WHEEL +0 -0
- {industrial_model-1.2.3.dist-info → industrial_model-1.2.4.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: industrial-model
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
4
4
|
Summary: Industrial Model ORM
|
|
5
5
|
Project-URL: Homepage, https://github.com/lucasrosaalves/industrial-model
|
|
6
6
|
Project-URL: Source, https://github.com/lucasrosaalves/industrial-model
|
|
@@ -34,7 +34,8 @@ from pathlib import Path
|
|
|
34
34
|
|
|
35
35
|
class Asset(ViewInstance):
|
|
36
36
|
view_config = ViewInstanceConfig(
|
|
37
|
-
|
|
37
|
+
view_external_id="CogniteAsset", # Map to the view externalId. If the class name is the same as the view external id, you do not need to configure this property.
|
|
38
|
+
instance_spaces_prefix="instance_data-", # Define the scope of your instance spaces to improve performance.
|
|
38
39
|
)
|
|
39
40
|
name: str
|
|
40
41
|
description: str | None = None
|
|
@@ -30,7 +30,7 @@ industrial_model/queries/params.py,sha256=50qY5BO5onLsXorhcv-7qCKhJaMO94UzhKLCmZ
|
|
|
30
30
|
industrial_model/queries/utils.py,sha256=uP6PLh9IVHDK6J8x444zHWPmyV4PkxdLO-PMc6qWItc,1505
|
|
31
31
|
industrial_model/statements/__init__.py,sha256=xazAVHvN8HKsWcXR2Hp1aGxd59stg13JXO6tgpJnsC4,5660
|
|
32
32
|
industrial_model/statements/expressions.py,sha256=4ZZOcZroI5-4xRw4PXIRlufi0ARndE5zSbbxLDpR2Ec,4816
|
|
33
|
-
industrial_model-1.2.
|
|
34
|
-
industrial_model-1.2.
|
|
35
|
-
industrial_model-1.2.
|
|
36
|
-
industrial_model-1.2.
|
|
33
|
+
industrial_model-1.2.4.dist-info/METADATA,sha256=By6k1IXT8Y09TlXsuGk4xwv5CAiJ9S0CeWgjRHDYyOs,29043
|
|
34
|
+
industrial_model-1.2.4.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
35
|
+
industrial_model-1.2.4.dist-info/licenses/LICENSE,sha256=BCHCZ1Qo7m4YvAEIQqtVBI3NebFJdZ8_7m_cxInIlN0,4934
|
|
36
|
+
industrial_model-1.2.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|