industrial-model 0.1.41__py3-none-any.whl → 1.0.0__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-0.1.41.dist-info → industrial_model-1.0.0.dist-info}/METADATA +2 -3
- {industrial_model-0.1.41.dist-info → industrial_model-1.0.0.dist-info}/RECORD +4 -4
- {industrial_model-0.1.41.dist-info → industrial_model-1.0.0.dist-info}/WHEEL +0 -0
- {industrial_model-0.1.41.dist-info → industrial_model-1.0.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: industrial-model
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
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
|
|
@@ -24,7 +24,7 @@ Description-Content-Type: text/markdown
|
|
|
24
24
|
|
|
25
25
|
# 📦 industrial-model
|
|
26
26
|
|
|
27
|
-
`industrial-model` is a Python ORM-style abstraction for querying views
|
|
27
|
+
`industrial-model` is a Python ORM-style abstraction for querying views in Cognite Data Fusion (CDF). It provides a declarative and type-safe way to model CDF views using `pydantic`, build queries, and interact with the CDF API in a Pythonic fashion.
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
|
@@ -54,7 +54,6 @@ We use the simplified version of the `CogniteAsset`view in the `CogniteCore` dat
|
|
|
54
54
|
|
|
55
55
|
```graphql
|
|
56
56
|
type CogniteAsset {
|
|
57
|
-
object3D: Cognite3DObject
|
|
58
57
|
name: String
|
|
59
58
|
description: String
|
|
60
59
|
tags: [String]
|
|
@@ -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=3Et9PM7AMbIS7Fh9051Q0u3qUpX6588d1yuNrvdd4wI,5429
|
|
32
32
|
industrial_model/statements/expressions.py,sha256=4ZZOcZroI5-4xRw4PXIRlufi0ARndE5zSbbxLDpR2Ec,4816
|
|
33
|
-
industrial_model-0.
|
|
34
|
-
industrial_model-0.
|
|
35
|
-
industrial_model-0.
|
|
36
|
-
industrial_model-0.
|
|
33
|
+
industrial_model-1.0.0.dist-info/METADATA,sha256=NDEiaElRHaf8EmCWcPkT1JUeRVL0xa_ZehEdR0m4iUI,7680
|
|
34
|
+
industrial_model-1.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
35
|
+
industrial_model-1.0.0.dist-info/licenses/LICENSE,sha256=BCHCZ1Qo7m4YvAEIQqtVBI3NebFJdZ8_7m_cxInIlN0,4934
|
|
36
|
+
industrial_model-1.0.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|