cognite-neat 0.92.2__tar.gz → 0.92.3__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.92.2 → cognite_neat-0.92.3}/PKG-INFO +1 -1
- cognite_neat-0.92.3/cognite/neat/_version.py +1 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/exporters/_rules2excel.py +15 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_spreadsheet2rules.py +34 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/_base_input.py +16 -6
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/_base_rules.py +8 -6
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/dms/_rules.py +3 -3
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/entities/_single_value.py +9 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/information/_rules.py +3 -3
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/pyproject.toml +1 -1
- cognite_neat-0.92.2/cognite/neat/_version.py +0 -1
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/LICENSE +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/README.md +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/_shared.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/asgi/metrics.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/configuration.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/context_manager/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/context_manager/manager.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/data_classes/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/data_classes/rest.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/explorer.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/routers/configuration.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/routers/crud.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/routers/metrics.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/routers/workflows.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/utils/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/utils/data_mapping.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/utils/logging.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/utils/query_templates.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/main.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/monitoring/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/monitoring/metrics.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/index.html +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/.gitignore +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/README.md +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/asset-manifest.json +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/favicon.ico +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/img/architect-icon.svg +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/img/developer-icon.svg +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/img/sme-icon.svg +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/index.html +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/logo192.png +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/manifest.json +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/robots.txt +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/static/css/main.72e3d92e.css +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/static/css/main.72e3d92e.css.map +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/static/js/main.5a52cf09.js +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/static/js/main.5a52cf09.js.LICENSE.txt +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/static/js/main.5a52cf09.js.map +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/static/media/logo.8093b84df9ed36a174c629d6fe0b730d.svg +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/config.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/constants.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/_shared.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/_tracking/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/_tracking/base.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/_tracking/log.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/examples/Knowledge-Graph-Nordic44-dirty.xml +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/examples/Knowledge-Graph-Nordic44.xml +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/examples/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/examples/skos-capturing-sheet-wind-topics.xlsx +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_base.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_assets.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_base.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_classic.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_data_sets.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_events.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_files.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_labels.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_relationships.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_sequences.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_timeseries.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_dexpi.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_dms.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_iodd.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_mock_graph_generator.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_rdf_file.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/loaders/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/loaders/_base.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/loaders/_rdf2asset.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/loaders/_rdf2dms.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/models.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/queries/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/queries/_base.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/queries/_construct.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/queries/_shared.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/transformers/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/transformers/_base.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/transformers/_classic_cdf.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/transformers/_rdfpath.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/issues/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/issues/_base.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/issues/errors/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/issues/errors/_external.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/issues/errors/_general.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/issues/errors/_properties.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/issues/errors/_resources.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/issues/errors/_workflow.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/issues/formatters.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/issues/warnings/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/issues/warnings/_external.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/issues/warnings/_general.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/issues/warnings/_models.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/issues/warnings/_properties.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/issues/warnings/_resources.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/issues/warnings/user_modeling.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/py.typed +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/_shared.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/analysis/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/analysis/_asset.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/analysis/_base.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/analysis/_information.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/examples/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/examples/info-rules-imf.xlsx +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/examples/wind-energy.owl +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/exporters/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/exporters/_base.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/exporters/_rules2dms.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/exporters/_rules2ontology.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/exporters/_rules2yaml.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/exporters/_validation.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_base.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_dms2rules.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_dtdl2rules/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_dtdl2rules/_unit_lookup.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_dtdl2rules/dtdl_converter.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_dtdl2rules/dtdl_importer.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_dtdl2rules/spec.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_rdf/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_rdf/_imf2rules/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_rdf/_imf2rules/_imf2classes.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_rdf/_imf2rules/_imf2metadata.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_rdf/_imf2rules/_imf2properties.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_rdf/_imf2rules/_imf2rules.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_rdf/_inference2rules.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_rdf/_owl2rules/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_rdf/_owl2rules/_owl2classes.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_rdf/_owl2rules/_owl2metadata.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_rdf/_owl2rules/_owl2properties.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_rdf/_owl2rules/_owl2rules.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_rdf/_shared.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_yaml2rules.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/_rdfpath.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/_types.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/asset/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/asset/_rules.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/asset/_rules_input.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/asset/_validation.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/data_types.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/dms/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/dms/_exporter.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/dms/_rules_input.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/dms/_schema.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/dms/_validation.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/domain.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/entities/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/entities/_constants.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/entities/_loaders.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/entities/_multi_value.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/entities/_types.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/entities/_wrapped.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/information/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/information/_rules_input.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/information/_validation.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/transformers/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/transformers/_base.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/transformers/_converters.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/transformers/_map_onto.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/transformers/_pipelines.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/transformers/_verification.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/store/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/store/_base.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/store/_provenance.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/auth.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/auxiliary.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/cdf/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/cdf/data_classes.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/cdf/loaders/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/cdf/loaders/_base.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/cdf/loaders/_data_modeling.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/cdf/loaders/_ingestion.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/collection_.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/rdf_.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/regex_patterns.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/spreadsheet.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/text.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/time_.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/upload.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/xml_.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/base.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/cdf_store.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/examples/Export_DMS/workflow.yaml +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/examples/Export_Semantic_Data_Model/workflow.yaml +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/examples/Import_DMS/workflow.yaml +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/examples/Validate_Rules/workflow.yaml +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/examples/Validate_Solution_Model/workflow.yaml +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/manager.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/model.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps/data_contracts.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps/lib/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps/lib/current/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps/lib/current/graph_extractor.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps/lib/current/graph_loader.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps/lib/current/graph_store.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps/lib/current/rules_exporter.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps/lib/current/rules_importer.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps/lib/current/rules_validator.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps/lib/io/__init__.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps/lib/io/io_steps.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps/step_model.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps_registry.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/tasks.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/triggers.py +0 -0
- {cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/utils.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.92.3"
|
|
@@ -11,6 +11,7 @@ from openpyxl import Workbook
|
|
|
11
11
|
from openpyxl.cell import MergedCell
|
|
12
12
|
from openpyxl.styles import Alignment, Border, Font, PatternFill, Side
|
|
13
13
|
from openpyxl.worksheet.worksheet import Worksheet
|
|
14
|
+
from rdflib import Namespace
|
|
14
15
|
|
|
15
16
|
from cognite.neat.rules._shared import VerifiedRules
|
|
16
17
|
from cognite.neat.rules.models import (
|
|
@@ -22,6 +23,7 @@ from cognite.neat.rules.models import (
|
|
|
22
23
|
from cognite.neat.rules.models.dms import DMSMetadata
|
|
23
24
|
from cognite.neat.rules.models.domain import DomainMetadata
|
|
24
25
|
from cognite.neat.rules.models.information import InformationMetadata
|
|
26
|
+
from cognite.neat.rules.models.information._rules import InformationRules
|
|
25
27
|
|
|
26
28
|
from ._base import BaseExporter
|
|
27
29
|
|
|
@@ -133,6 +135,9 @@ class ExcelExporter(BaseExporter[VerifiedRules, Workbook]):
|
|
|
133
135
|
self._write_sheets(workbook, dumped_reference_rules, rules, sheet_prefix="Ref")
|
|
134
136
|
self._write_metadata_sheet(workbook, dumped_reference_rules["Metadata"], sheet_prefix="Ref")
|
|
135
137
|
|
|
138
|
+
if isinstance(rules, InformationRules) and rules.prefixes:
|
|
139
|
+
self._write_prefixes_sheet(workbook, rules.prefixes)
|
|
140
|
+
|
|
136
141
|
if self._styling_level > 0:
|
|
137
142
|
self._adjust_column_widths(workbook)
|
|
138
143
|
|
|
@@ -209,6 +214,16 @@ class ExcelExporter(BaseExporter[VerifiedRules, Workbook]):
|
|
|
209
214
|
for cell in metadata_sheet["A"]:
|
|
210
215
|
cell.font = Font(bold=True, size=12)
|
|
211
216
|
|
|
217
|
+
def _write_prefixes_sheet(self, workbook: Workbook, prefixes: dict[str, Namespace]) -> None:
|
|
218
|
+
metadata_sheet = workbook.create_sheet("Prefixes")
|
|
219
|
+
metadata_sheet.append(["Prefix", "Namespace"])
|
|
220
|
+
for key, value in prefixes.items():
|
|
221
|
+
metadata_sheet.append([key, value])
|
|
222
|
+
|
|
223
|
+
if self._styling_level > 1:
|
|
224
|
+
for cell in metadata_sheet["A"]:
|
|
225
|
+
cell.font = Font(bold=True, size=12)
|
|
226
|
+
|
|
212
227
|
@classmethod
|
|
213
228
|
def _get_item_class(cls, annotation: GenericAlias) -> type[SheetRow]:
|
|
214
229
|
if not isinstance(annotation, GenericAlias):
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_spreadsheet2rules.py
RENAMED
|
@@ -11,6 +11,7 @@ from typing import Literal, cast
|
|
|
11
11
|
import pandas as pd
|
|
12
12
|
from cognite.client.utils._importing import local_import
|
|
13
13
|
from pandas import ExcelFile
|
|
14
|
+
from rdflib import Namespace
|
|
14
15
|
|
|
15
16
|
from cognite.neat.issues import IssueList
|
|
16
17
|
from cognite.neat.issues.errors import (
|
|
@@ -19,6 +20,7 @@ from cognite.neat.issues.errors import (
|
|
|
19
20
|
FileReadError,
|
|
20
21
|
PropertyDefinitionDuplicatedError,
|
|
21
22
|
)
|
|
23
|
+
from cognite.neat.issues.warnings import FileMissingRequiredFieldWarning
|
|
22
24
|
from cognite.neat.rules._shared import ReadRules, T_InputRules
|
|
23
25
|
from cognite.neat.rules.models import (
|
|
24
26
|
INPUT_RULES_BY_ROLE,
|
|
@@ -93,6 +95,7 @@ class ReadResult:
|
|
|
93
95
|
sheets: dict[str, dict | list]
|
|
94
96
|
read_info_by_sheet: dict[str, SpreadsheetRead]
|
|
95
97
|
metadata: MetadataRaw
|
|
98
|
+
prefixes: dict[str, Namespace] | None = None
|
|
96
99
|
|
|
97
100
|
@property
|
|
98
101
|
def role(self) -> RoleTypes:
|
|
@@ -122,6 +125,10 @@ class SpreadsheetReader:
|
|
|
122
125
|
def metadata_sheet_name(self) -> str:
|
|
123
126
|
return f"{self._sheet_prefix}Metadata"
|
|
124
127
|
|
|
128
|
+
@property
|
|
129
|
+
def prefixes_sheet_name(self) -> str:
|
|
130
|
+
return "Prefixes"
|
|
131
|
+
|
|
125
132
|
@property
|
|
126
133
|
def seen_sheets(self) -> set[str]:
|
|
127
134
|
if not self._seen_files:
|
|
@@ -149,6 +156,14 @@ class SpreadsheetReader:
|
|
|
149
156
|
return None
|
|
150
157
|
sheets["Metadata"] = dict(metadata)
|
|
151
158
|
|
|
159
|
+
# Special case for reading prefixes as they are suppose to be read only once
|
|
160
|
+
if (
|
|
161
|
+
self.prefixes_sheet_name in excel_file.sheet_names
|
|
162
|
+
and not self._sheet_prefix
|
|
163
|
+
and (prefixes := self._read_prefixes(excel_file, filepath))
|
|
164
|
+
):
|
|
165
|
+
sheets["Prefixes"] = prefixes
|
|
166
|
+
|
|
152
167
|
return ReadResult(sheets, read_info_by_sheet, metadata)
|
|
153
168
|
|
|
154
169
|
def _read_metadata(self, excel_file: ExcelFile, filepath: Path) -> MetadataRaw | None:
|
|
@@ -163,6 +178,25 @@ class SpreadsheetReader:
|
|
|
163
178
|
return None
|
|
164
179
|
return metadata
|
|
165
180
|
|
|
181
|
+
def _read_prefixes(self, excel_file: ExcelFile, filepath: Path) -> dict[str, Namespace] | None:
|
|
182
|
+
if self.prefixes_sheet_name not in excel_file.sheet_names:
|
|
183
|
+
return None
|
|
184
|
+
|
|
185
|
+
else:
|
|
186
|
+
prefixes = {}
|
|
187
|
+
|
|
188
|
+
for row in read_individual_sheet(excel_file, "Prefixes", expected_headers=["Prefix", "Namespace"]):
|
|
189
|
+
if "Prefix" in row and "Namespace" in row:
|
|
190
|
+
prefixes[row["Prefix"]] = row["Namespace"]
|
|
191
|
+
else:
|
|
192
|
+
if "Prefix" not in row:
|
|
193
|
+
self.issue_list.append(FileMissingRequiredFieldWarning(filepath, "prefixes", "prefix"))
|
|
194
|
+
if "Namespace" not in row:
|
|
195
|
+
self.issue_list.append(FileMissingRequiredFieldWarning(filepath, "prefixes", "namespace"))
|
|
196
|
+
return None
|
|
197
|
+
|
|
198
|
+
return prefixes
|
|
199
|
+
|
|
166
200
|
def _read_sheets(
|
|
167
201
|
self, excel_file: ExcelFile, read_role: RoleTypes
|
|
168
202
|
) -> tuple[dict[str, dict | list] | None, dict[str, SpreadsheetRead]]:
|
|
@@ -66,11 +66,15 @@ class InputRules(Generic[T_BaseRules], ABC):
|
|
|
66
66
|
candidate = type_
|
|
67
67
|
elif isinstance(type_, GenericAlias) and type_.__origin__ is list and is_dataclass(type_.__args__[0]):
|
|
68
68
|
candidate = type_.__args__[0]
|
|
69
|
+
|
|
70
|
+
# this handles prefixes
|
|
71
|
+
elif isinstance(type_, GenericAlias) and type_.__origin__ is dict:
|
|
72
|
+
candidate = type_
|
|
69
73
|
else:
|
|
70
74
|
continue
|
|
71
75
|
|
|
72
|
-
|
|
73
|
-
|
|
76
|
+
output[field_.name] = candidate
|
|
77
|
+
|
|
74
78
|
return output
|
|
75
79
|
|
|
76
80
|
@classmethod
|
|
@@ -88,10 +92,16 @@ class InputRules(Generic[T_BaseRules], ABC):
|
|
|
88
92
|
else:
|
|
89
93
|
continue
|
|
90
94
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
+
# Handles the case where the field is a dataclass
|
|
96
|
+
if hasattr(field_type, "_load"):
|
|
97
|
+
if isinstance(value, dict):
|
|
98
|
+
args[field_name] = field_type._load(value) # type: ignore[attr-defined]
|
|
99
|
+
elif isinstance(value, list) and value and isinstance(value[0], dict):
|
|
100
|
+
args[field_name] = [field_type._load(item) for item in value] # type: ignore[attr-defined]
|
|
101
|
+
# Handles the case where the field holds non-dataclass values, e.g. a prefixes dict
|
|
102
|
+
else:
|
|
103
|
+
args[field_name] = value
|
|
104
|
+
|
|
95
105
|
return cls(**args)
|
|
96
106
|
|
|
97
107
|
def _dataclass_fields(self) -> list[Field]:
|
|
@@ -108,6 +108,14 @@ class SchemaModel(BaseModel):
|
|
|
108
108
|
"""Returns a set of mandatory fields for the model."""
|
|
109
109
|
return _get_required_fields(cls, use_alias)
|
|
110
110
|
|
|
111
|
+
@field_validator("*", mode="before")
|
|
112
|
+
def strip_string(cls, value: Any) -> Any:
|
|
113
|
+
if isinstance(value, str):
|
|
114
|
+
return value.strip()
|
|
115
|
+
elif isinstance(value, list):
|
|
116
|
+
return [entry.strip() if isinstance(entry, str) else entry for entry in value]
|
|
117
|
+
return value
|
|
118
|
+
|
|
111
119
|
|
|
112
120
|
class BaseMetadata(SchemaModel):
|
|
113
121
|
"""
|
|
@@ -279,12 +287,6 @@ class BaseRules(SchemaModel, ABC):
|
|
|
279
287
|
|
|
280
288
|
|
|
281
289
|
class SheetRow(SchemaModel):
|
|
282
|
-
@field_validator("*", mode="before")
|
|
283
|
-
def strip_string(cls, value: Any) -> Any:
|
|
284
|
-
if isinstance(value, str):
|
|
285
|
-
return value.strip()
|
|
286
|
-
return value
|
|
287
|
-
|
|
288
290
|
@abstractmethod
|
|
289
291
|
def _identifier(self) -> tuple[Hashable, ...]:
|
|
290
292
|
raise NotImplementedError()
|
|
@@ -98,15 +98,15 @@ class DMSMetadata(BaseMetadata):
|
|
|
98
98
|
|
|
99
99
|
@field_validator("schema_", mode="plain")
|
|
100
100
|
def as_enum_schema(cls, value: str) -> SchemaCompleteness:
|
|
101
|
-
return SchemaCompleteness(value)
|
|
101
|
+
return SchemaCompleteness(value.strip())
|
|
102
102
|
|
|
103
103
|
@field_validator("extension", mode="plain")
|
|
104
104
|
def as_enum_extension(cls, value: str) -> ExtensionCategory:
|
|
105
|
-
return ExtensionCategory(value)
|
|
105
|
+
return ExtensionCategory(value.strip())
|
|
106
106
|
|
|
107
107
|
@field_validator("data_model_type", mode="plain")
|
|
108
108
|
def as_enum_model_type(cls, value: str) -> DataModelType:
|
|
109
|
-
return DataModelType(value)
|
|
109
|
+
return DataModelType(value.strip())
|
|
110
110
|
|
|
111
111
|
@field_validator("description", mode="before")
|
|
112
112
|
def nan_as_none(cls, value):
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/entities/_single_value.py
RENAMED
|
@@ -17,6 +17,7 @@ from cognite.client.data_classes.data_modeling.ids import (
|
|
|
17
17
|
from pydantic import (
|
|
18
18
|
BaseModel,
|
|
19
19
|
Field,
|
|
20
|
+
field_validator,
|
|
20
21
|
model_serializer,
|
|
21
22
|
model_validator,
|
|
22
23
|
)
|
|
@@ -97,6 +98,14 @@ class Entity(BaseModel, extra="ignore"):
|
|
|
97
98
|
def as_str(self) -> str:
|
|
98
99
|
return str(self)
|
|
99
100
|
|
|
101
|
+
@field_validator("*", mode="before")
|
|
102
|
+
def strip_string(cls, value: Any) -> Any:
|
|
103
|
+
if isinstance(value, str):
|
|
104
|
+
return value.strip()
|
|
105
|
+
elif isinstance(value, list):
|
|
106
|
+
return [entry.strip() if isinstance(entry, str) else entry for entry in value]
|
|
107
|
+
return value
|
|
108
|
+
|
|
100
109
|
@classmethod
|
|
101
110
|
def _parse(cls, raw: str, defaults: dict) -> dict:
|
|
102
111
|
if not (result := ENTITY_PATTERN.match(raw)):
|
|
@@ -100,15 +100,15 @@ class InformationMetadata(BaseMetadata):
|
|
|
100
100
|
|
|
101
101
|
@field_validator("schema_", mode="plain")
|
|
102
102
|
def as_enum_schema(cls, value: str) -> SchemaCompleteness:
|
|
103
|
-
return SchemaCompleteness(value)
|
|
103
|
+
return SchemaCompleteness(value.strip())
|
|
104
104
|
|
|
105
105
|
@field_validator("extension", mode="plain")
|
|
106
106
|
def as_enum_extension(cls, value: str) -> ExtensionCategory:
|
|
107
|
-
return ExtensionCategory(value)
|
|
107
|
+
return ExtensionCategory(value.strip())
|
|
108
108
|
|
|
109
109
|
@field_validator("data_model_type", mode="plain")
|
|
110
110
|
def as_enum_model_type(cls, value: str) -> DataModelType:
|
|
111
|
-
return DataModelType(value)
|
|
111
|
+
return DataModelType(value.strip())
|
|
112
112
|
|
|
113
113
|
def as_identifier(self) -> str:
|
|
114
114
|
return f"{self.prefix}:{self.name}"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.92.2"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/api/context_manager/__init__.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.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/asset-manifest.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/img/sme-icon.svg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/app/ui/neat-app/build/manifest.json
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
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/examples/Knowledge-Graph-Nordic44.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/__init__.py
RENAMED
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_assets.py
RENAMED
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_base.py
RENAMED
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_classic.py
RENAMED
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_data_sets.py
RENAMED
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_events.py
RENAMED
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_files.py
RENAMED
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_labels.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_classic_cdf/_sequences.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/graph/extractors/_mock_graph_generator.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
|
|
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.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_dtdl2rules/__init__.py
RENAMED
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_dtdl2rules/_unit_lookup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_dtdl2rules/spec.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_rdf/_imf2rules/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_rdf/_inference2rules.py
RENAMED
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/importers/_rdf/_owl2rules/__init__.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
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/entities/_constants.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/entities/_multi_value.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/information/__init__.py
RENAMED
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/information/_rules_input.py
RENAMED
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/rules/models/information/_validation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/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
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/utils/cdf/loaders/_data_modeling.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
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/examples/Export_DMS/workflow.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/examples/Import_DMS/workflow.yaml
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
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps/lib/current/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps/lib/current/graph_loader.py
RENAMED
|
File without changes
|
{cognite_neat-0.92.2 → cognite_neat-0.92.3}/cognite/neat/workflows/steps/lib/current/graph_store.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
|