cognite-neat 0.123.28__tar.gz → 0.123.30__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.
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/.github/workflows/code-quality.yaml +26 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/PKG-INFO +2 -2
- cognite_neat-0.123.30/cognite/neat/_version.py +2 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_client/_api/data_modeling_loaders.py +2 -1
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/importers/_dms2data_model.py +2 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/data_types.py +10 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/physical/_exporter.py +3 -1
- cognite_neat-0.123.30/cognite/neat/data_model/models/entities/__init__.py +9 -0
- cognite_neat-0.123.30/cognite/neat/data_model/models/entities/_constants.py +17 -0
- cognite_neat-0.123.30/cognite/neat/data_model/models/entities/_identifiers.py +61 -0
- cognite_neat-0.123.30/last_changelog_entry.md +4 -0
- cognite_neat-0.123.30/last_git_message.txt +26 -0
- cognite_neat-0.123.30/last_version.txt +1 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/pyproject.toml +2 -2
- cognite_neat-0.123.30/test-pyodide.js +55 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_exporters/test_rules2dms.py +31 -0
- cognite_neat-0.123.30/tests/tests_unit/test_rules/test_models/test_identifiers.py +179 -0
- cognite_neat-0.123.30/tests/tests_unit/test_utils/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/uv.lock +5 -5
- cognite_neat-0.123.28/cognite/neat/_version.py +0 -2
- cognite_neat-0.123.28/last_changelog_entry.md +0 -6
- cognite_neat-0.123.28/last_git_message.txt +0 -27
- cognite_neat-0.123.28/last_version.txt +0 -1
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/.coveragerc +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/.gemini/styleguide.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/.github/CODEOWNERS +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/.github/ISSUE_TEMPLATE/bug-report.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/.github/ISSUE_TEMPLATE/feature-request.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/.github/pull_request_template.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/.github/renovate.json +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/.github/workflows/release.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/.gitignore +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/.pre-commit-config.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/.readthedocs.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/CODE_OF_CONDUCT.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/CONTRIBUTING.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/LICENSE +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/README.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cdf.toml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/codecov.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_client/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_client/_api/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_client/_api/neat_instances.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_client/_api/schema.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_client/_api/statistics.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_client/_api_client.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_client/data_classes/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_client/data_classes/data_modeling.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_client/data_classes/neat_sequence.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_client/data_classes/schema.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_client/data_classes/statistics.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_client/testing.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_config.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_constants.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/_constants.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/_shared.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/analysis/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/analysis/_base.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/catalog/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/catalog/classic_model.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/catalog/conceptual-imf-data-model.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/catalog/hello_world_pump.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/exporters/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/exporters/_base.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/exporters/_data_model2dms.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/exporters/_data_model2excel.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/exporters/_data_model2instance_template.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/exporters/_data_model2ontology.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/exporters/_data_model2yaml.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/importers/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/importers/_base.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/importers/_base_file_reader.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/importers/_dict2data_model.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/importers/_graph2data_model.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/importers/_rdf/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/importers/_rdf/_base.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/importers/_rdf/_inference2rdata_model.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/importers/_rdf/_owl2data_model.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/importers/_rdf/_shared.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/importers/_spreadsheet2data_model.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/_base_unverified.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/_base_verified.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/_import_contexts.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/_types.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/conceptual/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/conceptual/_unverified.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/conceptual/_validation.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/conceptual/_verified.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/entities/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/entities/_constants.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/entities/_loaders.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/entities/_multi_value.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/entities/_restrictions.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/entities/_single_value.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/entities/_types.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/entities/_wrapped.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/mapping/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/mapping/_classic2core.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/mapping/_classic2core.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/physical/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/physical/_unverified.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/physical/_validation.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/physical/_verified.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/transformers/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/transformers/_base.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/transformers/_converters.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/transformers/_mapping.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/transformers/_union_conceptual.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/transformers/_verification.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/_shared.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/_tracking/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/_tracking/base.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/_tracking/log.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/examples/Knowledge-Graph-Nordic44-dirty.xml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/examples/Knowledge-Graph-Nordic44.xml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/examples/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/examples/skos-capturing-sheet-wind-topics.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_base.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_classic_cdf/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_classic_cdf/_assets.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_classic_cdf/_base.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_classic_cdf/_classic.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_classic_cdf/_data_sets.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_classic_cdf/_events.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_classic_cdf/_files.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_classic_cdf/_labels.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_classic_cdf/_relationships.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_classic_cdf/_sequences.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_classic_cdf/_timeseries.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_dict.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_dms.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_dms_graph.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_mock_graph_generator.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_raw.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/extractors/_rdf_file.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/loaders/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/loaders/_base.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/loaders/_rdf2dms.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/loaders/_rdf_to_instance_space.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/queries/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/queries/_base.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/queries/_queries.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/queries/_select.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/queries/_update.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/transformers/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/transformers/_base.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/transformers/_classic_cdf.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/transformers/_prune_graph.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/transformers/_rdfpath.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_instances/transformers/_value_type.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/_base.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/_contextmanagers.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/_factory.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/errors/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/errors/_external.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/errors/_general.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/errors/_properties.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/errors/_resources.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/errors/_wrapper.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/formatters.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/warnings/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/warnings/_external.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/warnings/_general.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/warnings/_models.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/warnings/_properties.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/warnings/_resources.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_issues/warnings/user_modeling.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_shared.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_store/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_store/_data_model.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_store/_instance.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_store/_provenance.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_store/exceptions.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_utils/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_utils/auth.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_utils/auxiliary.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_utils/collection_.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_utils/graph_transformations_report.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_utils/io_.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_utils/rdf_.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_utils/reader/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_utils/reader/_base.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_utils/spreadsheet.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_utils/tarjan.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_utils/text.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_utils/time_.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_utils/upload.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_utils/xml_.py +0 -0
- {cognite_neat-0.123.28/cognite/neat/plugins → cognite_neat-0.123.30/cognite/neat}/data_model/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/plugins/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/plugins/_issues.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/plugins/_manager.py +0 -0
- {cognite_neat-0.123.28/cognite/neat/session/_session → cognite_neat-0.123.30/cognite/neat/plugins/data_model}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/plugins/data_model/importers/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/plugins/data_model/importers/_base.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/py.typed +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_base.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_collector.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_drop.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_experimental.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_explore.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_fix.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_inspect.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_mapping.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_plugin.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_prepare.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_read.py +0 -0
- {cognite_neat-0.123.28/tests → cognite_neat-0.123.30/cognite/neat/session/_session}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_session/_data_model/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_session/_data_model/_read.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_session/_data_model/_routes.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_session/_data_model/_show.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_session/_data_model/_write.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_set.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_show.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_state/README.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_state.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_subset.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_template.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_to.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/_wizard.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/engine/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/engine/_import.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/engine/_interface.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/engine/_load.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/session/exceptions.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/dev.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/DataModelCDF.PNG +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/DataModelInstancesCDF.PNG +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/DataModelInstancesVizCDF.PNG +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/aml-dm-cdf.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/aml-dm.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/aml-instances-cdf.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/aml-instances-full.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/asset_hierarchy_lift_pump_stations.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/asset_hierarchy_lift_pump_stations_dms.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/asset_hierarchy_lift_pump_stations_dms_typed.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/asset_hierarchy_lift_pump_stations_populated.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/asset_hierarchy_lift_pump_stations_populated_with_typed.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/authorship.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/base-components.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/bid_capacity_data_model.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/change_validate_step.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/connecting_metadata_dm.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/connecting_metadata_populated.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/connecting_metadata_published_dm.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/container_spec.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/core_extension.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/core_extension_excel.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/core_extension_no_connection.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/core_extension_with_properties.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/data-exploration.gif +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/data-model-nordic44.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/data-modeling-flow.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/dexpi-dm-cdf.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/dexpi-dm-viz.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/dexpi-graph-viz.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/dexpi-instance-cdf.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/dexpi-transformed-graph-viz.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/dm-classes.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/dm-object-shapes.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/dm-prefixes.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/dm-source-to-solution-mapping.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/dm2cdf-asset.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/dm2cdf-mapping.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/execution-history.gif +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/export_dms_config.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/export_dms_executed.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/export_dms_workflow.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/features.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/graph-etl-flow.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/high-level-io.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/instances-nordic44.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/instances-sheet.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/key-aspects-of-neat.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/knowledge-graph-viz-filtering.gif +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/knowledge-graph-viz.gif +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/life_cycle_analitic_solution_export_dms.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/life_cycle_converter_model_analytic_solution_model.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/life_cycle_download_reference_model_analytic_soluteion_model.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/life_cycle_download_reference_model_analytic_solution_model_export.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/logo.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/metadata-sheet.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/multi-hop.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/neat-high-level.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/neat-two_flows.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/neat_shift_tab.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/neat_tab.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/prefixes-sheet.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/pump_hello_world_published.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/rdf-in-nutshell.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/rdf2cdf-graph-change.jpg +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/rdf2cdf-graph-resurrect.jpg +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/rdf2cdf-graph.jpg +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/rdf2cdf-init-run-step1.jpg +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/rdf2cdf-init-run-step2.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/rdf2cdf-init-run.jpg +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/rdf2cdf-post-init.jpg +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/run_workflow.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/sheet2cdf-asset-hierarchy.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/sheet2cdf-running-workflow.gif +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/sheet2cdf-transformation-rules-ui.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/sheet2cdf-upload-rules.gif +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/sheet2cdf-workflow-steps.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/sheet2cdf-workflow.gif +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/sheet2cdf-workflow.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/step-configurables.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/step-metrics.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/tutorial-notebooks-part-2_graph-capturing-sheet.gif +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/validate_workflow.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/wf-ephemeral-mode.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/wf-overview.gif +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/wf-persistent-blocking-mode.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/wf-persistent-non-blocking.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/wf-start-mode-ui.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/wind_farm_classic_knowledge_graph.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/wind_farm_data_product_instances.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/work-in-progress.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/workflow-context.jpg +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/working_with_metadata_provenance.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/figs/working_with_metadata_published_dm.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/rules/cdf-dms-architect-alice.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/rules/dms-addition-svein-harald.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/rules/dms-analytics-olav.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/rules/dms-architect-rules-raw-filter-example.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/rules/dms-architect-rules-template.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/rules/dms-rebuild-olav.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/rules/domain-expert-rules-template.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/rules/expert-grid-emma.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/rules/expert-wind-energy-jon.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/rules/information-addition-svein-harald.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/rules/information-analytics-olav-ref.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/rules/information-analytics-olav.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/rules/information-architect-david.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/rules/information-architect-rules-template.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/videos/tutorial-1-defining-data-model.mp4 +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/videos/tutorial-1-download-rules-template.mp4 +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/videos/tutorial-1-upload-gql-schema-to-cdf.mp4 +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/videos/tutorial-2-graph-capturing-sheet.mp4 +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/videos/tutorial-3-asset-hierarchy.mp4 +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/videos/tutorial-3-decommissioning.mp4 +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/videos/tutorial-3-relationships.mp4 +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/videos/tutorial-3-resurrection.mp4 +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/artifacts/videos/tutorial-4-asset-hierarchy.mp4 +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/data-modeling-principles.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/excel_data_modeling/conceptual/overview.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/excel_data_modeling/conceptual/reference.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/excel_data_modeling/data_model.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/excel_data_modeling/physical/enum.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/excel_data_modeling/physical/overview.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/excel_data_modeling/physical/properties.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/excel_data_modeling/physical/reference.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/excel_data_modeling/physical/views.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/excel_data_modeling/units.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/gettingstarted/installation.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/gettingstarted/why-neat.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/index.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/NeatSession/base.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/NeatSession/drop.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/NeatSession/fix.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/NeatSession/inspect.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/NeatSession/mapping.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/NeatSession/prepare.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/NeatSession/read.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/NeatSession/set.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/NeatSession/show.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/NeatSession/subset.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/NeatSession/template.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/NeatSession/to.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/issues/base.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/issues/errors.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/issues/user_model_warnings.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/issues/warnings.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/reference/overview.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/tutorials/data-modeling/cold_start.ipynb +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/tutorials/data-modeling/figs/data-modeling-flow.png +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/tutorials/data-modeling/files/wind_farm_prospecting_conceptual_data_model.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/tutorials/data-modeling/files/wind_farm_prospecting_conceptual_data_model_expanded.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/tutorials/data-modeling/files/wind_farm_prospecting_physical_data_model.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/tutorials/data-modeling/from-conceptual-to-physical-via-CDM.ipynb +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/tutorials/data-modeling/http_purl.org_cognite_neat_data-model_verified_conceptual_wind_energy_WindFarmProspecting_v1.html +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/tutorials/data-modeling/http_purl.org_cognite_neat_data-model_verified_conceptual_wind_energy_WindFarmProspecting_v1_implements.html +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/tutorials/data-modeling/http_purl.org_cognite_neat_data-model_verified_physical_neat_playground_NeatHelloWorld_v1.html +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/tutorials/data-modeling/my_first_model.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/tutorials/data-modeling/physical-data-model.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/docs/tutorials/introduction/introduction.ipynb +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/mkdocs.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/clean_space.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/core_classic_mapping.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/create_classic_core_mapping_yaml.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/dependency_profiler.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/docs_generate_reference.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/docs_generate_unit.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/generate_steps_md.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/.gitignore +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/README.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/config.dev.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/neat_integration_runner/README.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/neat_integration_runner/auth/neat_cicd_testing.group.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/lift_pumps/classic/lift_pump_stations_root.Asset.csv +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/lift_pumps/data_sets/hierarchies.DataSet.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/lift_pumps/raw/collections_pump.Table.csv +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/lift_pumps/raw/collections_pump.Table.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/classic/Measurement.Asset.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/classic/Measurement.Label.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/classic/MetMast.Asset.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/classic/PowerGeneratingUnit.Label.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/classic/Utsira.Asset.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/classic/WT-01.Asset.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/classic/WT-01_to_MetMast.Relationship.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/classic/WT-02.Asset.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/classic/WT-02_to_MetMast.Relationship.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/classic/WindTurbine.Label.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/classic/metMast.Label.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/classic/planned_WT-01_2022-01-01.Event.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/classic/power_curve_manufacturer1.Sequence.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/data_sets/maintenance.DataSet.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/data_sets/source_ds.DataSet.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/data_sets/usecase_01.DataSet.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/files/WT-01_datasheet.FileMetadata.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/files/WT-01_datasheet.txt +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/timeseries/WT-01_forecast.TimeSeries.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/timeseries/WT-01_production.TimeSeries.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/timeseries/WT-02_forecast.TimeSeries.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/integration_runner/modules/test_data/windfarm/timeseries/WT-02_production.TimeSeries.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/manual_test_dms_importer.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/migration.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/oxi_remote/README.md +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/oxi_remote/docker-compose.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/test_lookup_table.csv +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/scripts/windfarm_to_toolkit.py +0 -0
- {cognite_neat-0.123.28/tests/tests_end_to_end → cognite_neat-0.123.30/tests}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/config.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/conftest.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_graph/aml-raw-graph.ttl +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_graph/aml_example.aml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_graph/car.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_graph/dexpi-raw-graph.ttl +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_graph/dexpi_example.xml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_graph/iodd_Piab-piCOMPACT10X-20230509-IODD1.1.xml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_graph/low-quality-graph.ttl +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_instances/asset_centric_cdf/assets.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_instances/asset_centric_cdf/events.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_instances/asset_centric_cdf/files.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_instances/asset_centric_cdf/labels.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_instances/asset_centric_cdf/relationships.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_instances/asset_centric_cdf/sequence_rows.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_instances/asset_centric_cdf/sequences.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_instances/asset_centric_cdf/timeseries.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_instances/classic_windfarm.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/conceptual/broken_concepts.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/conceptual/dangling-properties.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/conceptual/info-arch-car-rules.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/conceptual/info_with_cdm_ref.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/conceptual/information-unknown-value-type.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/conceptual/only_concepts.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/conceptual/ontology.ttl +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/conversion/single_concept.conceptual.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/conversion/single_concept.physical.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/non_neat/cognite_core_v1.zip +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/non_neat/referencing_core/MyDescribable.container.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/non_neat/referencing_core/MyDescribable.view.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/non_neat/referencing_core/enterprise.datamodel.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/non_neat/windturbine.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/partial-model/complete.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/partial-model/part1.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/partial-model/part2.ttl +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/partial-model/part3.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/car_dms_rules.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/car_dms_rules_deprecated.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/dm_raw_filter.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/dm_view_space_different.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/dms-unknown-value-type.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/isa_plus_cdm.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/missing-in-model-value.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/mixed-up-version.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/physical_singleton_issue.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/pump_example_duplicated_resources.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/pump_example_with_missing_cells.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/pump_example_with_missing_cells_raise_issues.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/1.Production.container.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/10.SimNode.container.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/12.SimSubNode.container.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/13.SimEdge.container.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/14.Property.container.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/15.Coordinate.container.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/16.Coordinates.container.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/17.ModelExecutionEnvironment.view.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/18.Coordinate.view.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/19.Coordinates.view.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/2.SimulationModel.container.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/20.SimEdge.view.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/21.ProductionTimeseries.view.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/22.SimNode.view.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/23.Production.view.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/24.SimSubNode.view.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/25.SimulationResultFile.view.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/26.InputProperty.view.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/28.OutputProperty.view.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/29.Property.view.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/3.strongly-coupled-model.datamodel.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/30.SimulationModel.view.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/31.SimNodeAndEdge.view.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/5.my.space.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/6.ModelExecutionEnvironment.container.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/7.ProductionTimeseries.container.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/8.SimNodeAndEdge.container.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical/strongly_connected_model/data_models/9.SimulationResultFile.container.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical_invalid/inconsistent_container_dms_rules.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical_invalid/invalid_metadata.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical_invalid/invalid_property_dms_rules.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical_invalid/missing_view_container_dms_rules.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical_invalid/too_many_containers_per_view.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical_invalid/views_without_properties.xlsx +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical_yamls/invalid_indices.expected_issues.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical_yamls/invalid_indices.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical_yamls/invalid_yaml.expected_issues.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical_yamls/invalid_yaml.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical_yamls/multiple_indices_on_property.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical_yamls/reverse_direct_relation_missing_target.expected_issues.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/data/_schema/physical_yamls/reverse_direct_relation_missing_target.yaml +0 -0
- {cognite_neat-0.123.28/tests/tests_integration → cognite_neat-0.123.30/tests/tests_end_to_end}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_end_to_end/test_rules_flow/test_cdm_extension_verification.yaml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_end_to_end/test_rules_flow/test_excel_importer_to_yaml.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_end_to_end/test_rules_flow/test_excel_importer_to_yaml_new_endpoint.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_end_to_end/test_rules_flow/test_ontology_importer_to_yaml.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_end_to_end/test_rules_flow/test_to_extension_transformer.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_end_to_end/test_rules_flow.py +0 -0
- {cognite_neat-0.123.28/tests/tests_integration/test_api → cognite_neat-0.123.30/tests/tests_integration}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/conftest.py +0 -0
- {cognite_neat-0.123.28/tests/tests_integration/test_graph → cognite_neat-0.123.30/tests/tests_integration/test_api}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_api/test_conversion.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_api/test_validate_rules.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_client_available.py +0 -0
- {cognite_neat-0.123.28/tests/tests_integration/test_graph/test_loaders → cognite_neat-0.123.30/tests/tests_integration/test_graph}/__init__.py +0 -0
- {cognite_neat-0.123.28/tests/tests_integration/test_neat_client → cognite_neat-0.123.30/tests/tests_integration/test_graph/test_loaders}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_graph/test_loaders/test_dms_loader.py +0 -0
- {cognite_neat-0.123.28/tests/tests_integration/test_rules → cognite_neat-0.123.30/tests/tests_integration/test_neat_client}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_neat_client/test_cdf_loaders.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_neat_client/test_statistics.py +0 -0
- {cognite_neat-0.123.28/tests/tests_integration/test_rules/test_exporters → cognite_neat-0.123.30/tests/tests_integration/test_rules}/__init__.py +0 -0
- {cognite_neat-0.123.28/tests/tests_integration/test_rules/test_importers → cognite_neat-0.123.30/tests/tests_integration/test_rules/test_exporters}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_rules/test_exporters/test_dms_exporters.py +0 -0
- {cognite_neat-0.123.28/tests/tests_integration/test_session → cognite_neat-0.123.30/tests/tests_integration/test_rules/test_importers}/__init__.py +0 -0
- {cognite_neat-0.123.28/tests/tests_integration/test_utils → cognite_neat-0.123.30/tests/tests_integration/test_session}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_create_enterprise.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_data_model_prepare_fix/test_prefix_dms_rules_entities.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_data_model_prepare_fix/test_prefix_info_rules_entities.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_data_model_prepare_fix/test_standardize_space_and_version.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_data_model_prepare_fix.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_data_model_to/test_raw_filter.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_data_model_to.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_graph_flow/test_aml_to_dms.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_graph_flow/test_create_extension_template.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_graph_flow/test_dexpi_to_dms.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_graph_flow/test_snapshot_workflow_ids_to_python.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_graph_flow/test_snapshot_workflow_to_python.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_graph_flow/test_uplift_workflow_to_python.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_graph_flow.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_read/test_read_cdm.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_read/test_read_model_referencing_core.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_session/test_read.py +0 -0
- {cognite_neat-0.123.28/tests/tests_unit → cognite_neat-0.123.30/tests/tests_integration/test_utils}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_integration/test_utils/test_reader.py +0 -0
- {cognite_neat-0.123.28/tests/tests_unit/test_graph → cognite_neat-0.123.30/tests/tests_unit}/__init__.py +0 -0
- {cognite_neat-0.123.28/tests/tests_unit/test_graph/test_extractors → cognite_neat-0.123.30/tests/tests_unit/test_graph}/__init__.py +0 -0
- {cognite_neat-0.123.28/tests/tests_unit/test_graph/test_loaders → cognite_neat-0.123.30/tests/tests_unit/test_graph/test_extractors}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_extractors/test_asset_extractor.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_extractors/test_dms_extractor.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_extractors/test_dms_graph_extractor.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_extractors/test_events_extractor.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_extractors/test_files_extractor.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_extractors/test_labels_extractor.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_extractors/test_raw_extractor.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_extractors/test_relationship_extractor.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_extractors/test_sequences_extractor.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_extractors/test_timeseries_extractor.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_graph_read.py +0 -0
- {cognite_neat-0.123.28/tests/tests_unit/test_graph/test_transformers → cognite_neat-0.123.30/tests/tests_unit/test_graph/test_loaders}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_loaders/test_dms_loader.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_loaders/test_rdf2dms.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_loaders/test_rdf_to_instance_space.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_provenance.py +0 -0
- {cognite_neat-0.123.28/tests/tests_unit/test_issues → cognite_neat-0.123.30/tests/tests_unit/test_graph/test_transformers}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_transformers/test_asset_depth_transformer.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_transformers/test_asset_event_connector_transformer.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_transformers/test_asset_file_connector_transformer.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_transformers/test_asset_relationship_connector_transformer.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_transformers/test_asset_sequence_connector_transformer.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_transformers/test_asset_ts_connector_transformer.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_transformers/test_attach_property_from_target2source.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_transformers/test_connection_to_literal.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_transformers/test_make_connection_on_exact_match.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_transformers/test_prune_graph.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_graph/test_transformers/test_split_multi_value_property_transformer.py +0 -0
- {cognite_neat-0.123.28/tests/tests_unit/test_neat_client → cognite_neat-0.123.30/tests/tests_unit/test_issues}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_issues/test_formatters.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_issues/test_issue_behavior.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_issues/test_issues_metatests.py +0 -0
- {cognite_neat-0.123.28/tests/tests_unit/test_rules → cognite_neat-0.123.30/tests/tests_unit/test_neat_client}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_neat_client/test_instances.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_neat_client/test_loaders.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_neat_client/test_schema.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_neat_package_metadata.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_plugins.py +0 -0
- {cognite_neat-0.123.28/tests/tests_unit/test_rules/test_exporters → cognite_neat-0.123.30/tests/tests_unit/test_rules}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_analysis.py +0 -0
- {cognite_neat-0.123.28/tests/tests_unit/test_rules/test_importers → cognite_neat-0.123.30/tests/tests_unit/test_rules/test_exporters}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_exporters/test_exporters_meta.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_exporters/test_rules2excel.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_exporters/test_rules2ontology.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_exporters/test_rules2yaml.py +0 -0
- {cognite_neat-0.123.28/tests/tests_unit/test_rules/test_models → cognite_neat-0.123.30/tests/tests_unit/test_rules/test_importers}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_importers/constants.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_importers/test_dms_importer.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_importers/test_excel_importer.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_importers/test_graph_data_model_importer.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_importers/test_inference_importer.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_importers/test_owl_importer.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_importers/test_subinference_importer.py +0 -0
- {cognite_neat-0.123.28/tests/tests_unit/test_rules/test_transformers → cognite_neat-0.123.30/tests/tests_unit/test_rules/test_models}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_models/test_asset_rules.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_models/test_base_rules.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_models/test_conceptual_model.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_models/test_data_types.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_models/test_dms_schema.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_models/test_entities.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_models/test_input_rules.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_models/test_physical_data_model.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_models/test_restrictions.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_models/test_wrapped_entities.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_models/utils.py +0 -0
- {cognite_neat-0.123.28/tests/tests_unit/test_session → cognite_neat-0.123.30/tests/tests_unit/test_rules/test_transformers}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_transformers/test_converters.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_transformers/test_mapping.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_transformers/test_transformer_meta.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_rules/test_transformers/test_union_conceptual.py +0 -0
- {cognite_neat-0.123.28/tests/tests_unit/test_store → cognite_neat-0.123.30/tests/tests_unit/test_session}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_session/test_flows.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_session/test_meta.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_session/test_plugin.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_session/test_read.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_session/test_to_yaml.py +0 -0
- {cognite_neat-0.123.28/tests/tests_unit/test_utils → cognite_neat-0.123.30/tests/tests_unit/test_store}/__init__.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_store/test_select_queries.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_store/tests_rules_store/test_import_export.yml +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_store/tests_rules_store.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_utils/test_auxiliary.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_utils/test_cdf_classes.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_utils/test_rdf.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_utils/test_reader.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_utils/test_tarjan.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_utils/test_text.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/tests_unit/test_utils/test_utils.py +0 -0
- {cognite_neat-0.123.28 → cognite_neat-0.123.30}/tests/utils.py +0 -0
|
@@ -148,3 +148,29 @@ jobs:
|
|
|
148
148
|
fs.writeFileSync('last_git_message.txt', description);
|
|
149
149
|
- name: Validate Changelog section in PR description
|
|
150
150
|
run: uv run python dev.py changelog
|
|
151
|
+
|
|
152
|
+
build_and_test_jupyter_pyodide:
|
|
153
|
+
runs-on: ubuntu-latest
|
|
154
|
+
steps:
|
|
155
|
+
- uses: actions/checkout@v5
|
|
156
|
+
|
|
157
|
+
- name: Install uv and set the python version
|
|
158
|
+
uses: astral-sh/setup-uv@v6
|
|
159
|
+
with:
|
|
160
|
+
python-version: ${{ env.MAIN_PYTHON_VERSION }}
|
|
161
|
+
|
|
162
|
+
- name: Build package using uv
|
|
163
|
+
run: uv build
|
|
164
|
+
- name: Set up Node.js
|
|
165
|
+
uses: actions/setup-node@v5
|
|
166
|
+
with:
|
|
167
|
+
node-version: "22"
|
|
168
|
+
- name: Install dependencies
|
|
169
|
+
run: npm install pyodide@0.27.6 # JupyterLite currently using pyodide 0.26.2
|
|
170
|
+
- name: Install neat in pyodide environment
|
|
171
|
+
run: |
|
|
172
|
+
whl_file=$(find dist -name "*.whl" | sed 's|^dist/||') # Find the built wheel file, remove dist/ prefix
|
|
173
|
+
echo "Found built wheel file: $whl_file"
|
|
174
|
+
NEAT_FILE_PATH=$whl_file \
|
|
175
|
+
PACKAGES="[\"pyodide-http\", \"pandas\", \"typing-extensions>=4.14.0\", \"http://localhost:3000/dist/$whl_file\"]" \
|
|
176
|
+
node test-pyodide.js
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cognite-neat
|
|
3
|
-
Version: 0.123.
|
|
3
|
+
Version: 0.123.30
|
|
4
4
|
Summary: Knowledge graph transformation
|
|
5
5
|
Project-URL: Documentation, https://cognite-neat.readthedocs-hosted.com/
|
|
6
6
|
Project-URL: Homepage, https://cognite-neat.readthedocs-hosted.com/
|
|
@@ -11,7 +11,7 @@ License-Expression: Apache-2.0
|
|
|
11
11
|
License-File: LICENSE
|
|
12
12
|
Requires-Python: >=3.10
|
|
13
13
|
Requires-Dist: backports-strenum<2.0.0,>=1.2; python_version < '3.11'
|
|
14
|
-
Requires-Dist: cognite-sdk<8.0.0,>=7.
|
|
14
|
+
Requires-Dist: cognite-sdk<8.0.0,>=7.83.0
|
|
15
15
|
Requires-Dist: elementpath<5.0.0,>=4.0.0
|
|
16
16
|
Requires-Dist: exceptiongroup<2.0.0,>=1.1.3; python_version < '3.11'
|
|
17
17
|
Requires-Dist: jsonpath-python<2.0.0,>=1.0.6
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import itertools
|
|
1
2
|
import re
|
|
2
3
|
import warnings
|
|
3
4
|
from abc import ABC, abstractmethod
|
|
@@ -238,7 +239,7 @@ class ResourceLoader(
|
|
|
238
239
|
try:
|
|
239
240
|
return self._update(items)
|
|
240
241
|
except CogniteAPIError as e:
|
|
241
|
-
failed_ids = {self.get_id(failed) for failed in e.failed
|
|
242
|
+
failed_ids = {self.get_id(failed) for failed in itertools.chain(e.failed, e.unknown)}
|
|
242
243
|
success_ids = [self.get_id(success) for success in e.successful]
|
|
243
244
|
success_ = self.retrieve(success_ids)
|
|
244
245
|
if success is None:
|
|
@@ -446,6 +446,8 @@ class DMSImporter(BaseImporter[UnverifiedPhysicalDataModel]):
|
|
|
446
446
|
return ViewEntity.from_id(prop.source)
|
|
447
447
|
elif isinstance(prop_type, PropertyTypeWithUnit) and prop_type.unit:
|
|
448
448
|
return DataType.load(f"{prop_type._type}(unit={prop_type.unit.external_id})")
|
|
449
|
+
elif isinstance(prop_type, dm.Text) and prop_type.max_text_size is not None:
|
|
450
|
+
return DataType.load(f"{prop_type._type}(maxTextSize={prop_type.max_text_size})")
|
|
449
451
|
elif isinstance(prop_type, DMSEnum):
|
|
450
452
|
if enum_collection_by_container_property is None:
|
|
451
453
|
return String()
|
{cognite_neat-0.123.28 → cognite_neat-0.123.30}/cognite/neat/core/_data_model/models/data_types.py
RENAMED
|
@@ -246,6 +246,11 @@ class String(DataType):
|
|
|
246
246
|
sql = "STRING"
|
|
247
247
|
|
|
248
248
|
name: typing.Literal["string"] = "string"
|
|
249
|
+
max_text_size: int | None = Field(
|
|
250
|
+
None,
|
|
251
|
+
alias="maxTextSize",
|
|
252
|
+
description="Specifies the maximum size in bytes of the text property, when encoded with utf-8.",
|
|
253
|
+
)
|
|
249
254
|
|
|
250
255
|
|
|
251
256
|
class LangString(DataType):
|
|
@@ -256,6 +261,11 @@ class LangString(DataType):
|
|
|
256
261
|
sql = "STRING"
|
|
257
262
|
|
|
258
263
|
name: typing.Literal["langString"] = "langString"
|
|
264
|
+
max_text_size: int | None = Field(
|
|
265
|
+
None,
|
|
266
|
+
alias="maxTextSize",
|
|
267
|
+
description="Specifies the maximum size in bytes of the text property, when encoded with utf-8.",
|
|
268
|
+
)
|
|
259
269
|
|
|
260
270
|
|
|
261
271
|
class AnyURI(DataType):
|
|
@@ -25,7 +25,7 @@ from cognite.neat.core._constants import (
|
|
|
25
25
|
DMS_DIRECT_RELATION_LIST_DEFAULT_LIMIT,
|
|
26
26
|
DMS_PRIMITIVE_LIST_DEFAULT_LIMIT,
|
|
27
27
|
)
|
|
28
|
-
from cognite.neat.core._data_model.models.data_types import DataType, Double, Enum, Float
|
|
28
|
+
from cognite.neat.core._data_model.models.data_types import DataType, Double, Enum, Float, LangString, String
|
|
29
29
|
from cognite.neat.core._data_model.models.entities import (
|
|
30
30
|
ConceptEntity,
|
|
31
31
|
ContainerEntity,
|
|
@@ -347,6 +347,8 @@ class _DMSExporter:
|
|
|
347
347
|
args["max_list_size"] = prop.max_count
|
|
348
348
|
if isinstance(prop.value_type, Double | Float) and isinstance(prop.value_type.unit, UnitEntity):
|
|
349
349
|
args["unit"] = prop.value_type.unit.as_reference()
|
|
350
|
+
if isinstance(prop.value_type, String | LangString) and prop.value_type.max_text_size is not None:
|
|
351
|
+
args["max_text_size"] = prop.value_type.max_text_size
|
|
350
352
|
if isinstance(prop.value_type, Enum):
|
|
351
353
|
if prop.value_type.collection not in enum_values_by_collection:
|
|
352
354
|
raise ResourceNotFoundError(
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
from pydantic import BaseModel
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class _UndefinedType(BaseModel): ...
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
class _UnknownType(BaseModel):
|
|
8
|
+
def __str__(self) -> str:
|
|
9
|
+
return "#N/A"
|
|
10
|
+
|
|
11
|
+
def __hash__(self) -> int:
|
|
12
|
+
return hash(str(self))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
# This is a trick to make Undefined and Unknown singletons
|
|
16
|
+
Undefined = _UndefinedType()
|
|
17
|
+
Unknown = _UnknownType()
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
from pydantic import HttpUrl, RootModel, ValidationError
|
|
2
|
+
|
|
3
|
+
from cognite.neat.core._utils.auxiliary import local_import
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class URI(RootModel[str]):
|
|
7
|
+
def __init__(self, value: str):
|
|
8
|
+
try:
|
|
9
|
+
# Use Pydantic's HttpUrl to validate the URI
|
|
10
|
+
_ = HttpUrl(value)
|
|
11
|
+
except ValidationError as e:
|
|
12
|
+
raise ValueError(f"Invalid URI: {value}") from e
|
|
13
|
+
super().__init__(value)
|
|
14
|
+
|
|
15
|
+
def __str__(self) -> str:
|
|
16
|
+
return self.root
|
|
17
|
+
|
|
18
|
+
def __repr__(self) -> str:
|
|
19
|
+
return f"URI({self.root!r})"
|
|
20
|
+
|
|
21
|
+
def as_rdflib_uriref(self): # type: ignore[no-untyped-def]
|
|
22
|
+
# rdflib is an optional dependency, so import here
|
|
23
|
+
local_import("rdflib", "rdflib")
|
|
24
|
+
from rdflib import URIRef
|
|
25
|
+
|
|
26
|
+
return URIRef(self.root)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
class NameSpace(RootModel[str]):
|
|
30
|
+
def __init__(self, value: str):
|
|
31
|
+
try:
|
|
32
|
+
# Use Pydantic's HttpUrl to validate the URI
|
|
33
|
+
_ = HttpUrl(value)
|
|
34
|
+
except ValidationError as e:
|
|
35
|
+
raise ValueError(f"Invalid Namespace: {value}") from e
|
|
36
|
+
super().__init__(value)
|
|
37
|
+
|
|
38
|
+
def __str__(self) -> str:
|
|
39
|
+
return self.root
|
|
40
|
+
|
|
41
|
+
def __repr__(self) -> str:
|
|
42
|
+
return f"NameSpace({self.root!r})"
|
|
43
|
+
|
|
44
|
+
def term(self, name: str) -> URI:
|
|
45
|
+
# need to handle slices explicitly because of __getitem__ override
|
|
46
|
+
return URI(self.root + (name if isinstance(name, str) else ""))
|
|
47
|
+
|
|
48
|
+
def __getitem__(self, key: str) -> URI: # type: ignore[override]
|
|
49
|
+
return self.term(key)
|
|
50
|
+
|
|
51
|
+
def __getattr__(self, name: str) -> URI:
|
|
52
|
+
if name.startswith("__"): # ignore any special Python names!
|
|
53
|
+
raise AttributeError
|
|
54
|
+
return self.term(name)
|
|
55
|
+
|
|
56
|
+
def as_rdflib_namespace(self): # type: ignore[no-untyped-def]
|
|
57
|
+
# rdflib is an optional dependency, so import here
|
|
58
|
+
local_import("rdflib", "rdflib")
|
|
59
|
+
from rdflib import Namespace
|
|
60
|
+
|
|
61
|
+
return Namespace(self.root)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
Refactoring Data Model: Adding neat specific URI and NameSpace classes (#1280)
|
|
2
|
+
|
|
3
|
+
# Description
|
|
4
|
+
|
|
5
|
+
This is first of a number of PR that are focused on refactoring neat
|
|
6
|
+
data model features to be exposed as Toolkit plugin. In this specific PR
|
|
7
|
+
previously neat own `Uri` and `NameSpace` class is defined, such that
|
|
8
|
+
`rdflib` package can be made into an optional dependency. Notice that
|
|
9
|
+
`_constants.py` is copied from
|
|
10
|
+
`cognite/neat/core/_data_model/models/entities`.
|
|
11
|
+
|
|
12
|
+
## Bump
|
|
13
|
+
|
|
14
|
+
- [x] Patch
|
|
15
|
+
- [ ] Minor
|
|
16
|
+
- [ ] Skip
|
|
17
|
+
|
|
18
|
+
## Changelog
|
|
19
|
+
### Added
|
|
20
|
+
|
|
21
|
+
- Added neat native `URI` and `NameSpace` classes that behave same as
|
|
22
|
+
those provided by `rdflib` package
|
|
23
|
+
|
|
24
|
+
---------
|
|
25
|
+
|
|
26
|
+
Co-authored-by: Anders Albert <60234212+doctrino@users.noreply.github.com>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.123.29
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "cognite-neat"
|
|
3
|
-
version = "0.123.
|
|
3
|
+
version = "0.123.30"
|
|
4
4
|
readme = "README.md"
|
|
5
5
|
description = "Knowledge graph transformation"
|
|
6
6
|
authors = [
|
|
@@ -12,7 +12,7 @@ license = "Apache-2.0"
|
|
|
12
12
|
requires-python = ">=3.10"
|
|
13
13
|
dependencies = [
|
|
14
14
|
"pandas>=1.5.3, <3.0.0",
|
|
15
|
-
"cognite-sdk>=7.
|
|
15
|
+
"cognite-sdk>=7.83.0, <8.0.0",
|
|
16
16
|
"rdflib>=7.0.0, <8.0.0",
|
|
17
17
|
"pydantic>=2.0.0, <3.0.0",
|
|
18
18
|
"PyYAML>=6.0.1, <7.0.0",
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
// Description: This script is used to test the Pygen installation in a Pyodide environment.
|
|
2
|
+
// We are using JupyterLite and stlite, both pyodide based Python runtimes. To ensure that pygen works
|
|
3
|
+
// in these runtimes, we need to test the installation of the pygen in a Pyodide environment.
|
|
4
|
+
// This script will start an HTTP server to serve the pygen wheel file and then try to install the pygen in Python.
|
|
5
|
+
// If the installation is successful, it will run a simple Python script to test pygen.
|
|
6
|
+
const { loadPyodide } = require("pyodide");
|
|
7
|
+
|
|
8
|
+
const http = require('http');
|
|
9
|
+
const fs = require('fs');
|
|
10
|
+
const path = require('path');
|
|
11
|
+
|
|
12
|
+
const PORT = 3000;
|
|
13
|
+
|
|
14
|
+
// The Neat wheel filename will be sent in as environment variable
|
|
15
|
+
const wheelFilePath = path.join(__dirname, 'dist', process.env.NEAT_FILE_PATH);
|
|
16
|
+
|
|
17
|
+
// Create an HTTP server to serve the wheel file
|
|
18
|
+
const server = http.createServer((req, res) => {
|
|
19
|
+
fs.readFile(wheelFilePath, (err, data) => {
|
|
20
|
+
if (err) {
|
|
21
|
+
// Handle file read errors
|
|
22
|
+
res.writeHead(500, { 'Content-Type': 'text/plain' });
|
|
23
|
+
res.end('500 - Internal Server Error');
|
|
24
|
+
} else {
|
|
25
|
+
// Serve the file content
|
|
26
|
+
res.writeHead(200, { 'Content-Type': 'application/octet-stream' });
|
|
27
|
+
res.end(data);
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
// Start the server and listen on the defined port. Then try to install Neat in Python
|
|
33
|
+
server.listen(PORT, () => {
|
|
34
|
+
console.log(`Server is running at http://localhost:${PORT}. Now trying to install neat.`);
|
|
35
|
+
|
|
36
|
+
async function test_cognite_neat() {
|
|
37
|
+
let pyodide = await loadPyodide();
|
|
38
|
+
await pyodide.loadPackage("micropip");
|
|
39
|
+
const micropip = pyodide.pyimport("micropip");
|
|
40
|
+
// Read packages to install from environment variable as JSON
|
|
41
|
+
|
|
42
|
+
const packages = JSON.parse(process.env.PACKAGES);
|
|
43
|
+
for (const pkg of packages) {
|
|
44
|
+
await micropip.install(pkg);
|
|
45
|
+
}
|
|
46
|
+
await pyodide.runPythonAsync("from cognite.neat import NeatSession");
|
|
47
|
+
|
|
48
|
+
return pyodide.runPythonAsync('"Neat successfully installed and imported!"');
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
test_cognite_neat().then((result) => {
|
|
52
|
+
console.log("Response from Python =", result);
|
|
53
|
+
server.close();
|
|
54
|
+
});
|
|
55
|
+
});
|
|
@@ -7,6 +7,8 @@ import pytest
|
|
|
7
7
|
from cognite.client import data_modeling as dm
|
|
8
8
|
|
|
9
9
|
from cognite.neat import NeatSession
|
|
10
|
+
from cognite.neat.core._client.data_classes.data_modeling import ContainerApplyDict, SpaceApplyDict, ViewApplyDict
|
|
11
|
+
from cognite.neat.core._client.data_classes.schema import DMSSchema
|
|
10
12
|
from cognite.neat.core._client.testing import monkeypatch_neat_client
|
|
11
13
|
from cognite.neat.core._data_model import importers
|
|
12
14
|
from cognite.neat.core._data_model.exporters import DMSExporter
|
|
@@ -110,3 +112,32 @@ class TestImportExportDMS:
|
|
|
110
112
|
prop = container.properties["geoLocation"]
|
|
111
113
|
assert isinstance(prop, dm.ContainerProperty)
|
|
112
114
|
assert prop.type == dm.DirectRelation()
|
|
115
|
+
|
|
116
|
+
def test_import_export_dms_with_text_property(self) -> None:
|
|
117
|
+
space = "schema_space"
|
|
118
|
+
my_container = dm.ContainerApply(
|
|
119
|
+
space, "Container1", properties={"textProp": dm.ContainerProperty(type=dm.Text(max_text_size=42))}
|
|
120
|
+
)
|
|
121
|
+
my_view = dm.ViewApply(
|
|
122
|
+
space, "View1", "v1", properties={"textProp": dm.MappedPropertyApply(my_container.as_id(), "textProp")}
|
|
123
|
+
)
|
|
124
|
+
schema = DMSSchema(
|
|
125
|
+
data_model=dm.DataModelApply(
|
|
126
|
+
space=space, external_id="MyModel", version="0.1.0", views=[my_view.as_id()], description="Creator: me"
|
|
127
|
+
),
|
|
128
|
+
spaces=SpaceApplyDict([dm.SpaceApply(space=space)]),
|
|
129
|
+
views=ViewApplyDict([my_view]),
|
|
130
|
+
containers=ContainerApplyDict([my_container]),
|
|
131
|
+
)
|
|
132
|
+
|
|
133
|
+
with catch_issues() as issues:
|
|
134
|
+
importer = importers.DMSImporter(schema)
|
|
135
|
+
rules = VerifyAnyDataModel().transform(importer.to_data_model())
|
|
136
|
+
if isinstance(rules, PhysicalDataModel):
|
|
137
|
+
dms_rules = rules
|
|
138
|
+
else:
|
|
139
|
+
pytest.fail(f"Unexpected rules type: {type(rules)}")
|
|
140
|
+
assert not issues.has_errors, f"Import failed with issues: {issues}"
|
|
141
|
+
exported = DMSExporter().export(dms_rules)
|
|
142
|
+
assert len(exported.views) == 1
|
|
143
|
+
assert exported.dump() == schema.dump(), "Exported schema should match the original schema"
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
import pytest
|
|
2
|
+
from rdflib import Namespace, URIRef
|
|
3
|
+
|
|
4
|
+
from cognite.neat.data_model.models.entities import URI, NameSpace
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
class TestNameSpace:
|
|
8
|
+
def test_valid_namespace_creation(self):
|
|
9
|
+
"""Test creating a NameSpace with valid URIs."""
|
|
10
|
+
valid_namespaces = [
|
|
11
|
+
"http://example.com/",
|
|
12
|
+
"https://example.org/vocab#",
|
|
13
|
+
"http://www.w3.org/2000/01/rdf-schema#",
|
|
14
|
+
"https://schema.org/",
|
|
15
|
+
]
|
|
16
|
+
|
|
17
|
+
for namespace_str in valid_namespaces:
|
|
18
|
+
ns = NameSpace(namespace_str)
|
|
19
|
+
assert str(ns) == namespace_str
|
|
20
|
+
assert ns.root == namespace_str
|
|
21
|
+
|
|
22
|
+
def test_invalid_namespace_creation(self):
|
|
23
|
+
"""Test that invalid URIs raise ValueError."""
|
|
24
|
+
invalid_namespaces = [
|
|
25
|
+
"not-a-uri",
|
|
26
|
+
"",
|
|
27
|
+
"://invalid",
|
|
28
|
+
"http://",
|
|
29
|
+
"just-text",
|
|
30
|
+
"ftp://files.example.com/",
|
|
31
|
+
]
|
|
32
|
+
|
|
33
|
+
for invalid_ns in invalid_namespaces:
|
|
34
|
+
with pytest.raises(ValueError, match="Invalid Namespace"):
|
|
35
|
+
NameSpace(invalid_ns)
|
|
36
|
+
|
|
37
|
+
def test_namespace_repr(self):
|
|
38
|
+
"""Test string representation of NameSpace."""
|
|
39
|
+
ns = NameSpace("http://example.com/")
|
|
40
|
+
assert repr(ns) == "NameSpace('http://example.com/')"
|
|
41
|
+
|
|
42
|
+
def test_term_method(self):
|
|
43
|
+
"""Test creating terms using the term method."""
|
|
44
|
+
ns = NameSpace("http://example.com/vocab#")
|
|
45
|
+
|
|
46
|
+
term = ns.term("Person")
|
|
47
|
+
assert isinstance(term, URI)
|
|
48
|
+
assert str(term) == "http://example.com/vocab#Person"
|
|
49
|
+
|
|
50
|
+
term = ns.term("hasName")
|
|
51
|
+
assert str(term) == "http://example.com/vocab#hasName"
|
|
52
|
+
|
|
53
|
+
def test_getitem_method(self):
|
|
54
|
+
"""Test creating terms using bracket notation."""
|
|
55
|
+
ns = NameSpace("http://example.com/vocab#")
|
|
56
|
+
|
|
57
|
+
term = ns["Person"]
|
|
58
|
+
assert isinstance(term, URI)
|
|
59
|
+
assert str(term) == "http://example.com/vocab#Person"
|
|
60
|
+
|
|
61
|
+
term = ns["hasAge"]
|
|
62
|
+
assert str(term) == "http://example.com/vocab#hasAge"
|
|
63
|
+
|
|
64
|
+
def test_getattr_method(self):
|
|
65
|
+
"""Test creating terms using attribute access."""
|
|
66
|
+
ns = NameSpace("http://example.com/vocab#")
|
|
67
|
+
|
|
68
|
+
term = ns.Person
|
|
69
|
+
assert isinstance(term, URI)
|
|
70
|
+
assert str(term) == "http://example.com/vocab#Person"
|
|
71
|
+
|
|
72
|
+
term = ns.hasName
|
|
73
|
+
assert str(term) == "http://example.com/vocab#hasName"
|
|
74
|
+
|
|
75
|
+
def test_getattr_special_names(self):
|
|
76
|
+
"""Test that special Python names raise AttributeError."""
|
|
77
|
+
ns = NameSpace("http://example.com/vocab#")
|
|
78
|
+
|
|
79
|
+
with pytest.raises(AttributeError):
|
|
80
|
+
_ = ns.__special__
|
|
81
|
+
|
|
82
|
+
def test_as_rdflib_namespace(self):
|
|
83
|
+
"""Test conversion to rdflib Namespace."""
|
|
84
|
+
pytest.importorskip("rdflib")
|
|
85
|
+
|
|
86
|
+
ns = NameSpace("http://example.com/vocab#")
|
|
87
|
+
rdflib_ns = ns.as_rdflib_namespace()
|
|
88
|
+
|
|
89
|
+
assert isinstance(rdflib_ns, Namespace)
|
|
90
|
+
assert str(rdflib_ns) == "http://example.com/vocab#"
|
|
91
|
+
|
|
92
|
+
@pytest.mark.parametrize(
|
|
93
|
+
"term_name",
|
|
94
|
+
[
|
|
95
|
+
"Person",
|
|
96
|
+
"hasName",
|
|
97
|
+
"Organization",
|
|
98
|
+
"member_of",
|
|
99
|
+
"CamelCase",
|
|
100
|
+
"snake_case",
|
|
101
|
+
"kebab-case",
|
|
102
|
+
],
|
|
103
|
+
)
|
|
104
|
+
def test_various_term_names(self, term_name: str):
|
|
105
|
+
"""Test creating terms with various naming conventions."""
|
|
106
|
+
ns = NameSpace("http://example.com/vocab#")
|
|
107
|
+
|
|
108
|
+
# Test all three ways of creating terms
|
|
109
|
+
term1 = ns.term(term_name)
|
|
110
|
+
term2 = ns[term_name]
|
|
111
|
+
term3 = getattr(ns, term_name)
|
|
112
|
+
|
|
113
|
+
expected = f"http://example.com/vocab#{term_name}"
|
|
114
|
+
assert str(term1) == expected
|
|
115
|
+
assert str(term2) == expected
|
|
116
|
+
assert str(term3) == expected
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
class TestURI:
|
|
120
|
+
def test_valid_uri_creation(self):
|
|
121
|
+
"""Test creating URI with valid URIs."""
|
|
122
|
+
valid_uris = [
|
|
123
|
+
"http://example.com",
|
|
124
|
+
"https://example.org/path",
|
|
125
|
+
"http://www.w3.org/2000/01/rdf-schema#Class",
|
|
126
|
+
"https://schema.org/Person",
|
|
127
|
+
]
|
|
128
|
+
|
|
129
|
+
for uri_str in valid_uris:
|
|
130
|
+
uri = URI(uri_str)
|
|
131
|
+
assert str(uri) == uri_str
|
|
132
|
+
assert uri.root == uri_str
|
|
133
|
+
|
|
134
|
+
def test_invalid_uri_creation(self):
|
|
135
|
+
"""Test that invalid URIs raise ValueError."""
|
|
136
|
+
invalid_uris = [
|
|
137
|
+
"not-a-uri",
|
|
138
|
+
"",
|
|
139
|
+
"://invalid",
|
|
140
|
+
"http://",
|
|
141
|
+
"just-text",
|
|
142
|
+
"file:///path/to/file",
|
|
143
|
+
"mailto:user@example.com",
|
|
144
|
+
"ftp://files.example.com/file.txt",
|
|
145
|
+
]
|
|
146
|
+
|
|
147
|
+
for invalid_uri in invalid_uris:
|
|
148
|
+
with pytest.raises(ValueError, match="Invalid URI"):
|
|
149
|
+
URI(invalid_uri)
|
|
150
|
+
|
|
151
|
+
def test_uri_repr(self):
|
|
152
|
+
"""Test string representation of URI."""
|
|
153
|
+
uri = URI("http://example.com/Person")
|
|
154
|
+
assert repr(uri) == "URI('http://example.com/Person')"
|
|
155
|
+
|
|
156
|
+
def test_as_rdflib_uriref(self):
|
|
157
|
+
"""Test conversion to rdflib URIRef."""
|
|
158
|
+
pytest.importorskip("rdflib")
|
|
159
|
+
|
|
160
|
+
uri = URI("http://example.com/Person")
|
|
161
|
+
uriref = uri.as_rdflib_uriref()
|
|
162
|
+
|
|
163
|
+
assert isinstance(uriref, URIRef)
|
|
164
|
+
assert str(uriref) == "http://example.com/Person"
|
|
165
|
+
|
|
166
|
+
@pytest.mark.parametrize(
|
|
167
|
+
"uri_str",
|
|
168
|
+
[
|
|
169
|
+
"http://example.com",
|
|
170
|
+
"https://www.w3.org/2000/01/rdf-schema#Class",
|
|
171
|
+
"https://schema.org/Person",
|
|
172
|
+
"http://xmlns.com/foaf/0.1/name",
|
|
173
|
+
],
|
|
174
|
+
)
|
|
175
|
+
def test_various_uri_formats(self, uri_str: str):
|
|
176
|
+
"""Test creating URIs with various formats."""
|
|
177
|
+
uri = URI(uri_str)
|
|
178
|
+
assert str(uri) == uri_str
|
|
179
|
+
assert uri.root == uri_str
|
|
File without changes
|
|
@@ -346,7 +346,7 @@ wheels = [
|
|
|
346
346
|
|
|
347
347
|
[[package]]
|
|
348
348
|
name = "cognite-neat"
|
|
349
|
-
version = "0.123.
|
|
349
|
+
version = "0.123.30"
|
|
350
350
|
source = { editable = "." }
|
|
351
351
|
dependencies = [
|
|
352
352
|
{ name = "backports-strenum", marker = "python_full_version < '3.11'" },
|
|
@@ -428,7 +428,7 @@ dev = [
|
|
|
428
428
|
[package.metadata]
|
|
429
429
|
requires-dist = [
|
|
430
430
|
{ name = "backports-strenum", marker = "python_full_version < '3.11'", specifier = ">=1.2,<2.0.0" },
|
|
431
|
-
{ name = "cognite-sdk", specifier = ">=7.
|
|
431
|
+
{ name = "cognite-sdk", specifier = ">=7.83.0,<8.0.0" },
|
|
432
432
|
{ name = "elementpath", specifier = ">=4.0.0,<5.0.0" },
|
|
433
433
|
{ name = "exceptiongroup", marker = "python_full_version < '3.11'", specifier = ">=1.1.3,<2.0.0" },
|
|
434
434
|
{ name = "google-api-python-client", marker = "extra == 'google'", specifier = ">=2.70.0,<3.0.0" },
|
|
@@ -496,7 +496,7 @@ dev = [
|
|
|
496
496
|
|
|
497
497
|
[[package]]
|
|
498
498
|
name = "cognite-sdk"
|
|
499
|
-
version = "7.
|
|
499
|
+
version = "7.83.1"
|
|
500
500
|
source = { registry = "https://pypi.org/simple" }
|
|
501
501
|
dependencies = [
|
|
502
502
|
{ name = "msal" },
|
|
@@ -506,9 +506,9 @@ dependencies = [
|
|
|
506
506
|
{ name = "requests-oauthlib" },
|
|
507
507
|
{ name = "typing-extensions" },
|
|
508
508
|
]
|
|
509
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
509
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f4/98/efaf3b8b082fae038000674f01aebcd85437280c889da036a0d1a1d88a2b/cognite_sdk-7.83.1.tar.gz", hash = "sha256:bd7b81936c94ce58b3e07aa31f1e0b88dc8027c07457171c81ca0d82f5ad3e9f", size = 516805, upload-time = "2025-08-30T19:30:17.26Z" }
|
|
510
510
|
wheels = [
|
|
511
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
511
|
+
{ url = "https://files.pythonhosted.org/packages/82/8b/81c0d6da28f98ee3b4aba873e3115085b51fb16fd3a2af42db5ea3a300bd/cognite_sdk-7.83.1-py3-none-any.whl", hash = "sha256:301c30686f8f2f945ef6239db799f62f7520e2f20b9346bd53a144cdf3a7c477", size = 644785, upload-time = "2025-08-30T19:30:14.985Z" },
|
|
512
512
|
]
|
|
513
513
|
|
|
514
514
|
[package.optional-dependencies]
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
Remove upper bound on packaging (#1272)
|
|
2
|
-
|
|
3
|
-
# Description
|
|
4
|
-
|
|
5
|
-
This third-party dependency had an upper bound that caused compatibility
|
|
6
|
-
issues with `cognite-toolkit` due to differing upper and lower bounds.
|
|
7
|
-
The upper bound was recently removed with this change in
|
|
8
|
-
`cognite-toolkit`:
|
|
9
|
-
https://github.com/cognitedata/toolkit/commit/2d0ef1383325e2a074e607b9fbaf06fc24a0e1de
|
|
10
|
-
|
|
11
|
-
This commit removes the upper bound in Neat as well, ensuring both
|
|
12
|
-
packages can now be installed in the same repo. Verified locally with an
|
|
13
|
-
install with `cognite-toolkit=0.6.26` and using this branch as target
|
|
14
|
-
for `cognite-neat`.
|
|
15
|
-
|
|
16
|
-
## Bump
|
|
17
|
-
|
|
18
|
-
- [x] Patch
|
|
19
|
-
- [ ] Minor
|
|
20
|
-
- [ ] Skip
|
|
21
|
-
|
|
22
|
-
## Changelog
|
|
23
|
-
|
|
24
|
-
### Fixed
|
|
25
|
-
|
|
26
|
-
- Removed upper bound on third-party dependency `packaging`. This makes
|
|
27
|
-
Neat compatible with toolkit.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.123.27
|
|
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
|