cognite-neat 0.112.1__tar.gz → 0.113.1__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.
Potentially problematic release.
This version of cognite-neat might be problematic. Click here for more details.
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/PKG-INFO +1 -1
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/_base.py +1 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/_read.py +70 -16
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/_state.py +28 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/_to.py +14 -8
- cognite_neat-0.113.1/cognite/neat/_version.py +2 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/pyproject.toml +1 -1
- cognite_neat-0.112.1/cognite/neat/_version.py +0 -2
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/LICENSE +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/README.md +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_alpha.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_client/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_client/_api/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_client/_api/data_modeling_loaders.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_client/_api/schema.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_client/_api_client.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_client/data_classes/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_client/data_classes/data_modeling.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_client/data_classes/neat_sequence.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_client/data_classes/schema.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_client/testing.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_config.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_constants.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/_shared.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/_tracking/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/_tracking/base.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/_tracking/log.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/examples/Knowledge-Graph-Nordic44-dirty.xml +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/examples/Knowledge-Graph-Nordic44.xml +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/examples/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/examples/skos-capturing-sheet-wind-topics.xlsx +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_base.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_classic_cdf/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_classic_cdf/_assets.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_classic_cdf/_base.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_classic_cdf/_classic.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_classic_cdf/_data_sets.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_classic_cdf/_events.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_classic_cdf/_files.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_classic_cdf/_labels.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_classic_cdf/_relationships.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_classic_cdf/_sequences.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_classic_cdf/_timeseries.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_dexpi.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_dict.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_dms.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_dms_graph.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_iodd.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_mock_graph_generator.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_raw.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_rdf_file.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/loaders/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/loaders/_base.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/loaders/_rdf2dms.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/queries/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/queries/_base.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/transformers/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/transformers/_base.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/transformers/_classic_cdf.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/transformers/_iodd.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/transformers/_prune_graph.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/transformers/_rdfpath.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/transformers/_value_type.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/_base.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/_contextmanagers.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/_factory.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/errors/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/errors/_external.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/errors/_general.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/errors/_properties.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/errors/_resources.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/errors/_wrapper.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/formatters.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/warnings/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/warnings/_external.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/warnings/_general.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/warnings/_models.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/warnings/_properties.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/warnings/_resources.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/warnings/user_modeling.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/_constants.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/_shared.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/analysis/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/analysis/_base.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/catalog/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/catalog/classic_model.xlsx +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/catalog/hello_world_pump.xlsx +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/catalog/info-rules-imf.xlsx +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/exporters/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/exporters/_base.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/exporters/_rules2dms.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/exporters/_rules2excel.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/exporters/_rules2instance_template.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/exporters/_rules2ontology.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/exporters/_rules2yaml.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/exporters/_validation.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_base.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_dms2rules.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_dtdl2rules/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_dtdl2rules/_unit_lookup.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_dtdl2rules/dtdl_converter.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_dtdl2rules/dtdl_importer.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_dtdl2rules/spec.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_rdf/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_rdf/_base.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_rdf/_imf2rules.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_rdf/_inference2rules.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_rdf/_owl2rules.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_rdf/_shared.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_spreadsheet2rules.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_yaml2rules.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/_base_input.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/_base_rules.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/_types.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/data_types.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/dms/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/dms/_exporter.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/dms/_rules.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/dms/_rules_input.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/dms/_validation.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/entities/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/entities/_constants.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/entities/_loaders.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/entities/_multi_value.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/entities/_single_value.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/entities/_types.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/entities/_wrapped.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/information/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/information/_rules.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/information/_rules_input.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/information/_validation.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/mapping/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/mapping/_classic2core.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/mapping/_classic2core.yaml +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/transformers/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/transformers/_base.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/transformers/_converters.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/transformers/_mapping.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/transformers/_verification.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/_collector.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/_create.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/_drop.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/_explore.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/_fix.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/_inspect.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/_mapping.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/_prepare.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/_set.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/_show.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/_subset.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/_wizard.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/engine/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/engine/_import.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/engine/_interface.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/engine/_load.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_session/exceptions.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_shared.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_store/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_store/_graph_store.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_store/_provenance.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_store/_rules_store.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_store/exceptions.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_utils/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_utils/auth.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_utils/auxiliary.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_utils/collection_.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_utils/graph_transformations_report.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_utils/io_.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_utils/rdf_.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_utils/reader/__init__.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_utils/reader/_base.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_utils/spreadsheet.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_utils/text.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_utils/time_.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_utils/upload.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_utils/xml_.py +0 -0
- {cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/py.typed +0 -0
|
@@ -87,12 +87,6 @@ class CDFReadAPI(BaseReadAPI):
|
|
|
87
87
|
super().__init__(state, verbose)
|
|
88
88
|
self.classic = CDFClassicAPI(state, verbose)
|
|
89
89
|
|
|
90
|
-
@property
|
|
91
|
-
def _get_client(self) -> NeatClient:
|
|
92
|
-
if self._state.client is None:
|
|
93
|
-
raise NeatValueError("No client provided. Please provide a client to read a data model.")
|
|
94
|
-
return self._state.client
|
|
95
|
-
|
|
96
90
|
def data_model(self, data_model_id: DataModelIdentifier) -> IssueList:
|
|
97
91
|
"""Reads a Data Model from CDF to the knowledge graph.
|
|
98
92
|
|
|
@@ -111,7 +105,13 @@ class CDFReadAPI(BaseReadAPI):
|
|
|
111
105
|
if not data_model_id.version:
|
|
112
106
|
raise NeatSessionError("Data model version is required to read a data model.")
|
|
113
107
|
|
|
114
|
-
|
|
108
|
+
self._state._raise_exception_if_condition_not_met(
|
|
109
|
+
"Read data model from CDF",
|
|
110
|
+
empty_rules_store_required=True,
|
|
111
|
+
client_required=True,
|
|
112
|
+
)
|
|
113
|
+
|
|
114
|
+
importer = importers.DMSImporter.from_data_model_id(cast(NeatClient, self._state.client), data_model_id)
|
|
115
115
|
return self._state.rule_import(importer)
|
|
116
116
|
|
|
117
117
|
def graph(
|
|
@@ -132,6 +132,12 @@ class CDFReadAPI(BaseReadAPI):
|
|
|
132
132
|
IssueList: A list of issues that occurred during the extraction.
|
|
133
133
|
|
|
134
134
|
"""
|
|
135
|
+
self._state._raise_exception_if_condition_not_met(
|
|
136
|
+
"Read DMS Graph",
|
|
137
|
+
empty_rules_store_required=True,
|
|
138
|
+
empty_instances_store_required=True,
|
|
139
|
+
client_required=True,
|
|
140
|
+
)
|
|
135
141
|
return self._graph(data_model_id, instance_space, skip_cognite_views, unpack_json=False)
|
|
136
142
|
|
|
137
143
|
def _graph(
|
|
@@ -145,7 +151,7 @@ class CDFReadAPI(BaseReadAPI):
|
|
|
145
151
|
extractor = extractors.DMSGraphExtractor.from_data_model_id(
|
|
146
152
|
# We are skipping the Cognite Views
|
|
147
153
|
data_model_id,
|
|
148
|
-
self.
|
|
154
|
+
cast(NeatClient, self._state.client),
|
|
149
155
|
instance_space=instance_space,
|
|
150
156
|
skip_cognite_views=skip_cognite_views,
|
|
151
157
|
unpack_json=unpack_json,
|
|
@@ -181,8 +187,13 @@ class CDFReadAPI(BaseReadAPI):
|
|
|
181
187
|
```
|
|
182
188
|
|
|
183
189
|
"""
|
|
190
|
+
self._state._raise_exception_if_condition_not_met(
|
|
191
|
+
"Read RAW",
|
|
192
|
+
client_required=True,
|
|
193
|
+
)
|
|
194
|
+
|
|
184
195
|
extractor = extractors.RAWExtractor(
|
|
185
|
-
self.
|
|
196
|
+
cast(NeatClient, self._state.client),
|
|
186
197
|
db_name=db_name,
|
|
187
198
|
table_name=table_name,
|
|
188
199
|
table_type=type,
|
|
@@ -200,12 +211,6 @@ class CDFClassicAPI(BaseReadAPI):
|
|
|
200
211
|
|
|
201
212
|
"""
|
|
202
213
|
|
|
203
|
-
@property
|
|
204
|
-
def _get_client(self) -> NeatClient:
|
|
205
|
-
if self._state.client is None:
|
|
206
|
-
raise ValueError("No client provided. Please provide a client to read a data model.")
|
|
207
|
-
return self._state.client
|
|
208
|
-
|
|
209
214
|
def graph(
|
|
210
215
|
self,
|
|
211
216
|
root_asset_external_id: str,
|
|
@@ -257,6 +262,13 @@ class CDFClassicAPI(BaseReadAPI):
|
|
|
257
262
|
neat.read.cdf.graph("root_asset_external_id")
|
|
258
263
|
```
|
|
259
264
|
"""
|
|
265
|
+
self._state._raise_exception_if_condition_not_met(
|
|
266
|
+
"Read classic graph",
|
|
267
|
+
empty_rules_store_required=True,
|
|
268
|
+
empty_instances_store_required=True,
|
|
269
|
+
client_required=True,
|
|
270
|
+
)
|
|
271
|
+
|
|
260
272
|
return self._graph(
|
|
261
273
|
root_asset_external_id, limit_per_type, identifier, reference_timeseries=False, reference_files=False
|
|
262
274
|
)
|
|
@@ -273,7 +285,7 @@ class CDFClassicAPI(BaseReadAPI):
|
|
|
273
285
|
) -> IssueList:
|
|
274
286
|
namespace = CLASSIC_CDF_NAMESPACE
|
|
275
287
|
extractor = extractors.ClassicGraphExtractor(
|
|
276
|
-
self.
|
|
288
|
+
cast(NeatClient, self._state.client),
|
|
277
289
|
root_asset_external_id=root_asset_external_id,
|
|
278
290
|
limit_per_type=limit_per_type,
|
|
279
291
|
namespace=namespace,
|
|
@@ -298,6 +310,8 @@ class CDFClassicAPI(BaseReadAPI):
|
|
|
298
310
|
self._state.instances.store.transform(
|
|
299
311
|
LiteralToEntity(None, namespace["source"], "ClassicSourceSystem", "name"),
|
|
300
312
|
)
|
|
313
|
+
# The above transformations creates a new type, so we need to update
|
|
314
|
+
self._state.instances.neat_prefix_by_type_uri.update({namespace["ClassicSourceSystem"]: "ClassicSourceSystem_"})
|
|
301
315
|
# Updating the information model.
|
|
302
316
|
prepare_issues = self._state.rule_store.transform(
|
|
303
317
|
ClassicPrepareCore(namespace, reference_timeseries, reference_files)
|
|
@@ -467,6 +481,12 @@ class XMLReadAPI(BaseReadAPI):
|
|
|
467
481
|
warnings.filterwarnings("default")
|
|
468
482
|
AlphaFlags.dexpi_read.warn()
|
|
469
483
|
|
|
484
|
+
self._state._raise_exception_if_condition_not_met(
|
|
485
|
+
"Read DEXPI file",
|
|
486
|
+
empty_rules_store_required=True,
|
|
487
|
+
empty_instances_store_required=True,
|
|
488
|
+
)
|
|
489
|
+
|
|
470
490
|
path = NeatReader.create(io).materialize_path()
|
|
471
491
|
engine = import_engine()
|
|
472
492
|
engine.set.format = "dexpi"
|
|
@@ -521,6 +541,12 @@ class XMLReadAPI(BaseReadAPI):
|
|
|
521
541
|
warnings.filterwarnings("default")
|
|
522
542
|
AlphaFlags.aml_read.warn()
|
|
523
543
|
|
|
544
|
+
self._state._raise_exception_if_condition_not_met(
|
|
545
|
+
"Read AML file",
|
|
546
|
+
empty_rules_store_required=True,
|
|
547
|
+
empty_instances_store_required=True,
|
|
548
|
+
)
|
|
549
|
+
|
|
524
550
|
path = NeatReader.create(io).materialize_path()
|
|
525
551
|
engine = import_engine()
|
|
526
552
|
engine.set.format = "aml"
|
|
@@ -575,6 +601,11 @@ class RDFReadAPI(BaseReadAPI):
|
|
|
575
601
|
warnings.filterwarnings("default")
|
|
576
602
|
AlphaFlags.ontology_read.warn()
|
|
577
603
|
|
|
604
|
+
self._state._raise_exception_if_condition_not_met(
|
|
605
|
+
"Read Ontology file",
|
|
606
|
+
empty_rules_store_required=True,
|
|
607
|
+
)
|
|
608
|
+
|
|
578
609
|
reader = NeatReader.create(io)
|
|
579
610
|
importer = importers.OWLImporter.from_file(reader.materialize_path(), source_name=f"file {reader!s}")
|
|
580
611
|
return self._state.rule_import(importer)
|
|
@@ -593,6 +624,11 @@ class RDFReadAPI(BaseReadAPI):
|
|
|
593
624
|
warnings.filterwarnings("default")
|
|
594
625
|
AlphaFlags.imf_read.warn()
|
|
595
626
|
|
|
627
|
+
self._state._raise_exception_if_condition_not_met(
|
|
628
|
+
"Read IMF file",
|
|
629
|
+
empty_rules_store_required=True,
|
|
630
|
+
)
|
|
631
|
+
|
|
596
632
|
reader = NeatReader.create(io)
|
|
597
633
|
importer = importers.IMFImporter.from_file(reader.materialize_path(), source_name=f"file {reader!s}")
|
|
598
634
|
return self._state.rule_import(importer)
|
|
@@ -646,17 +682,35 @@ class Examples:
|
|
|
646
682
|
|
|
647
683
|
def nordic44(self) -> IssueList:
|
|
648
684
|
"""Reads the Nordic 44 knowledge graph into the NeatSession graph store."""
|
|
685
|
+
|
|
686
|
+
self._state._raise_exception_if_condition_not_met(
|
|
687
|
+
"Read Nordic44 graph example",
|
|
688
|
+
empty_instances_store_required=True,
|
|
689
|
+
empty_rules_store_required=True,
|
|
690
|
+
)
|
|
691
|
+
|
|
649
692
|
self._state.instances.store.write(extractors.RdfFileExtractor(instances_examples.nordic44_knowledge_graph))
|
|
650
693
|
return IssueList()
|
|
651
694
|
|
|
652
695
|
def pump_example(self) -> IssueList:
|
|
653
696
|
"""Reads the Hello World pump example into the NeatSession."""
|
|
697
|
+
|
|
698
|
+
self._state._raise_exception_if_condition_not_met(
|
|
699
|
+
"Read Pump Data Model example",
|
|
700
|
+
empty_rules_store_required=True,
|
|
701
|
+
)
|
|
702
|
+
|
|
654
703
|
importer: importers.ExcelImporter = importers.ExcelImporter(catalog.hello_world_pump)
|
|
655
704
|
return self._state.rule_import(importer)
|
|
656
705
|
|
|
657
706
|
def core_data_model(self) -> IssueList:
|
|
658
707
|
"""Reads the core data model example into the NeatSession."""
|
|
659
708
|
|
|
709
|
+
self._state._raise_exception_if_condition_not_met(
|
|
710
|
+
"Read Core Data Model example",
|
|
711
|
+
empty_rules_store_required=True,
|
|
712
|
+
)
|
|
713
|
+
|
|
660
714
|
cdm_v1 = DataModelId.load(("cdf_cdm", "CogniteCore", "v1"))
|
|
661
715
|
importer: importers.DMSImporter = importers.DMSImporter.from_data_model_id(self._get_client, cdm_v1)
|
|
662
716
|
return self._state.rule_import(importer)
|
|
@@ -65,6 +65,34 @@ class SessionState:
|
|
|
65
65
|
issues.extend(extract_issues)
|
|
66
66
|
return issues
|
|
67
67
|
|
|
68
|
+
def _raise_exception_if_condition_not_met(
|
|
69
|
+
self,
|
|
70
|
+
activity: str,
|
|
71
|
+
empty_rules_store_required: bool = False,
|
|
72
|
+
empty_instances_store_required: bool = False,
|
|
73
|
+
instances_required: bool = False,
|
|
74
|
+
client_required: bool = False,
|
|
75
|
+
) -> None:
|
|
76
|
+
"""Set conditions for raising an error in the session that are used by various methods in the session."""
|
|
77
|
+
condition = set()
|
|
78
|
+
suggestion = set()
|
|
79
|
+
|
|
80
|
+
if client_required and not self.client:
|
|
81
|
+
condition.add(f"{activity} expects a client in NEAT session")
|
|
82
|
+
suggestion.add("Please provide a client")
|
|
83
|
+
if empty_rules_store_required and not self.rule_store.empty:
|
|
84
|
+
condition.add(f"{activity} expects no data model in NEAT session")
|
|
85
|
+
suggestion.add("Start new session")
|
|
86
|
+
if empty_instances_store_required and not self.instances.empty:
|
|
87
|
+
condition.add(f"{activity} expects no instances in NEAT session")
|
|
88
|
+
suggestion.add("Start new session")
|
|
89
|
+
if instances_required and self.instances.empty:
|
|
90
|
+
condition.add(f"{activity} expects instances in NEAT session")
|
|
91
|
+
suggestion.add("Read in instances to neat session")
|
|
92
|
+
|
|
93
|
+
if condition:
|
|
94
|
+
raise NeatSessionError(". ".join(condition) + ". " + ". ".join(suggestion) + ". And try again.")
|
|
95
|
+
|
|
68
96
|
|
|
69
97
|
class InstancesState:
|
|
70
98
|
def __init__(
|
|
@@ -2,12 +2,13 @@ import warnings
|
|
|
2
2
|
import zipfile
|
|
3
3
|
from collections.abc import Collection
|
|
4
4
|
from pathlib import Path
|
|
5
|
-
from typing import Any, Literal, overload
|
|
5
|
+
from typing import Any, Literal, cast, overload
|
|
6
6
|
|
|
7
7
|
from cognite.client import data_modeling as dm
|
|
8
8
|
from cognite.client.data_classes.data_modeling import DataModelIdentifier
|
|
9
9
|
|
|
10
10
|
from cognite.neat._alpha import AlphaFlags
|
|
11
|
+
from cognite.neat._client._api_client import NeatClient
|
|
11
12
|
from cognite.neat._constants import COGNITE_MODELS
|
|
12
13
|
from cognite.neat._graph import loaders
|
|
13
14
|
from cognite.neat._issues import IssueList, NeatIssue, catch_issues
|
|
@@ -305,9 +306,12 @@ class CDFToAPI:
|
|
|
305
306
|
space_from_property: str | None = None,
|
|
306
307
|
use_source_space: bool = False,
|
|
307
308
|
) -> UploadResultList:
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
309
|
+
self._state._raise_exception_if_condition_not_met(
|
|
310
|
+
"Export DMS instances to CDF",
|
|
311
|
+
client_required=True,
|
|
312
|
+
)
|
|
313
|
+
|
|
314
|
+
client = cast(NeatClient, self._state.client)
|
|
311
315
|
dms_rules = self._state.rule_store.last_verified_dms_rules
|
|
312
316
|
instance_space = instance_space or f"{dms_rules.metadata.space}_instances"
|
|
313
317
|
|
|
@@ -366,12 +370,14 @@ class CDFToAPI:
|
|
|
366
370
|
|
|
367
371
|
"""
|
|
368
372
|
|
|
369
|
-
|
|
373
|
+
self._state._raise_exception_if_condition_not_met(
|
|
374
|
+
"Export DMS data model to CDF",
|
|
375
|
+
client_required=True,
|
|
376
|
+
)
|
|
370
377
|
|
|
371
|
-
|
|
372
|
-
raise NeatSessionError("No client provided!")
|
|
378
|
+
exporter = exporters.DMSExporter(existing=existing, export_components=components, drop_data=drop_data)
|
|
373
379
|
|
|
374
|
-
result = self._state.rule_store.export_to_cdf(exporter, self._state.client, dry_run)
|
|
380
|
+
result = self._state.rule_store.export_to_cdf(exporter, cast(NeatClient, self._state.client), dry_run)
|
|
375
381
|
print("You can inspect the details with the .inspect.outcome.data_model(...) method.")
|
|
376
382
|
return result
|
|
377
383
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_client/_api/data_modeling_loaders.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_client/data_classes/data_modeling.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_client/data_classes/neat_sequence.py
RENAMED
|
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
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_classic_cdf/_assets.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_classic_cdf/_base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_classic_cdf/_events.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_classic_cdf/_files.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/extractors/_classic_cdf/_labels.py
RENAMED
|
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
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/transformers/_classic_cdf.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/transformers/_prune_graph.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_graph/transformers/_value_type.py
RENAMED
|
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
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_issues/warnings/user_modeling.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/catalog/classic_model.xlsx
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/catalog/hello_world_pump.xlsx
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/catalog/info-rules-imf.xlsx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/exporters/_rules2ontology.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_dtdl2rules/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_dtdl2rules/spec.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_rdf/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_rdf/_imf2rules.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_rdf/_inference2rules.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_rdf/_owl2rules.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/importers/_spreadsheet2rules.py
RENAMED
|
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
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/dms/_rules_input.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/entities/__init__.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/entities/_constants.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/entities/_loaders.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/entities/_multi_value.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/entities/_single_value.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/entities/_wrapped.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/information/__init__.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/information/_rules.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/information/_rules_input.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/information/_validation.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/mapping/__init__.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/mapping/_classic2core.py
RENAMED
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/models/mapping/_classic2core.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/transformers/_converters.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_rules/transformers/_verification.py
RENAMED
|
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
|
{cognite_neat-0.112.1 → cognite_neat-0.113.1}/cognite/neat/_utils/graph_transformations_report.py
RENAMED
|
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
|