cognite-neat 0.82.3__tar.gz → 0.83.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cognite-neat might be problematic. Click here for more details.
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/PKG-INFO +11 -11
- cognite_neat-0.83.0/cognite/neat/_version.py +1 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/examples/power-grid-containers.yaml +8 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/examples/power-grid-model.yaml +8 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/dms/_schema.py +1 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/migration/steps.py +3 -5
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/pyproject.toml +29 -24
- cognite_neat-0.82.3/cognite/neat/_version.py +0 -1
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/LICENSE +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/README.md +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/asgi/metrics.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/configuration.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/context_manager/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/context_manager/manager.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/data_classes/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/data_classes/rest.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/explorer.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/routers/configuration.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/routers/core.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/routers/crud.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/routers/data_exploration.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/routers/metrics.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/routers/rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/routers/workflows.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/utils/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/utils/data_mapping.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/utils/logging.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/utils/query_templates.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/main.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/monitoring/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/monitoring/metrics.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/index.html +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/.gitignore +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/README.md +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/asset-manifest.json +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/favicon.ico +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/img/architect-icon.svg +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/img/developer-icon.svg +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/img/sme-icon.svg +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/index.html +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/logo192.png +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/manifest.json +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/robots.txt +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/static/css/main.38a62222.css +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/static/css/main.38a62222.css.map +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/static/js/main.ec7f72e2.js +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/static/js/main.ec7f72e2.js.LICENSE.txt +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/static/js/main.ec7f72e2.js.map +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/static/media/logo.8093b84df9ed36a174c629d6fe0b730d.svg +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/config.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/constants.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/exceptions.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/_shared.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/_tracking/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/_tracking/base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/_tracking/log.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/examples/Knowledge-Graph-Nordic44-dirty.xml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/examples/Knowledge-Graph-Nordic44.xml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/examples/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/examples/skos-capturing-sheet-wind-topics.xlsx +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/exceptions.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_classic_cdf/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_classic_cdf/_assets.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_classic_cdf/_events.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_classic_cdf/_files.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_classic_cdf/_labels.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_classic_cdf/_relationships.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_classic_cdf/_sequences.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_classic_cdf/_timeseries.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_dexpi.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_mock_graph_generator.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_rdf_file.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/issues/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/issues/loader.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/loaders/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/loaders/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/loaders/_rdf2dms.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/models.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/queries/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/queries/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/queries/_construct.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/queries/_shared.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/stores/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/stores/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/stores/_oxrdflib.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/stores/_provenance.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/transformers/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/transformers/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/transformers/_classic_cdf.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/issues.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/examples/Knowledge-Graph-Nordic44-dirty.xml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/examples/Knowledge-Graph-Nordic44.xml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/examples/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/examples/skos-capturing-sheet-wind-topics.xlsx +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/exceptions.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/extractors/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/extractors/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/extractors/_dexpi.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/extractors/_graph_capturing_sheet.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/extractors/_mock_graph_generator.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/_asset_loader.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/_exceptions.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/core/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/core/labels.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/core/models.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/core/rdf_to_assets.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/core/rdf_to_relationships.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/rdf_to_dms.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/validator.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/models.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/stores/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/stores/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/stores/_graphdb_store.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/stores/_memory_store.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/stores/_oxigraph_store.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/stores/_oxrdflib.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/stores/_rdf_to_graph.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/transformations/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/transformations/entity_matcher.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/transformations/query_generator/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/transformations/query_generator/sparql.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/transformations/transformer.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/analysis.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/examples/Rules-Nordic44-to-TNT.xlsx +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/examples/Rules-Nordic44-to-graphql.xlsx +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/examples/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/examples/power-grid-example.xlsx +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/examples/rules-template.xlsx +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/examples/sheet2cdf-transformation-rules.xlsx +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/examples/skos-rules.xlsx +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/examples/source-to-solution-mapping-rules.xlsx +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/examples/wind-energy.owl +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/exceptions.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/exporters/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/exporters/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/exporters/_core/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/exporters/_core/rules2labels.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/exporters/_rules2dms.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/exporters/_rules2excel.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/exporters/_rules2graphql.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/exporters/_rules2ontology.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/exporters/_rules2pydantic_models.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/exporters/_rules2rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/exporters/_rules2triples.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/exporters/_validation.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/importers/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/importers/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/importers/_dict2rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/importers/_dms2rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/importers/_graph2rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/importers/_json2rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/importers/_owl2rules/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/importers/_owl2rules/_owl2classes.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/importers/_owl2rules/_owl2metadata.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/importers/_owl2rules/_owl2properties.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/importers/_owl2rules/_owl2rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/importers/_spreadsheet2rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/importers/_xsd2rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/importers/_yaml2rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/models/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/models/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/models/raw_rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/models/rdfpath.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/models/rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/models/tables.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/models/value_types.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/workflows/examples/Export_DMS/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/workflows/examples/Export_Rules_to_Ontology/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/workflows/examples/Extract_DEXPI_Graph_and_Export_Rules/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/workflows/examples/Extract_RDF_Graph_and_Generate_Assets/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/workflows/examples/Import_DMS/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/workflows/examples/Ontology_to_Data_Model/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/workflows/examples/Validate_Rules/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/workflows/examples/Validate_Solution_Model/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/workflows/examples/Visualize_Data_Model_Using_Mock_Graph/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/workflows/examples/Visualize_Semantic_Data_Model/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/py.typed +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/_shared.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/analysis/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/analysis/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/analysis/_information_rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/examples/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/examples/wind-energy.owl +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/exceptions.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/exporters/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/exporters/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/exporters/_rules2dms.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/exporters/_rules2excel.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/exporters/_rules2ontology.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/exporters/_rules2yaml.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/exporters/_validation.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/importers/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/importers/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/importers/_dms2rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/importers/_dtdl2rules/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/importers/_dtdl2rules/_unit_lookup.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/importers/_dtdl2rules/dtdl_converter.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/importers/_dtdl2rules/dtdl_importer.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/importers/_dtdl2rules/spec.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/importers/_inference2rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/importers/_owl2rules/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/importers/_owl2rules/_owl2classes.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/importers/_owl2rules/_owl2metadata.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/importers/_owl2rules/_owl2properties.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/importers/_owl2rules/_owl2rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/importers/_spreadsheet2rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/importers/_yaml2rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/issues/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/issues/base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/issues/dms.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/issues/fileread.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/issues/formatters.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/issues/importing.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/issues/spreadsheet.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/issues/spreadsheet_file.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/_constants.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/_rdfpath.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/_types/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/_types/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/_types/_field.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/asset/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/asset/_converter.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/asset/_rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/asset/_rules_input.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/asset/_serializer.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/asset/_validation.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/data_types.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/dms/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/dms/_converter.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/dms/_exporter.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/dms/_rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/dms/_rules_input.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/dms/_serializer.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/dms/_validation.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/domain.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/entities.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/information/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/information/_converter.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/information/_rules.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/information/_rules_input.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/information/_serializer.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/information/_validation.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/rules/models/wrapped_entities.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/utils/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/utils/auxiliary.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/utils/cdf.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/utils/cdf_classes.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/utils/cdf_loaders/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/utils/cdf_loaders/_base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/utils/cdf_loaders/_data_modeling.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/utils/cdf_loaders/_ingestion.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/utils/cdf_loaders/data_classes.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/utils/exceptions.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/utils/spreadsheet.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/utils/text.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/utils/upload.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/utils/utils.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/utils/xml.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/_exceptions.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/base.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/cdf_store.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/examples/Export_DMS/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/examples/Export_Rules_to_Ontology/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/examples/Extract_DEXPI_Graph_and_Export_Rules/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/examples/Extract_RDF_Graph_and_Generate_Assets/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/examples/Import_DMS/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/examples/Ontology_to_Data_Model/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/examples/Validate_Rules/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/examples/Validate_Solution_Model/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/examples/Visualize_Data_Model_Using_Mock_Graph/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/examples/Visualize_Semantic_Data_Model/workflow.yaml +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/manager.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/migration/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/migration/wf_manifests.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/model.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/data_contracts.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/current/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/current/graph_extractor.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/current/graph_loader.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/current/graph_store.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/current/rules_exporter.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/current/rules_importer.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/current/rules_validator.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/io/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/io/io_steps.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/legacy/__init__.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/legacy/graph_contextualization.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/legacy/graph_extractor.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/legacy/graph_loader.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/legacy/graph_store.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/legacy/graph_transformer.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/legacy/rules_exporter.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/lib/legacy/rules_importer.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps/step_model.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/steps_registry.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/tasks.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/triggers.py +0 -0
- {cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/workflows/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cognite-neat
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.83.0
|
|
4
4
|
Summary: Knowledge graph transformation
|
|
5
5
|
Home-page: https://cognite-neat.readthedocs-hosted.com/
|
|
6
6
|
License: Apache-2.0
|
|
@@ -17,15 +17,16 @@ Provides-Extra: docs
|
|
|
17
17
|
Provides-Extra: google
|
|
18
18
|
Provides-Extra: graphql
|
|
19
19
|
Provides-Extra: oxi
|
|
20
|
+
Provides-Extra: service
|
|
20
21
|
Requires-Dist: PyYAML
|
|
21
22
|
Requires-Dist: backports.strenum (>=1.2,<2.0) ; python_version < "3.11"
|
|
22
|
-
Requires-Dist: cognite-sdk (>=7.
|
|
23
|
+
Requires-Dist: cognite-sdk (>=7.52.0,<8.0.0)
|
|
23
24
|
Requires-Dist: deepdiff
|
|
24
25
|
Requires-Dist: exceptiongroup (>=1.1.3,<2.0.0) ; python_version < "3.11"
|
|
25
|
-
Requires-Dist: fastapi (>=0,<1)
|
|
26
|
-
Requires-Dist: google-api-python-client ; extra == "google"
|
|
27
|
-
Requires-Dist: google-auth-oauthlib ; extra == "google"
|
|
28
|
-
Requires-Dist: gspread ; extra == "google"
|
|
26
|
+
Requires-Dist: fastapi (>=0,<1) ; extra == "service" or extra == "all"
|
|
27
|
+
Requires-Dist: google-api-python-client ; extra == "google"
|
|
28
|
+
Requires-Dist: google-auth-oauthlib ; extra == "google"
|
|
29
|
+
Requires-Dist: gspread ; extra == "google"
|
|
29
30
|
Requires-Dist: jinja2 (>=3.1.2,<4.0.0) ; extra == "graphql" or extra == "all"
|
|
30
31
|
Requires-Dist: mkdocs ; extra == "docs"
|
|
31
32
|
Requires-Dist: mkdocs-autorefs (>=0.5.0,<0.6.0) ; extra == "docs"
|
|
@@ -39,18 +40,17 @@ Requires-Dist: mkdocstrings[python] ; extra == "docs"
|
|
|
39
40
|
Requires-Dist: openpyxl
|
|
40
41
|
Requires-Dist: oxrdflib[oxigraph] (>=0.3.3,<0.4.0) ; extra == "oxi" or extra == "all"
|
|
41
42
|
Requires-Dist: pandas
|
|
42
|
-
Requires-Dist: prometheus-client (>=0
|
|
43
|
+
Requires-Dist: prometheus-client (>=0,<1) ; extra == "service" or extra == "all"
|
|
43
44
|
Requires-Dist: pydantic (>=2,<3)
|
|
44
45
|
Requires-Dist: pymdown-extensions ; extra == "docs"
|
|
45
|
-
Requires-Dist: pyoxigraph (==0.3.19)
|
|
46
|
-
Requires-Dist: python-multipart (>=0,<1)
|
|
46
|
+
Requires-Dist: pyoxigraph (==0.3.19) ; extra == "oxi" or extra == "all"
|
|
47
47
|
Requires-Dist: rdflib
|
|
48
48
|
Requires-Dist: requests
|
|
49
|
-
Requires-Dist: schedule (>=1,<2)
|
|
49
|
+
Requires-Dist: schedule (>=1,<2) ; extra == "service" or extra == "all"
|
|
50
50
|
Requires-Dist: tomli (>=2.0.1,<3.0.0) ; python_version < "3.11"
|
|
51
51
|
Requires-Dist: typing_extensions (>=4.8,<5.0) ; python_version < "3.11"
|
|
52
52
|
Requires-Dist: urllib3 (>=2,<3)
|
|
53
|
-
Requires-Dist: uvicorn[standard] (>=0,<1)
|
|
53
|
+
Requires-Dist: uvicorn[standard] (>=0,<1) ; extra == "service" or extra == "all"
|
|
54
54
|
Project-URL: Documentation, https://cognite-neat.readthedocs-hosted.com/
|
|
55
55
|
Project-URL: Repository, https://github.com/cognitedata/neat
|
|
56
56
|
Description-Content-Type: text/markdown
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.83.0"
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
properties:
|
|
4
4
|
name:
|
|
5
5
|
autoIncrement: false
|
|
6
|
+
immutable: false
|
|
6
7
|
defaultValue: null
|
|
7
8
|
description: 'The name that identifies Greographical
|
|
8
9
|
|
|
@@ -20,6 +21,7 @@
|
|
|
20
21
|
properties:
|
|
21
22
|
aliasName:
|
|
22
23
|
autoIncrement: false
|
|
24
|
+
immutable: false
|
|
23
25
|
defaultValue: null
|
|
24
26
|
description: 'The alternative name that identifies Substation
|
|
25
27
|
|
|
@@ -32,6 +34,7 @@
|
|
|
32
34
|
type: text
|
|
33
35
|
name:
|
|
34
36
|
autoIncrement: false
|
|
37
|
+
immutable: false
|
|
35
38
|
defaultValue: null
|
|
36
39
|
description: 'The name that identifies Terminal
|
|
37
40
|
|
|
@@ -44,6 +47,7 @@
|
|
|
44
47
|
type: text
|
|
45
48
|
substation:
|
|
46
49
|
autoIncrement: false
|
|
50
|
+
immutable: false
|
|
47
51
|
defaultValue: null
|
|
48
52
|
description: 'Substation to which terminal belongs to
|
|
49
53
|
|
|
@@ -61,6 +65,7 @@
|
|
|
61
65
|
properties:
|
|
62
66
|
name:
|
|
63
67
|
autoIncrement: false
|
|
68
|
+
immutable: false
|
|
64
69
|
defaultValue: null
|
|
65
70
|
description: 'The name that identifies SubGreographical
|
|
66
71
|
|
|
@@ -73,6 +78,7 @@
|
|
|
73
78
|
type: text
|
|
74
79
|
region:
|
|
75
80
|
autoIncrement: false
|
|
81
|
+
immutable: false
|
|
76
82
|
defaultValue: null
|
|
77
83
|
description: 'Region to which subgeographical region belongs to
|
|
78
84
|
|
|
@@ -90,6 +96,7 @@
|
|
|
90
96
|
properties:
|
|
91
97
|
name:
|
|
92
98
|
autoIncrement: false
|
|
99
|
+
immutable: false
|
|
93
100
|
defaultValue: null
|
|
94
101
|
description: 'The name that identifies Substation
|
|
95
102
|
|
|
@@ -102,6 +109,7 @@
|
|
|
102
109
|
type: text
|
|
103
110
|
subGeographicalRegion:
|
|
104
111
|
autoIncrement: false
|
|
112
|
+
immutable: false
|
|
105
113
|
defaultValue: null
|
|
106
114
|
description: 'The subgeographical region containing the substation
|
|
107
115
|
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/rules/examples/power-grid-model.yaml
RENAMED
|
@@ -23,6 +23,7 @@ views:
|
|
|
23
23
|
type: text
|
|
24
24
|
nullable: false
|
|
25
25
|
autoIncrement: false
|
|
26
|
+
immutable: false
|
|
26
27
|
source: null
|
|
27
28
|
defaultValue: null
|
|
28
29
|
name: name
|
|
@@ -67,6 +68,7 @@ views:
|
|
|
67
68
|
type: text
|
|
68
69
|
nullable: false
|
|
69
70
|
autoIncrement: false
|
|
71
|
+
immutable: false
|
|
70
72
|
source: null
|
|
71
73
|
defaultValue: null
|
|
72
74
|
name: name
|
|
@@ -88,6 +90,7 @@ views:
|
|
|
88
90
|
version: "1"
|
|
89
91
|
nullable: true
|
|
90
92
|
autoIncrement: false
|
|
93
|
+
immutable: false
|
|
91
94
|
defaultValue: null
|
|
92
95
|
name: region
|
|
93
96
|
description: "Region to which subgeographical region belongs to
|
|
@@ -119,6 +122,7 @@ views:
|
|
|
119
122
|
type: text
|
|
120
123
|
nullable: false
|
|
121
124
|
autoIncrement: false
|
|
125
|
+
immutable: false
|
|
122
126
|
source: null
|
|
123
127
|
defaultValue: null
|
|
124
128
|
name: name
|
|
@@ -140,6 +144,7 @@ views:
|
|
|
140
144
|
version: bbe4295878a47f
|
|
141
145
|
nullable: true
|
|
142
146
|
autoIncrement: false
|
|
147
|
+
immutable: false
|
|
143
148
|
defaultValue: null
|
|
144
149
|
name: subGeographicalRegion
|
|
145
150
|
description: "The subgeographical region containing the substation
|
|
@@ -166,6 +171,7 @@ views:
|
|
|
166
171
|
type: text
|
|
167
172
|
nullable: false
|
|
168
173
|
autoIncrement: false
|
|
174
|
+
immutable: false
|
|
169
175
|
source: null
|
|
170
176
|
defaultValue: null
|
|
171
177
|
name: name
|
|
@@ -183,6 +189,7 @@ views:
|
|
|
183
189
|
type: text
|
|
184
190
|
nullable: true
|
|
185
191
|
autoIncrement: false
|
|
192
|
+
immutable: false
|
|
186
193
|
source: null
|
|
187
194
|
defaultValue: null
|
|
188
195
|
name: aliasName
|
|
@@ -204,6 +211,7 @@ views:
|
|
|
204
211
|
version: "1"
|
|
205
212
|
nullable: true
|
|
206
213
|
autoIncrement: false
|
|
214
|
+
immutable: false
|
|
207
215
|
defaultValue: null
|
|
208
216
|
name: substation
|
|
209
217
|
description: "Substation to which terminal belongs to
|
|
@@ -746,6 +746,7 @@ class DMSSchema:
|
|
|
746
746
|
type=container_prop.type,
|
|
747
747
|
nullable=container_prop.nullable,
|
|
748
748
|
auto_increment=container_prop.auto_increment,
|
|
749
|
+
immutable=container_prop.immutable,
|
|
749
750
|
# Likely bug in SDK.
|
|
750
751
|
default_value=container_prop.default_value, # type: ignore[arg-type]
|
|
751
752
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from pathlib import Path
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
import yaml
|
|
4
4
|
|
|
5
5
|
# Migration mapping
|
|
6
6
|
|
|
@@ -62,9 +62,7 @@ step_rename_mapping = {
|
|
|
62
62
|
|
|
63
63
|
def rename_workflow_steps(workflow_path: Path, dry_run: bool) -> str:
|
|
64
64
|
# Load the YAML file
|
|
65
|
-
|
|
66
|
-
with workflow_path.open() as file:
|
|
67
|
-
data = yaml.load(file)
|
|
65
|
+
data = yaml.safe_load(workflow_path.read_text())
|
|
68
66
|
# Replace old step names with new ones
|
|
69
67
|
for step in data["steps"]:
|
|
70
68
|
if step["method"] in step_rename_mapping:
|
|
@@ -73,7 +71,7 @@ def rename_workflow_steps(workflow_path: Path, dry_run: bool) -> str:
|
|
|
73
71
|
|
|
74
72
|
# Save the updated YAML file
|
|
75
73
|
with workflow_path.open("w") as file:
|
|
76
|
-
yaml.
|
|
74
|
+
yaml.safe_dump(data, file)
|
|
77
75
|
return "ok"
|
|
78
76
|
|
|
79
77
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "cognite-neat"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.83.0"
|
|
4
4
|
readme = "README.md"
|
|
5
5
|
description = "Knowledge graph transformation"
|
|
6
6
|
authors = [
|
|
@@ -20,12 +20,6 @@ exclude = [
|
|
|
20
20
|
"cognite/neat/app/ui/neat-app/*.json",
|
|
21
21
|
]
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
[tool.black]
|
|
25
|
-
line-length = 120
|
|
26
|
-
target_version = ['py310']
|
|
27
|
-
include = '\.py$'
|
|
28
|
-
|
|
29
23
|
[tool.ruff.lint]
|
|
30
24
|
# See https://docs.astral.sh/ruff/rules/ for an overview of ruff rules
|
|
31
25
|
select = ["E", "W", "F", "I", "RUF", "TID", "UP", "B", "FLY", "PTH", "ERA"]
|
|
@@ -55,36 +49,46 @@ warn_required_dynamic_aliases = true
|
|
|
55
49
|
[tool.poetry.scripts]
|
|
56
50
|
neat = "cognite.neat.app.main:run"
|
|
57
51
|
|
|
58
|
-
|
|
59
52
|
[tool.poetry.dependencies]
|
|
60
53
|
python = "^3.10"
|
|
54
|
+
# Core dependencies
|
|
61
55
|
pandas = "*"
|
|
56
|
+
cognite-sdk = "^7.52.0"
|
|
62
57
|
rdflib = "*"
|
|
63
58
|
pydantic = "^2"
|
|
64
59
|
PyYAML = "*"
|
|
65
60
|
requests = "*"
|
|
66
61
|
urllib3 = "^2"
|
|
67
62
|
openpyxl = "*"
|
|
63
|
+
deepdiff = "*"
|
|
64
|
+
|
|
68
65
|
# Backport from Python 3.11
|
|
69
66
|
exceptiongroup = { version = "^1.1.3", python = "<3.11" }
|
|
70
67
|
'backports.strenum' = { version = "^1.2", python = "<3.11" }
|
|
71
68
|
typing_extensions = { version = "^4.8", python = "<3.11" }
|
|
72
69
|
tomli = { version = "^2.0.1", python = "<3.11" }
|
|
73
70
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
fastapi = "^0"
|
|
79
|
-
schedule = "^1"
|
|
80
|
-
python-multipart = "^0"
|
|
81
|
-
oxrdflib = { version = "^0.3.3", optional = true, extras = ["oxigraph"] }
|
|
71
|
+
# API
|
|
72
|
+
uvicorn = { extras = ["standard"], version = "^0", optional = true }
|
|
73
|
+
prometheus-client = {version="^0", optional = true}
|
|
74
|
+
fastapi = {version="^0", optional = true }
|
|
82
75
|
|
|
76
|
+
# WorkFlow
|
|
77
|
+
schedule = {version ="^1", optional = true}
|
|
83
78
|
|
|
79
|
+
# Alternative graph for NEAT Store
|
|
80
|
+
oxrdflib = { version = "^0.3.3", optional = true, extras = ["oxigraph"] }
|
|
81
|
+
pyoxigraph = {version= "0.3.19", optional = true}
|
|
82
|
+
|
|
83
|
+
# Only used for GoogleSheetImporter
|
|
84
84
|
gspread = { version = "*", optional = true }
|
|
85
85
|
google-api-python-client = { version = "*", optional = true }
|
|
86
86
|
google-auth-oauthlib = { version = "*", optional = true }
|
|
87
87
|
|
|
88
|
+
# Remove when ledacy is removed
|
|
89
|
+
jinja2 = { version = "^3.1.2", optional = true }
|
|
90
|
+
|
|
91
|
+
# Documentation dependencies
|
|
88
92
|
mkdocs = { version = "*", optional = true }
|
|
89
93
|
mkdocs-jupyter = { version = "*", optional = true }
|
|
90
94
|
mkdocs-material-extensions = { version = "*", optional = true }
|
|
@@ -95,8 +99,7 @@ mkdocs-glightbox = { version = "*", optional = true }
|
|
|
95
99
|
pymdown-extensions = { version = "*", optional = true }
|
|
96
100
|
mkdocs-autorefs = { version = "^0.5.0", optional = true }
|
|
97
101
|
mkdocstrings = { version = "*", optional = true, extras = ["python"] }
|
|
98
|
-
|
|
99
|
-
pyoxigraph = "0.3.19"
|
|
102
|
+
|
|
100
103
|
|
|
101
104
|
[tool.poetry.extras]
|
|
102
105
|
docs = [
|
|
@@ -112,14 +115,18 @@ docs = [
|
|
|
112
115
|
"mkdocs-autorefs",
|
|
113
116
|
]
|
|
114
117
|
google = ["gspread", "google-api-python-client", "google-auth-oauthlib"]
|
|
115
|
-
oxi = ["oxrdflib"]
|
|
118
|
+
oxi = ["oxrdflib", "pyoxigraph"]
|
|
119
|
+
service = ["uvicorn", "prometheus-client", "fastapi", "schedule"]
|
|
116
120
|
graphql = ["jinja2"]
|
|
121
|
+
|
|
117
122
|
all = [
|
|
118
|
-
"gspread",
|
|
119
|
-
"google-api-python-client",
|
|
120
|
-
"google-auth-oauthlib",
|
|
121
123
|
"jinja2",
|
|
124
|
+
"pyoxigraph",
|
|
122
125
|
"oxrdflib",
|
|
126
|
+
"uvicorn",
|
|
127
|
+
"prometheus-client",
|
|
128
|
+
"fastapi",
|
|
129
|
+
"schedule",
|
|
123
130
|
]
|
|
124
131
|
|
|
125
132
|
[tool.poetry.dev-dependencies]
|
|
@@ -132,8 +139,6 @@ pytest-notebook = "*"
|
|
|
132
139
|
freezegun = "^1.5.1"
|
|
133
140
|
pytest-xdist = "^3.6.1"
|
|
134
141
|
pre-commit = "*"
|
|
135
|
-
safety = "*"
|
|
136
|
-
bandit = "*"
|
|
137
142
|
jupyter = "*"
|
|
138
143
|
pytest-regressions = "*"
|
|
139
144
|
memray = [
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.82.3"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/context_manager/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/api/routers/data_exploration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/asset-manifest.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/img/sme-icon.svg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/app/ui/neat-app/build/manifest.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/examples/Knowledge-Graph-Nordic44.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_classic_cdf/__init__.py
RENAMED
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_classic_cdf/_assets.py
RENAMED
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_classic_cdf/_events.py
RENAMED
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_classic_cdf/_files.py
RENAMED
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_classic_cdf/_labels.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_classic_cdf/_sequences.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/graph/extractors/_mock_graph_generator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/extractors/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/_asset_loader.py
RENAMED
|
File without changes
|
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/_exceptions.py
RENAMED
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/core/__init__.py
RENAMED
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/core/labels.py
RENAMED
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/core/models.py
RENAMED
|
File without changes
|
{cognite_neat-0.82.3 → cognite_neat-0.83.0}/cognite/neat/legacy/graph/loaders/core/rdf_to_assets.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|