cognite-neat 0.75.9__py3-none-any.whl → 0.76.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.
Potentially problematic release.
This version of cognite-neat might be problematic. Click here for more details.
- cognite/neat/_version.py +1 -1
- cognite/neat/rules/exporters/_models.py +3 -0
- cognite/neat/rules/exporters/_rules2dms.py +46 -4
- cognite/neat/rules/exporters/_rules2excel.py +0 -9
- cognite/neat/rules/importers/_base.py +6 -0
- cognite/neat/rules/importers/_dms2rules.py +319 -125
- cognite/neat/rules/importers/_spreadsheet2rules.py +14 -8
- cognite/neat/rules/issues/base.py +3 -0
- cognite/neat/rules/issues/dms.py +142 -54
- cognite/neat/rules/issues/fileread.py +41 -0
- cognite/neat/rules/issues/importing.py +155 -0
- cognite/neat/rules/issues/spreadsheet.py +12 -9
- cognite/neat/rules/models/entities.py +29 -6
- cognite/neat/rules/models/rules/_base.py +5 -6
- cognite/neat/rules/models/rules/_dms_architect_rules.py +492 -332
- cognite/neat/rules/models/rules/_dms_rules_write.py +32 -30
- cognite/neat/rules/models/rules/_dms_schema.py +112 -22
- cognite/neat/rules/models/rules/_domain_rules.py +5 -0
- cognite/neat/rules/models/rules/_information_rules.py +13 -6
- cognite/neat/rules/models/wrapped_entities.py +166 -0
- {cognite_neat-0.75.9.dist-info → cognite_neat-0.76.0.dist-info}/METADATA +1 -1
- {cognite_neat-0.75.9.dist-info → cognite_neat-0.76.0.dist-info}/RECORD +25 -24
- {cognite_neat-0.75.9.dist-info → cognite_neat-0.76.0.dist-info}/LICENSE +0 -0
- {cognite_neat-0.75.9.dist-info → cognite_neat-0.76.0.dist-info}/WHEEL +0 -0
- {cognite_neat-0.75.9.dist-info → cognite_neat-0.76.0.dist-info}/entry_points.txt +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
cognite/neat/__init__.py,sha256=v-rRiDOgZ3sQSMQKq0vgUQZvpeOkoHFXissAx6Ktg84,61
|
|
2
|
-
cognite/neat/_version.py,sha256=
|
|
2
|
+
cognite/neat/_version.py,sha256=NLzZr35l5Xo_Hp0czW1LMpxi5-_GklXVkzMFLwdFUcI,23
|
|
3
3
|
cognite/neat/app/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
cognite/neat/app/api/asgi/metrics.py,sha256=nxFy7L5cChTI0a-zkCiJ59Aq8yLuIJp5c9Dg0wRXtV0,152
|
|
5
5
|
cognite/neat/app/api/configuration.py,sha256=2U5M6M252swvQPQyooA1EBzFUZNtcTmuSaywfJDgckM,4232
|
|
@@ -164,15 +164,15 @@ cognite/neat/rules/examples/wind-energy.owl,sha256=NuomCA9FuuLF0JlSuG3OKqD4VBcHg
|
|
|
164
164
|
cognite/neat/rules/exceptions.py,sha256=YLnsbXXJdDSr_szQoioEtOdqDV8PR7RdQjpMP2SWeCs,123868
|
|
165
165
|
cognite/neat/rules/exporters/__init__.py,sha256=Gn3CjkVKHJF9Po1ZPH4wAJ-sRW9up7b2CpXm-eReV3Q,413
|
|
166
166
|
cognite/neat/rules/exporters/_base.py,sha256=rJIKvM9CQlwwAOBlmpYepB1Urb-ZLC0xBxS0fE7am-I,1517
|
|
167
|
-
cognite/neat/rules/exporters/_models.py,sha256=
|
|
168
|
-
cognite/neat/rules/exporters/_rules2dms.py,sha256=
|
|
169
|
-
cognite/neat/rules/exporters/_rules2excel.py,sha256=
|
|
167
|
+
cognite/neat/rules/exporters/_models.py,sha256=vRd0P_YsrZ1eaAGGHfdTeFunaqHdaa0ZtnWiVZBR1nc,1976
|
|
168
|
+
cognite/neat/rules/exporters/_rules2dms.py,sha256=zFb-C4ihWrvud81AbNU2ZbSQ0jHqbYk4x34Zc1zFHyw,16126
|
|
169
|
+
cognite/neat/rules/exporters/_rules2excel.py,sha256=QFRNsd3kt1WLtz5WxI5gFErzS_Y1ScIb-u2QYNtnPAQ,13068
|
|
170
170
|
cognite/neat/rules/exporters/_rules2ontology.py,sha256=GBpaAjM0X8t02NWE3CRmKKovEiHhvOHdWfbeXP7Hh6c,20139
|
|
171
171
|
cognite/neat/rules/exporters/_rules2yaml.py,sha256=Irr4CwJ5pLlwiJeOMuGPU-HX9zoYrONyfV9JpRYz6j8,3038
|
|
172
172
|
cognite/neat/rules/exporters/_validation.py,sha256=zPMwQLw3U2HKFTtdrUMt2e0D-3FfgcaqdYU0DZ9YG_g,4090
|
|
173
173
|
cognite/neat/rules/importers/__init__.py,sha256=zqNbGpvdVhYkLjWx1i9dJ3FXzYGtuQyTydUYsj-BndQ,408
|
|
174
|
-
cognite/neat/rules/importers/_base.py,sha256=
|
|
175
|
-
cognite/neat/rules/importers/_dms2rules.py,sha256
|
|
174
|
+
cognite/neat/rules/importers/_base.py,sha256=ZT9kzmC8TluiMTao1rCVvD1ZK_Rq3WWclzn96ZuQg2U,4280
|
|
175
|
+
cognite/neat/rules/importers/_dms2rules.py,sha256=eSuUYZauRP3Hs3kh5SLUfd-KV_tubWesyxUEgbTdm6w,17827
|
|
176
176
|
cognite/neat/rules/importers/_dtdl2rules/__init__.py,sha256=CNR-sUihs2mnR1bPMKs3j3L4ds3vFTsrl6YycExZTfU,68
|
|
177
177
|
cognite/neat/rules/importers/_dtdl2rules/_unit_lookup.py,sha256=wW4saKva61Q_i17guY0dc4OseJDQfqHy_QZBtm0OD6g,12134
|
|
178
178
|
cognite/neat/rules/importers/_dtdl2rules/dtdl_converter.py,sha256=dHWbcP7rLxnLOef69DBR2xDYFIWj_DQPx-IkIWwBZIA,12676
|
|
@@ -183,29 +183,30 @@ cognite/neat/rules/importers/_owl2rules/_owl2classes.py,sha256=3qxQlZr-3MLhL0oDH
|
|
|
183
183
|
cognite/neat/rules/importers/_owl2rules/_owl2metadata.py,sha256=mqDa0oiKCX2gBEk47rX4r-VzOmsVyK6q_J7wvDOCklA,7804
|
|
184
184
|
cognite/neat/rules/importers/_owl2rules/_owl2properties.py,sha256=UB7iZZFkoeTsxuM745rl5I4Myp5mrotDgzmjPBBfv8w,7443
|
|
185
185
|
cognite/neat/rules/importers/_owl2rules/_owl2rules.py,sha256=CN0CK0vXzXwawRH1Sp4FdDmxjChP3IWZYdYb1HEV23s,6931
|
|
186
|
-
cognite/neat/rules/importers/_spreadsheet2rules.py,sha256=
|
|
186
|
+
cognite/neat/rules/importers/_spreadsheet2rules.py,sha256=Td5w03RCY7ligcLHrSEiCLMHngwLuwgTSSUruMe3jz8,11397
|
|
187
187
|
cognite/neat/rules/importers/_yaml2rules.py,sha256=LzcfsdKgU28TPAqxG5q3y09rJbUPbMhBWZRt0Z5bU3k,4299
|
|
188
188
|
cognite/neat/rules/issues/__init__.py,sha256=Ms6jgCxCezc5IgTOwCFtXQPtoVFfOvdcXj84_rs917I,563
|
|
189
|
-
cognite/neat/rules/issues/base.py,sha256=
|
|
190
|
-
cognite/neat/rules/issues/dms.py,sha256=
|
|
191
|
-
cognite/neat/rules/issues/fileread.py,sha256=
|
|
189
|
+
cognite/neat/rules/issues/base.py,sha256=MpqxzJrAEzPUOSdJEkUE1CvJogyWDN_7YJyoAY6sR_o,6242
|
|
190
|
+
cognite/neat/rules/issues/dms.py,sha256=0xBTYa3b3CPFjsdfKv59l3yX8DLTYB1Jo0LWDhfG6oQ,19178
|
|
191
|
+
cognite/neat/rules/issues/fileread.py,sha256=ao199mtvhPSW0IA8ZQZ0RzuLIIipYtL0jp6fLqxb4_c,5748
|
|
192
192
|
cognite/neat/rules/issues/formatters.py,sha256=_ag2bJ9hncOj8pAGJvTTEPs9kTtxbD7vkqvS9Zcnizc,3385
|
|
193
|
-
cognite/neat/rules/issues/importing.py,sha256=
|
|
194
|
-
cognite/neat/rules/issues/spreadsheet.py,sha256
|
|
193
|
+
cognite/neat/rules/issues/importing.py,sha256=p90847g_TbUAXMyxalcEaWXaPygJoSE5E85dQO4syoo,12288
|
|
194
|
+
cognite/neat/rules/issues/spreadsheet.py,sha256=-jMcamtvDIACKiIHtDNafjiMgovVN-VthyqE1FaSy-0,13936
|
|
195
195
|
cognite/neat/rules/issues/spreadsheet_file.py,sha256=YCp0Pk_TsiqYuOPdWpjUpre-zvi2c5_MvrC_dxw10YY,4964
|
|
196
196
|
cognite/neat/rules/models/data_types.py,sha256=lanwkhwG8iHKfjYfia4v2SBTJrMeXOsqaVkVEP2QMXs,6078
|
|
197
|
-
cognite/neat/rules/models/entities.py,sha256=
|
|
197
|
+
cognite/neat/rules/models/entities.py,sha256=iBG84Jr1qQ7PvkMJUJzJ1oWApeONb1IACixdJSztUhk,16395
|
|
198
198
|
cognite/neat/rules/models/rdfpath.py,sha256=RoHnfWufjnDtwJh7UUzWKoJz8luvX7Gb5SDQORfkQTE,11030
|
|
199
199
|
cognite/neat/rules/models/rules/__init__.py,sha256=YHzkEkDzDuPs9N69FP12SAbnOBiLOxk0m5jXH-IQgbY,522
|
|
200
|
-
cognite/neat/rules/models/rules/_base.py,sha256=
|
|
201
|
-
cognite/neat/rules/models/rules/_dms_architect_rules.py,sha256=
|
|
202
|
-
cognite/neat/rules/models/rules/_dms_rules_write.py,sha256=
|
|
203
|
-
cognite/neat/rules/models/rules/_dms_schema.py,sha256=
|
|
204
|
-
cognite/neat/rules/models/rules/_domain_rules.py,sha256=
|
|
205
|
-
cognite/neat/rules/models/rules/_information_rules.py,sha256=
|
|
200
|
+
cognite/neat/rules/models/rules/_base.py,sha256=bFH_HSftl960ROroUMy5jjXdIir6lm3tHK2qJmc-UG8,10876
|
|
201
|
+
cognite/neat/rules/models/rules/_dms_architect_rules.py,sha256=sGlV_hOyQemtUUwYC_fwtihk40PlU7WrlywdagP65fI,58546
|
|
202
|
+
cognite/neat/rules/models/rules/_dms_rules_write.py,sha256=9Qkij4JXAw-IQ1_-21tLiYZdmk63yr-XGC7WW0D63Wc,12935
|
|
203
|
+
cognite/neat/rules/models/rules/_dms_schema.py,sha256=ySGa0Qe_puGjXg1T-Ec0Kzvobqn60D5toFuSzeLuzW0,35870
|
|
204
|
+
cognite/neat/rules/models/rules/_domain_rules.py,sha256=2S74P9YPPtb6myx8wg3-el9jrEBMH9AOBg9dAfwzlh4,2934
|
|
205
|
+
cognite/neat/rules/models/rules/_information_rules.py,sha256=ni2KSHHG9nBqho50Sn5C7HJRHZCPatNUSM1xQSn_0lI,22447
|
|
206
206
|
cognite/neat/rules/models/rules/_types/__init__.py,sha256=l1tGxzE7ezNHIL72AoEvNHN2IFuitxOLxiHJG__s6t4,305
|
|
207
207
|
cognite/neat/rules/models/rules/_types/_base.py,sha256=2GhLUE1ukV8X8SGL_JDxpbWGZyAvOnSqAE6JmDh5wbI,929
|
|
208
208
|
cognite/neat/rules/models/rules/_types/_field.py,sha256=74WfCSVbTubpK4n4VsysQqCch6VI8IcPqnHQpvNbFZ8,3197
|
|
209
|
+
cognite/neat/rules/models/wrapped_entities.py,sha256=c5GkzOrYrE6SSRzIS2r8OAjhwxXpOoAO1WGc8kwiPPo,6154
|
|
209
210
|
cognite/neat/utils/__init__.py,sha256=l5Nyqhqo25bcQXCOb_lk01cr-UXsG8cczz_y_I0u6bg,68
|
|
210
211
|
cognite/neat/utils/auxiliary.py,sha256=E2-YtddzScvN7l7j0kNYIMlfqIUT9NWMqLpcJYPK4rY,309
|
|
211
212
|
cognite/neat/utils/cdf.py,sha256=dTg8wnm2916yhWT_2Jg9_PlauHCbmnuNgmpqrGU8eO0,711
|
|
@@ -263,8 +264,8 @@ cognite/neat/workflows/steps_registry.py,sha256=fkTX14ZA7_gkUYfWIlx7A1XbCidvqR23
|
|
|
263
264
|
cognite/neat/workflows/tasks.py,sha256=dqlJwKAb0jlkl7abbY8RRz3m7MT4SK8-7cntMWkOYjw,788
|
|
264
265
|
cognite/neat/workflows/triggers.py,sha256=_BLNplzoz0iic367u1mhHMHiUrCwP-SLK6_CZzfODX0,7071
|
|
265
266
|
cognite/neat/workflows/utils.py,sha256=gKdy3RLG7ctRhbCRwaDIWpL9Mi98zm56-d4jfHDqP1E,453
|
|
266
|
-
cognite_neat-0.
|
|
267
|
-
cognite_neat-0.
|
|
268
|
-
cognite_neat-0.
|
|
269
|
-
cognite_neat-0.
|
|
270
|
-
cognite_neat-0.
|
|
267
|
+
cognite_neat-0.76.0.dist-info/LICENSE,sha256=W8VmvFia4WHa3Gqxq1Ygrq85McUNqIGDVgtdvzT-XqA,11351
|
|
268
|
+
cognite_neat-0.76.0.dist-info/METADATA,sha256=I418U2p-Fg5bfUvyA4FjtzQzst-DOX-OHwgSFQy0RNI,9316
|
|
269
|
+
cognite_neat-0.76.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
270
|
+
cognite_neat-0.76.0.dist-info/entry_points.txt,sha256=61FPqiWb25vbqB0KI7znG8nsg_ibLHBvTjYnkPvNFso,50
|
|
271
|
+
cognite_neat-0.76.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|