cognite-neat 0.76.2__py3-none-any.whl → 0.77.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/_rules2dms.py +3 -5
- cognite/neat/rules/exporters/_rules2excel.py +62 -37
- cognite/neat/rules/importers/_dms2rules.py +64 -31
- cognite/neat/rules/importers/_spreadsheet2rules.py +77 -58
- cognite/neat/rules/issues/dms.py +65 -0
- cognite/neat/rules/models/dms/_exporter.py +1 -3
- cognite/neat/rules/models/dms/_rules.py +2 -4
- cognite/neat/rules/models/dms/_rules_input.py +9 -0
- cognite/neat/rules/models/dms/_schema.py +160 -39
- cognite/neat/rules/models/dms/_serializer.py +5 -5
- cognite/neat/rules/models/dms/_validation.py +34 -1
- cognite/neat/rules/models/domain.py +1 -0
- cognite/neat/rules/models/information/_converter.py +2 -0
- cognite/neat/workflows/steps/lib/current/rules_exporter.py +2 -1
- {cognite_neat-0.76.2.dist-info → cognite_neat-0.77.0.dist-info}/METADATA +1 -1
- {cognite_neat-0.76.2.dist-info → cognite_neat-0.77.0.dist-info}/RECORD +20 -20
- {cognite_neat-0.76.2.dist-info → cognite_neat-0.77.0.dist-info}/LICENSE +0 -0
- {cognite_neat-0.76.2.dist-info → cognite_neat-0.77.0.dist-info}/WHEEL +0 -0
- {cognite_neat-0.76.2.dist-info → cognite_neat-0.77.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=FsVkDXIxQgpS6bGWK5nz3Q12DD7jjMcehD-qkWurVzM,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
|
|
@@ -165,14 +165,14 @@ cognite/neat/rules/exceptions.py,sha256=YLnsbXXJdDSr_szQoioEtOdqDV8PR7RdQjpMP2SW
|
|
|
165
165
|
cognite/neat/rules/exporters/__init__.py,sha256=Gn3CjkVKHJF9Po1ZPH4wAJ-sRW9up7b2CpXm-eReV3Q,413
|
|
166
166
|
cognite/neat/rules/exporters/_base.py,sha256=m63iw8xjlZbZAxGL8mn7pjGf1pW3rVv8C20_RSiu4t0,1511
|
|
167
167
|
cognite/neat/rules/exporters/_models.py,sha256=vRd0P_YsrZ1eaAGGHfdTeFunaqHdaa0ZtnWiVZBR1nc,1976
|
|
168
|
-
cognite/neat/rules/exporters/_rules2dms.py,sha256=
|
|
169
|
-
cognite/neat/rules/exporters/_rules2excel.py,sha256=
|
|
168
|
+
cognite/neat/rules/exporters/_rules2dms.py,sha256=_-RLw-SfmopQILKMvXwMkVCMHgNkyto5Z4xHzisniUQ,13530
|
|
169
|
+
cognite/neat/rules/exporters/_rules2excel.py,sha256=K3D_AC6UZ-cG9ZFkqFvuDiMTdBC9ZUW9_IkkY9KsYW0,14934
|
|
170
170
|
cognite/neat/rules/exporters/_rules2ontology.py,sha256=NWS3cn2927LQqW_PdQ-92OLIlmIKGNk7xh5yOMAyj94,20120
|
|
171
171
|
cognite/neat/rules/exporters/_rules2yaml.py,sha256=sOSdnTJ5mXuyAJECdNnNsX6oLvgETptkpgPUQbK0n2w,3026
|
|
172
172
|
cognite/neat/rules/exporters/_validation.py,sha256=OlKIyf4nhSDehJwFHDQ8Zdf6HpNfW7dSe2s67eywHu4,4078
|
|
173
173
|
cognite/neat/rules/importers/__init__.py,sha256=zqNbGpvdVhYkLjWx1i9dJ3FXzYGtuQyTydUYsj-BndQ,408
|
|
174
174
|
cognite/neat/rules/importers/_base.py,sha256=GUiJrYwJ25thI71iS9hCeP_iSZ0Vv8ou3z6MfD07FAk,4274
|
|
175
|
-
cognite/neat/rules/importers/_dms2rules.py,sha256=
|
|
175
|
+
cognite/neat/rules/importers/_dms2rules.py,sha256=nh9x1j5ZleviuTTRYuOoVK2XgJtpqfh93PUamt8CJxM,18317
|
|
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=ysmWUxZ0npwrTB0uiH5jA0v37sfCwowGaYk17IyxPUU,12663
|
|
@@ -183,11 +183,11 @@ cognite/neat/rules/importers/_owl2rules/_owl2classes.py,sha256=LInFeBq-NbBIuMEAw
|
|
|
183
183
|
cognite/neat/rules/importers/_owl2rules/_owl2metadata.py,sha256=NdPN0dBB0NYkAcfC0yrYdIrGfdPbl5gfeGnSV3EtUPM,7786
|
|
184
184
|
cognite/neat/rules/importers/_owl2rules/_owl2properties.py,sha256=BLptGmH-Aa5gZu0hDIxSZTrn9GmB2FicWgRYoETLSnQ,7437
|
|
185
185
|
cognite/neat/rules/importers/_owl2rules/_owl2rules.py,sha256=H2Vv56hXGFnq_b0obWGWr5ErDFcoWpT8G2uy89100cU,6925
|
|
186
|
-
cognite/neat/rules/importers/_spreadsheet2rules.py,sha256=
|
|
186
|
+
cognite/neat/rules/importers/_spreadsheet2rules.py,sha256=dKTue97yZlPQagegfdyOWthDQ6X07hfz18KLXZlUPtA,11882
|
|
187
187
|
cognite/neat/rules/importers/_yaml2rules.py,sha256=F0uksSz1A3po5OlRM2152_w5j8D9oYTLB9NFTkSMlWI,4275
|
|
188
188
|
cognite/neat/rules/issues/__init__.py,sha256=Ms6jgCxCezc5IgTOwCFtXQPtoVFfOvdcXj84_rs917I,563
|
|
189
189
|
cognite/neat/rules/issues/base.py,sha256=i2aTC-wq3UVW2bj_7wKeuhYxCpMD06Bd9-m00bWcTBs,6438
|
|
190
|
-
cognite/neat/rules/issues/dms.py,sha256=
|
|
190
|
+
cognite/neat/rules/issues/dms.py,sha256=7UyVCqLfky6-KR9-pGNDhJhhMpAxuvOXj2FG-OR5kSA,22035
|
|
191
191
|
cognite/neat/rules/issues/fileread.py,sha256=ao199mtvhPSW0IA8ZQZ0RzuLIIipYtL0jp6fLqxb4_c,5748
|
|
192
192
|
cognite/neat/rules/issues/formatters.py,sha256=_ag2bJ9hncOj8pAGJvTTEPs9kTtxbD7vkqvS9Zcnizc,3385
|
|
193
193
|
cognite/neat/rules/issues/importing.py,sha256=p90847g_TbUAXMyxalcEaWXaPygJoSE5E85dQO4syoo,12288
|
|
@@ -202,16 +202,16 @@ cognite/neat/rules/models/_types/_field.py,sha256=74WfCSVbTubpK4n4VsysQqCch6VI8I
|
|
|
202
202
|
cognite/neat/rules/models/data_types.py,sha256=lanwkhwG8iHKfjYfia4v2SBTJrMeXOsqaVkVEP2QMXs,6078
|
|
203
203
|
cognite/neat/rules/models/dms/__init__.py,sha256=Wzyqzz2ZIjpUbDg04CMuuIAw-f2A02DayNeqO9R-2Hw,491
|
|
204
204
|
cognite/neat/rules/models/dms/_converter.py,sha256=x3u3jLnkknozoXXoAXXOWFHCsppqUwSvWv9wMOJ2F1Y,5706
|
|
205
|
-
cognite/neat/rules/models/dms/_exporter.py,sha256=
|
|
206
|
-
cognite/neat/rules/models/dms/_rules.py,sha256=
|
|
207
|
-
cognite/neat/rules/models/dms/_rules_input.py,sha256=
|
|
208
|
-
cognite/neat/rules/models/dms/_schema.py,sha256
|
|
209
|
-
cognite/neat/rules/models/dms/_serializer.py,sha256=
|
|
210
|
-
cognite/neat/rules/models/dms/_validation.py,sha256=
|
|
211
|
-
cognite/neat/rules/models/domain.py,sha256=
|
|
205
|
+
cognite/neat/rules/models/dms/_exporter.py,sha256=bmU3jh4WfusHszQPtLardfc7F1_0oyntvnbfXcVPbtQ,18809
|
|
206
|
+
cognite/neat/rules/models/dms/_rules.py,sha256=DNzl-wiZzGmsa8RFO9fwdjJGfZb9Akj3lEtyS54-t7U,15545
|
|
207
|
+
cognite/neat/rules/models/dms/_rules_input.py,sha256=qfInh3JYf7XGEghxPOtIj7GY0f5_aVvnYeUBmfGV9mk,13620
|
|
208
|
+
cognite/neat/rules/models/dms/_schema.py,sha256=e8UhfPK3xfBGHfxwgpHlRnh8nfl3Lt2TqPMOvLuryYc,41719
|
|
209
|
+
cognite/neat/rules/models/dms/_serializer.py,sha256=Zulj__rnaVNtrbGJPkn4dYMfMXWYyRmtNPR2Yb5zYW0,6668
|
|
210
|
+
cognite/neat/rules/models/dms/_validation.py,sha256=7rIBBGjQTP4UYJDz1zK32b12SaTz_YeA6iVvX5XAWAo,14273
|
|
211
|
+
cognite/neat/rules/models/domain.py,sha256=13OhG-XavE5ipU2ICaYaUhz60volkuVfbJrsp0PhaUU,2993
|
|
212
212
|
cognite/neat/rules/models/entities.py,sha256=iBG84Jr1qQ7PvkMJUJzJ1oWApeONb1IACixdJSztUhk,16395
|
|
213
213
|
cognite/neat/rules/models/information/__init__.py,sha256=KvbYxVk38qReGbGTrU_Y3P3Gz6Bfghk5lHSKs8DlTOI,195
|
|
214
|
-
cognite/neat/rules/models/information/_converter.py,sha256=
|
|
214
|
+
cognite/neat/rules/models/information/_converter.py,sha256=jzaIk7Q2CeU3TIGULEINwUNNyhWu-VdOW646EjH_FrI,7964
|
|
215
215
|
cognite/neat/rules/models/information/_rules.py,sha256=YE7X8MsPQv-AVtl4vYtQW99moT45sYk2dI2DDS1YRO0,15546
|
|
216
216
|
cognite/neat/rules/models/wrapped_entities.py,sha256=c5GkzOrYrE6SSRzIS2r8OAjhwxXpOoAO1WGc8kwiPPo,6154
|
|
217
217
|
cognite/neat/utils/__init__.py,sha256=l5Nyqhqo25bcQXCOb_lk01cr-UXsG8cczz_y_I0u6bg,68
|
|
@@ -253,7 +253,7 @@ cognite/neat/workflows/steps/lib/current/__init__.py,sha256=c22IznGdCSNCpXCi_yon
|
|
|
253
253
|
cognite/neat/workflows/steps/lib/current/graph_extractor.py,sha256=vW9UpJScx5dFVCSairpOdWRdBdLpkCt2kNh6litbF0o,5161
|
|
254
254
|
cognite/neat/workflows/steps/lib/current/graph_loader.py,sha256=HfGg1HRZhbV58TFu89FTjKeUxGsbCYLeFJIQFDN_pQM,2341
|
|
255
255
|
cognite/neat/workflows/steps/lib/current/graph_store.py,sha256=r7VTxdaz8jJQU7FJbnRDMxvEYbSAZFNMABhPyfNwiFk,6295
|
|
256
|
-
cognite/neat/workflows/steps/lib/current/rules_exporter.py,sha256=
|
|
256
|
+
cognite/neat/workflows/steps/lib/current/rules_exporter.py,sha256=wUQAZXWBCqWXe0241QSREtnNTii_tSmOkeiSPwNQRjk,22898
|
|
257
257
|
cognite/neat/workflows/steps/lib/current/rules_importer.py,sha256=yDq06cvxLvEpSnTXTjwhxDie_MzHa3wO1A4cbKnrH6c,10338
|
|
258
258
|
cognite/neat/workflows/steps/lib/current/rules_validator.py,sha256=fDRQiRHN9Cuph38-WruK0T1UG5H448S_GsbzdOpi0h4,4729
|
|
259
259
|
cognite/neat/workflows/steps/lib/io/__init__.py,sha256=k7IPbIq3ey19oRc5sA_15F99-O6dxzqbm1LihGRRo5A,32
|
|
@@ -271,8 +271,8 @@ cognite/neat/workflows/steps_registry.py,sha256=fkTX14ZA7_gkUYfWIlx7A1XbCidvqR23
|
|
|
271
271
|
cognite/neat/workflows/tasks.py,sha256=dqlJwKAb0jlkl7abbY8RRz3m7MT4SK8-7cntMWkOYjw,788
|
|
272
272
|
cognite/neat/workflows/triggers.py,sha256=_BLNplzoz0iic367u1mhHMHiUrCwP-SLK6_CZzfODX0,7071
|
|
273
273
|
cognite/neat/workflows/utils.py,sha256=gKdy3RLG7ctRhbCRwaDIWpL9Mi98zm56-d4jfHDqP1E,453
|
|
274
|
-
cognite_neat-0.
|
|
275
|
-
cognite_neat-0.
|
|
276
|
-
cognite_neat-0.
|
|
277
|
-
cognite_neat-0.
|
|
278
|
-
cognite_neat-0.
|
|
274
|
+
cognite_neat-0.77.0.dist-info/LICENSE,sha256=W8VmvFia4WHa3Gqxq1Ygrq85McUNqIGDVgtdvzT-XqA,11351
|
|
275
|
+
cognite_neat-0.77.0.dist-info/METADATA,sha256=aydcanjya23Af6cnUR8ZTbMURCUXiMSTGMjxvJgydfw,9316
|
|
276
|
+
cognite_neat-0.77.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
277
|
+
cognite_neat-0.77.0.dist-info/entry_points.txt,sha256=61FPqiWb25vbqB0KI7znG8nsg_ibLHBvTjYnkPvNFso,50
|
|
278
|
+
cognite_neat-0.77.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|