cognite-neat 0.119.7__tar.gz → 0.119.9__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.119.9/.coveragerc +11 -0
- cognite_neat-0.119.9/.github/CODEOWNERS +2 -0
- cognite_neat-0.119.9/.github/ISSUE_TEMPLATE/bug-report.md +28 -0
- cognite_neat-0.119.9/.github/ISSUE_TEMPLATE/feature-request.md +19 -0
- cognite_neat-0.119.9/.github/pull_request_template.md +14 -0
- cognite_neat-0.119.9/.github/renovate.json +18 -0
- cognite_neat-0.119.9/.github/workflows/code-quality.yaml +150 -0
- cognite_neat-0.119.9/.github/workflows/release.yaml +148 -0
- cognite_neat-0.119.9/.gitignore +183 -0
- cognite_neat-0.119.9/.pre-commit-config.yaml +30 -0
- cognite_neat-0.119.9/.readthedocs.yaml +22 -0
- cognite_neat-0.119.9/CODE_OF_CONDUCT.md +128 -0
- cognite_neat-0.119.9/CONTRIBUTING.md +52 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/PKG-INFO +47 -54
- cognite_neat-0.119.9/cdf.toml +18 -0
- cognite_neat-0.119.9/codecov.yml +23 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/entities/_wrapped.py +13 -5
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/transformers/_converters.py +1 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/_template.py +0 -49
- cognite_neat-0.119.9/cognite/neat/_version.py +2 -0
- cognite_neat-0.119.9/dev.py +182 -0
- cognite_neat-0.119.9/docs/artifacts/figs/DataModelCDF.PNG +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/DataModelInstancesCDF.PNG +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/DataModelInstancesVizCDF.PNG +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/aml-dm-cdf.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/aml-dm.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/aml-instances-cdf.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/aml-instances-full.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/asset_hierarchy_lift_pump_stations.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/asset_hierarchy_lift_pump_stations_dms.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/asset_hierarchy_lift_pump_stations_dms_typed.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/asset_hierarchy_lift_pump_stations_populated.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/asset_hierarchy_lift_pump_stations_populated_with_typed.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/authorship.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/base-components.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/bid_capacity_data_model.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/change_validate_step.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/connecting_metadata_dm.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/connecting_metadata_populated.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/connecting_metadata_published_dm.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/container_spec.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/core_extension.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/core_extension_excel.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/core_extension_no_connection.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/core_extension_with_properties.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/data-exploration.gif +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/data-model-nordic44.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/data-modeling-flow.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/dexpi-dm-cdf.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/dexpi-dm-viz.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/dexpi-graph-viz.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/dexpi-instance-cdf.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/dexpi-transformed-graph-viz.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/dm-classes.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/dm-object-shapes.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/dm-prefixes.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/dm-source-to-solution-mapping.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/dm2cdf-asset.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/dm2cdf-mapping.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/execution-history.gif +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/export_dms_config.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/export_dms_executed.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/export_dms_workflow.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/features.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/graph-etl-flow.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/high-level-io.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/instances-nordic44.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/instances-sheet.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/key-aspects-of-neat.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/knowledge-graph-viz-filtering.gif +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/knowledge-graph-viz.gif +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/life_cycle_analitic_solution_export_dms.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/life_cycle_converter_model_analytic_solution_model.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/life_cycle_download_reference_model_analytic_soluteion_model.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/life_cycle_download_reference_model_analytic_solution_model_export.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/logo.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/metadata-sheet.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/multi-hop.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/neat-high-level.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/neat-two_flows.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/neat_shift_tab.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/neat_tab.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/prefixes-sheet.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/pump_hello_world_published.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/rdf-in-nutshell.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/rdf2cdf-graph-change.jpg +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/rdf2cdf-graph-resurrect.jpg +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/rdf2cdf-graph.jpg +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/rdf2cdf-init-run-step1.jpg +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/rdf2cdf-init-run-step2.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/rdf2cdf-init-run.jpg +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/rdf2cdf-post-init.jpg +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/run_workflow.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/sheet2cdf-asset-hierarchy.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/sheet2cdf-running-workflow.gif +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/sheet2cdf-transformation-rules-ui.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/sheet2cdf-upload-rules.gif +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/sheet2cdf-workflow-steps.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/sheet2cdf-workflow.gif +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/sheet2cdf-workflow.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/step-configurables.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/step-metrics.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/tutorial-notebooks-part-2_graph-capturing-sheet.gif +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/validate_workflow.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/wf-ephemeral-mode.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/wf-overview.gif +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/wf-persistent-blocking-mode.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/wf-persistent-non-blocking.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/wf-start-mode-ui.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/wind_farm_classic_knowledge_graph.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/wind_farm_data_product_instances.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/work-in-progress.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/workflow-context.jpg +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/working_with_metadata_provenance.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/figs/working_with_metadata_published_dm.png +0 -0
- cognite_neat-0.119.9/docs/artifacts/rules/cdf-dms-architect-alice.xlsx +0 -0
- cognite_neat-0.119.9/docs/artifacts/rules/dms-addition-svein-harald.xlsx +0 -0
- cognite_neat-0.119.9/docs/artifacts/rules/dms-analytics-olav.xlsx +0 -0
- cognite_neat-0.119.9/docs/artifacts/rules/dms-architect-rules-raw-filter-example.xlsx +0 -0
- cognite_neat-0.119.9/docs/artifacts/rules/dms-architect-rules-template.xlsx +0 -0
- cognite_neat-0.119.9/docs/artifacts/rules/dms-rebuild-olav.xlsx +0 -0
- cognite_neat-0.119.9/docs/artifacts/rules/domain-expert-rules-template.xlsx +0 -0
- cognite_neat-0.119.9/docs/artifacts/rules/expert-grid-emma.xlsx +0 -0
- cognite_neat-0.119.9/docs/artifacts/rules/expert-wind-energy-jon.xlsx +0 -0
- cognite_neat-0.119.9/docs/artifacts/rules/information-addition-svein-harald.xlsx +0 -0
- cognite_neat-0.119.9/docs/artifacts/rules/information-analytics-olav-ref.xlsx +0 -0
- cognite_neat-0.119.9/docs/artifacts/rules/information-analytics-olav.xlsx +0 -0
- cognite_neat-0.119.9/docs/artifacts/rules/information-architect-david.xlsx +0 -0
- cognite_neat-0.119.9/docs/artifacts/rules/information-architect-rules-template.xlsx +0 -0
- cognite_neat-0.119.9/docs/artifacts/videos/tutorial-1-defining-data-model.mp4 +0 -0
- cognite_neat-0.119.9/docs/artifacts/videos/tutorial-1-download-rules-template.mp4 +0 -0
- cognite_neat-0.119.9/docs/artifacts/videos/tutorial-1-upload-gql-schema-to-cdf.mp4 +0 -0
- cognite_neat-0.119.9/docs/artifacts/videos/tutorial-2-graph-capturing-sheet.mp4 +0 -0
- cognite_neat-0.119.9/docs/artifacts/videos/tutorial-3-asset-hierarchy.mp4 +0 -0
- cognite_neat-0.119.9/docs/artifacts/videos/tutorial-3-decommissioning.mp4 +0 -0
- cognite_neat-0.119.9/docs/artifacts/videos/tutorial-3-relationships.mp4 +0 -0
- cognite_neat-0.119.9/docs/artifacts/videos/tutorial-3-resurrection.mp4 +0 -0
- cognite_neat-0.119.9/docs/artifacts/videos/tutorial-4-asset-hierarchy.mp4 +0 -0
- cognite_neat-0.119.9/docs/data-modeling-principles.md +132 -0
- cognite_neat-0.119.9/docs/excel_data_modeling/logical/overview.md +8 -0
- cognite_neat-0.119.9/docs/excel_data_modeling/logical/properties.md +281 -0
- cognite_neat-0.119.9/docs/excel_data_modeling/logical/reference.md +60 -0
- cognite_neat-0.119.9/docs/excel_data_modeling/physical/enum.md +38 -0
- cognite_neat-0.119.9/docs/excel_data_modeling/physical/overview.md +8 -0
- cognite_neat-0.119.9/docs/excel_data_modeling/physical/properties.md +101 -0
- cognite_neat-0.119.9/docs/excel_data_modeling/physical/reference.md +102 -0
- cognite_neat-0.119.9/docs/excel_data_modeling/physical/views.md +58 -0
- cognite_neat-0.119.9/docs/excel_data_modeling/rules.md +29 -0
- cognite_neat-0.119.9/docs/excel_data_modeling/units.md +594 -0
- cognite_neat-0.119.9/docs/gettingstarted/installation.md +111 -0
- cognite_neat-0.119.9/docs/gettingstarted/why-neat.md +65 -0
- cognite_neat-0.119.9/docs/index.md +83 -0
- cognite_neat-0.119.9/docs/reference/NeatSession/base.md +1 -0
- cognite_neat-0.119.9/docs/reference/NeatSession/drop.md +1 -0
- cognite_neat-0.119.9/docs/reference/NeatSession/fix.md +4 -0
- cognite_neat-0.119.9/docs/reference/NeatSession/inspect.md +1 -0
- cognite_neat-0.119.9/docs/reference/NeatSession/mapping.md +1 -0
- cognite_neat-0.119.9/docs/reference/NeatSession/prepare.md +3 -0
- cognite_neat-0.119.9/docs/reference/NeatSession/read.md +7 -0
- cognite_neat-0.119.9/docs/reference/NeatSession/set.md +1 -0
- cognite_neat-0.119.9/docs/reference/NeatSession/show.md +1 -0
- cognite_neat-0.119.9/docs/reference/NeatSession/subset.md +1 -0
- cognite_neat-0.119.9/docs/reference/NeatSession/template.md +1 -0
- cognite_neat-0.119.9/docs/reference/NeatSession/to.md +3 -0
- cognite_neat-0.119.9/docs/reference/issues/base.md +1 -0
- cognite_neat-0.119.9/docs/reference/issues/errors.md +1 -0
- cognite_neat-0.119.9/docs/reference/issues/user_model_warnings.md +2 -0
- cognite_neat-0.119.9/docs/reference/issues/warnings.md +2 -0
- cognite_neat-0.119.9/docs/reference/overview.md +6 -0
- cognite_neat-0.119.9/docs/tutorials/data-modeling/figs/data-modeling-flow.png +0 -0
- cognite_neat-0.119.9/docs/tutorials/data-modeling/files/wind_farm_prospecting_conceptual_data_model.xlsx +0 -0
- cognite_neat-0.119.9/docs/tutorials/data-modeling/files/wind_farm_prospecting_conceptual_data_model_expanded.xlsx +0 -0
- cognite_neat-0.119.9/docs/tutorials/data-modeling/files/wind_farm_prospecting_physical_data_model.xlsx +0 -0
- cognite_neat-0.119.9/docs/tutorials/data-modeling/from-conceptual-to-physical-via-CDM.ipynb +1030 -0
- cognite_neat-0.119.9/docs/tutorials/data-modeling/http_purl.org_cognite_neat_data-model_verified_logical_wind_energy_WindFarmProspecting_v1.html +478 -0
- cognite_neat-0.119.9/docs/tutorials/data-modeling/http_purl.org_cognite_neat_data-model_verified_logical_wind_energy_WindFarmProspecting_v1_implements.html +478 -0
- cognite_neat-0.119.9/docs/tutorials/data-modeling/physical-data-model.xlsx +0 -0
- cognite_neat-0.119.9/docs/tutorials/introduction/introduction.ipynb +457 -0
- cognite_neat-0.119.9/last_changelog_entry.md +5 -0
- cognite_neat-0.119.9/last_git_message.txt +21 -0
- cognite_neat-0.119.9/last_version.txt +1 -0
- cognite_neat-0.119.9/mkdocs.yml +101 -0
- cognite_neat-0.119.9/pyproject.toml +140 -0
- cognite_neat-0.119.9/scripts/clean_space.py +17 -0
- cognite_neat-0.119.9/scripts/core_classic_mapping.xlsx +0 -0
- cognite_neat-0.119.9/scripts/create_classic_core_mapping_yaml.py +25 -0
- cognite_neat-0.119.9/scripts/dependency_profiler.py +65 -0
- cognite_neat-0.119.9/scripts/docs_generate_reference.py +103 -0
- cognite_neat-0.119.9/scripts/docs_generate_unit.py +52 -0
- cognite_neat-0.119.9/scripts/generate_steps_md.py +95 -0
- cognite_neat-0.119.9/scripts/integration_runner/.gitignore +276 -0
- cognite_neat-0.119.9/scripts/integration_runner/README.md +92 -0
- cognite_neat-0.119.9/scripts/integration_runner/config.dev.yaml +11 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/neat_integration_runner/README.md +3 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/neat_integration_runner/auth/neat_cicd_testing.group.yaml +85 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/lift_pumps/classic/lift_pump_stations_root.Asset.csv +246 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/lift_pumps/data_sets/hierarchies.DataSet.yaml +9 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/lift_pumps/raw/collections_pump.Table.csv +163 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/lift_pumps/raw/collections_pump.Table.yaml +2 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/classic/Measurement.Asset.yaml +9 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/classic/Measurement.Label.yaml +4 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/classic/MetMast.Asset.yaml +12 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/classic/PowerGeneratingUnit.Label.yaml +4 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/classic/Utsira.Asset.yaml +9 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/classic/WT-01.Asset.yaml +13 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/classic/WT-01_to_MetMast.Relationship.yaml +8 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/classic/WT-02.Asset.yaml +13 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/classic/WT-02_to_MetMast.Relationship.yaml +8 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/classic/WindTurbine.Label.yaml +4 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/classic/metMast.Label.yaml +4 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/classic/planned_WT-01_2022-01-01.Event.yaml +12 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/classic/power_curve_manufacturer1.Sequence.yaml +21 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/data_sets/maintenance.DataSet.yaml +7 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/data_sets/source_ds.DataSet.yaml +7 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/data_sets/usecase_01.DataSet.yaml +7 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/files/WT-01_datasheet.FileMetadata.yaml +8 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/files/WT-01_datasheet.txt +1 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/timeseries/WT-01_forecast.TimeSeries.yaml +10 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/timeseries/WT-01_production.TimeSeries.yaml +10 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/timeseries/WT-02_forecast.TimeSeries.yaml +10 -0
- cognite_neat-0.119.9/scripts/integration_runner/modules/test_data/windfarm/timeseries/WT-02_production.TimeSeries.yaml +10 -0
- cognite_neat-0.119.9/scripts/manual_test_dms_importer.py +133 -0
- cognite_neat-0.119.9/scripts/migration.py +258 -0
- cognite_neat-0.119.9/scripts/oxi_remote/README.md +43 -0
- cognite_neat-0.119.9/scripts/oxi_remote/docker-compose.yaml +11 -0
- cognite_neat-0.119.9/scripts/test_lookup_table.csv +15 -0
- cognite_neat-0.119.9/scripts/windfarm_to_toolkit.py +52 -0
- cognite_neat-0.119.9/tests/__init__.py +0 -0
- cognite_neat-0.119.9/tests/config.py +7 -0
- cognite_neat-0.119.9/tests/conftest.py +60 -0
- cognite_neat-0.119.9/tests/data/__init__.py +118 -0
- cognite_neat-0.119.9/tests/data/_graph/IMF_TempTransmitterComplete.ttl +948 -0
- cognite_neat-0.119.9/tests/data/_graph/aml-raw-graph.ttl +35147 -0
- cognite_neat-0.119.9/tests/data/_graph/aml_example.aml +88653 -0
- cognite_neat-0.119.9/tests/data/_graph/car.py +278 -0
- cognite_neat-0.119.9/tests/data/_graph/dexpi-raw-graph.ttl +7106 -0
- cognite_neat-0.119.9/tests/data/_graph/dexpi_example.xml +4931 -0
- cognite_neat-0.119.9/tests/data/_graph/iodd_Piab-piCOMPACT10X-20230509-IODD1.1.xml +887 -0
- cognite_neat-0.119.9/tests/data/_graph/low-quality-graph.ttl +30 -0
- cognite_neat-0.119.9/tests/data/_instances/asset_centric_cdf/assets.yaml +93 -0
- cognite_neat-0.119.9/tests/data/_instances/asset_centric_cdf/events.yaml +20 -0
- cognite_neat-0.119.9/tests/data/_instances/asset_centric_cdf/files.yaml +12 -0
- cognite_neat-0.119.9/tests/data/_instances/asset_centric_cdf/labels.yaml +36 -0
- cognite_neat-0.119.9/tests/data/_instances/asset_centric_cdf/relationships.yaml +46 -0
- cognite_neat-0.119.9/tests/data/_instances/asset_centric_cdf/sequence_rows.yaml +72 -0
- cognite_neat-0.119.9/tests/data/_instances/asset_centric_cdf/sequences.yaml +58 -0
- cognite_neat-0.119.9/tests/data/_instances/asset_centric_cdf/timeseries.yaml +25 -0
- cognite_neat-0.119.9/tests/data/_instances/classic_windfarm.py +366 -0
- cognite_neat-0.119.9/tests/data/_schema/conceptual/broken_concepts.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/conceptual/info-arch-car-rules.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/conceptual/info_with_cdm_ref.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/conceptual/information-unknown-value-type.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/conceptual/only_concepts.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/conversion/single_concept.conceptual.yaml +42 -0
- cognite_neat-0.119.9/tests/data/_schema/conversion/single_concept.physical.yaml +36 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/cognite_core_v1.zip +0 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/TemperatureController.zip +0 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/BaseConsumer.json +13 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/BasePlant.json +79 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/BaseReceiver.json +6 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/CityPlant.json +7 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/CoalPlant.json +7 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/DeliverySubStation.json +19 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/DomesticConsumer.json +7 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/FarmConsumer.json +7 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/Floor.json +25 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/GasPlant.json +7 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/GeneratorSubStation.json +19 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/HydroPlant.json +7 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/IndustrialConsumer.json +14 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/IndustrialPlant.json +7 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/NuclearPlant.json +7 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/PowerLine.json +44 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/Room.json +18 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/SolarPlant.json +7 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/Transformer.json +14 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/dtdl/energy-grid/WindPlant.json +7 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/referencing_core/MyDescribable.container.yaml +15 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/referencing_core/MyDescribable.view.yaml +15 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/referencing_core/enterprise.datamodel.yaml +14 -0
- cognite_neat-0.119.9/tests/data/_schema/non_neat/windturbine.py +245 -0
- cognite_neat-0.119.9/tests/data/_schema/partial-model/complete.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/partial-model/part1.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/partial-model/part2.ttl +97 -0
- cognite_neat-0.119.9/tests/data/_schema/partial-model/part3.yaml +251 -0
- cognite_neat-0.119.9/tests/data/_schema/physical/car_dms_rules.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/physical/car_dms_rules_deprecated.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/physical/dm_raw_filter.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/physical/dm_view_space_different.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/physical/dms-unknown-value-type.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/physical/isa_plus_cdm.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/physical/missing-in-model-value.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/physical/mixed-up-version.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/physical/pump_example_duplicated_resources.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/physical/pump_example_with_missing_cells.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/physical/pump_example_with_missing_cells_raise_issues.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/physical_invalid/inconsistent_container_dms_rules.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/physical_invalid/invalid_metadata.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/physical_invalid/invalid_property_dms_rules.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/physical_invalid/missing_view_container_dms_rules.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/physical_invalid/too_many_containers_per_view.xlsx +0 -0
- cognite_neat-0.119.9/tests/data/_schema/physical_yamls/invalid_yaml.expected_issues.yaml +4 -0
- cognite_neat-0.119.9/tests/data/_schema/physical_yamls/invalid_yaml.yaml +8 -0
- cognite_neat-0.119.9/tests/tests_end_to_end/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_end_to_end/test_rules_flow/test_cdm_extension_verification.yaml +1277 -0
- cognite_neat-0.119.9/tests/tests_end_to_end/test_rules_flow/test_excel_importer_to_yaml.yml +665 -0
- cognite_neat-0.119.9/tests/tests_end_to_end/test_rules_flow/test_ontology_importer_to_yaml.yml +212 -0
- cognite_neat-0.119.9/tests/tests_end_to_end/test_rules_flow/test_to_extension_transformer.yml +3597 -0
- cognite_neat-0.119.9/tests/tests_end_to_end/test_rules_flow.py +54 -0
- cognite_neat-0.119.9/tests/tests_integration/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_integration/conftest.py +31 -0
- cognite_neat-0.119.9/tests/tests_integration/test_api/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_integration/test_api/test_conversion.py +35 -0
- cognite_neat-0.119.9/tests/tests_integration/test_api/test_validate_rules.py +42 -0
- cognite_neat-0.119.9/tests/tests_integration/test_client_available.py +8 -0
- cognite_neat-0.119.9/tests/tests_integration/test_graph/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_integration/test_graph/test_loaders/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_integration/test_graph/test_loaders/test_dms_loader.py +101 -0
- cognite_neat-0.119.9/tests/tests_integration/test_neat_client/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_integration/test_neat_client/test_cdf_loaders.py +185 -0
- cognite_neat-0.119.9/tests/tests_integration/test_rules/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_integration/test_rules/test_exporters/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_integration/test_rules/test_exporters/test_dms_exporters.py +223 -0
- cognite_neat-0.119.9/tests/tests_integration/test_rules/test_importers/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/test_create_enterprise.py +29 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/test_data_model_prepare_fix/test_prefix_dms_rules_entities.yml +343 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/test_data_model_prepare_fix/test_prefix_info_rules_entities.yml +383 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/test_data_model_prepare_fix/test_standardize_space_and_version.yml +168 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/test_data_model_prepare_fix.py +85 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/test_data_model_to/test_raw_filter.yml +57 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/test_data_model_to.py +179 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/test_graph_flow/test_aml_to_dms.yml +438 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/test_graph_flow/test_create_extension_template.yml +530 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/test_graph_flow/test_dexpi_to_dms.yml +2854 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/test_graph_flow/test_snapshot_workflow_ids_to_python.yml +1836 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/test_graph_flow/test_snapshot_workflow_to_python.yml +3337 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/test_graph_flow/test_uplift_workflow_to_python.yml +4223 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/test_graph_flow.py +324 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/test_read/test_read_model_referencing_core.yml +68 -0
- cognite_neat-0.119.9/tests/tests_integration/test_session/test_read.py +89 -0
- cognite_neat-0.119.9/tests/tests_integration/test_utils/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_integration/test_utils/test_reader.py +52 -0
- cognite_neat-0.119.9/tests/tests_unit/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_extractors/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_extractors/test_asset_extractor.py +49 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_extractors/test_dms_extractor.py +118 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_extractors/test_dms_graph_extractor.py +64 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_extractors/test_events_extractor.py +20 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_extractors/test_files_extractor.py +18 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_extractors/test_labels_extractor.py +18 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_extractors/test_raw_extractor.py +27 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_extractors/test_relationship_extractor.py +22 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_extractors/test_sequences_extractor.py +109 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_extractors/test_timeseries_extractor.py +20 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_graph_read.py +22 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_loaders/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_loaders/test_dms_loader.py +224 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_loaders/test_rdf2dms.py +46 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_provenance.py +8 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_transformers/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_transformers/test_asset_depth_transformer.py +65 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_transformers/test_asset_event_connector_transformer.py +56 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_transformers/test_asset_file_connector_transformer.py +55 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_transformers/test_asset_relationship_connector_transformer.py +63 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_transformers/test_asset_sequence_connector_transformer.py +55 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_transformers/test_asset_ts_connector_transformer.py +53 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_transformers/test_attach_property_from_target2source.py +367 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_transformers/test_make_connection_on_exact_match.py +33 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_transformers/test_prune_graph.py +87 -0
- cognite_neat-0.119.9/tests/tests_unit/test_graph/test_transformers/test_split_multi_value_property_transformer.py +17 -0
- cognite_neat-0.119.9/tests/tests_unit/test_issues/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_unit/test_issues/test_formatters.py +39 -0
- cognite_neat-0.119.9/tests/tests_unit/test_issues/test_issue_behavior.py +57 -0
- cognite_neat-0.119.9/tests/tests_unit/test_issues/test_issues_metatests.py +140 -0
- cognite_neat-0.119.9/tests/tests_unit/test_neat_client/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_unit/test_neat_client/test_instances.py +56 -0
- cognite_neat-0.119.9/tests/tests_unit/test_neat_client/test_loaders.py +140 -0
- cognite_neat-0.119.9/tests/tests_unit/test_neat_client/test_schema.py +28 -0
- cognite_neat-0.119.9/tests/tests_unit/test_neat_package_metadata.py +19 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_analysis.py +73 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_exporters/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_exporters/test_exporters_meta.py +36 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_exporters/test_rules2dms.py +96 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_exporters/test_rules2excel.py +91 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_exporters/test_rules2ontology.py +28 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_exporters/test_rules2yaml.py +25 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_importers/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_importers/constants.py +4 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_importers/test_dms_importer.py +347 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_importers/test_dtdl_importer.py +83 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_importers/test_excel_importer.py +219 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_importers/test_imf_importer.py +18 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_importers/test_inference_importer.py +189 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_importers/test_owl_importer.py +39 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_importers/test_subinference_importer.py +33 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_models/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_models/test_asset_rules.py +203 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_models/test_base_rules.py +38 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_models/test_data_types.py +121 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_models/test_dms_rules.py +1809 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_models/test_dms_schema.py +484 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_models/test_entities.py +226 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_models/test_information_rules.py +483 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_models/test_input_rules.py +102 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_models/test_wrapped_entities.py +176 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_models/utils.py +12 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_transformers/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_transformers/test_converters.py +179 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_transformers/test_mapping.py +69 -0
- cognite_neat-0.119.9/tests/tests_unit/test_rules/test_transformers/test_transformer_meta.py +61 -0
- cognite_neat-0.119.9/tests/tests_unit/test_session/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_unit/test_session/test_meta.py +41 -0
- cognite_neat-0.119.9/tests/tests_unit/test_session/test_to_yaml.py +25 -0
- cognite_neat-0.119.9/tests/tests_unit/test_store/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_unit/test_store/tests_rules_store/test_import_export.yml +341 -0
- cognite_neat-0.119.9/tests/tests_unit/test_store/tests_rules_store.py +61 -0
- cognite_neat-0.119.9/tests/tests_unit/test_utils/__init__.py +0 -0
- cognite_neat-0.119.9/tests/tests_unit/test_utils/test_auxiliary.py +66 -0
- cognite_neat-0.119.9/tests/tests_unit/test_utils/test_cdf_classes.py +56 -0
- cognite_neat-0.119.9/tests/tests_unit/test_utils/test_reader.py +56 -0
- cognite_neat-0.119.9/tests/tests_unit/test_utils/test_text.py +51 -0
- cognite_neat-0.119.9/tests/tests_unit/test_utils/test_utils.py +85 -0
- cognite_neat-0.119.9/tests/utils.py +183 -0
- cognite_neat-0.119.9/uv.lock +3954 -0
- cognite_neat-0.119.7/cognite/neat/_version.py +0 -2
- cognite_neat-0.119.7/pyproject.toml +0 -176
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/LICENSE +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/README.md +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_alpha.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_client/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_client/_api/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_client/_api/data_modeling_loaders.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_client/_api/neat_instances.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_client/_api/schema.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_client/_api_client.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_client/data_classes/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_client/data_classes/data_modeling.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_client/data_classes/neat_sequence.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_client/data_classes/schema.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_client/testing.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_config.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_constants.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/_shared.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/_tracking/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/_tracking/base.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/_tracking/log.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/examples/Knowledge-Graph-Nordic44-dirty.xml +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/examples/Knowledge-Graph-Nordic44.xml +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/examples/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/examples/skos-capturing-sheet-wind-topics.xlsx +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_base.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_classic_cdf/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_classic_cdf/_assets.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_classic_cdf/_base.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_classic_cdf/_classic.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_classic_cdf/_data_sets.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_classic_cdf/_events.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_classic_cdf/_files.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_classic_cdf/_labels.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_classic_cdf/_relationships.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_classic_cdf/_sequences.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_classic_cdf/_timeseries.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_dict.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_dms.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_dms_graph.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_mock_graph_generator.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_raw.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/extractors/_rdf_file.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/loaders/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/loaders/_base.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/loaders/_rdf2dms.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/queries/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/queries/_base.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/queries/_queries.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/queries/_select.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/queries/_update.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/transformers/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/transformers/_base.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/transformers/_classic_cdf.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/transformers/_prune_graph.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/transformers/_rdfpath.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_graph/transformers/_value_type.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/_base.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/_contextmanagers.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/_factory.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/errors/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/errors/_external.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/errors/_general.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/errors/_properties.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/errors/_resources.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/errors/_wrapper.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/formatters.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/warnings/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/warnings/_external.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/warnings/_general.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/warnings/_models.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/warnings/_properties.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/warnings/_resources.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_issues/warnings/user_modeling.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/_constants.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/_shared.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/analysis/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/analysis/_base.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/catalog/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/catalog/classic_model.xlsx +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/catalog/hello_world_pump.xlsx +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/catalog/info-rules-imf.xlsx +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/exporters/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/exporters/_base.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/exporters/_rules2dms.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/exporters/_rules2excel.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/exporters/_rules2instance_template.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/exporters/_rules2ontology.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/exporters/_rules2yaml.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/exporters/_validation.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/importers/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/importers/_base.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/importers/_dms2rules.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/importers/_dtdl2rules/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/importers/_dtdl2rules/_unit_lookup.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/importers/_dtdl2rules/dtdl_converter.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/importers/_dtdl2rules/dtdl_importer.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/importers/_dtdl2rules/spec.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/importers/_rdf/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/importers/_rdf/_base.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/importers/_rdf/_imf2rules.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/importers/_rdf/_inference2rules.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/importers/_rdf/_owl2rules.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/importers/_rdf/_shared.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/importers/_spreadsheet2rules.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/importers/_yaml2rules.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/_base_input.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/_base_rules.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/_types.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/data_types.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/dms/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/dms/_exporter.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/dms/_rules.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/dms/_rules_input.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/dms/_validation.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/entities/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/entities/_constants.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/entities/_loaders.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/entities/_multi_value.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/entities/_single_value.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/entities/_types.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/information/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/information/_rules.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/information/_rules_input.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/information/_validation.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/mapping/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/mapping/_classic2core.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/models/mapping/_classic2core.yaml +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/transformers/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/transformers/_base.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/transformers/_mapping.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_rules/transformers/_verification.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/_base.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/_collector.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/_drop.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/_explore.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/_fix.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/_inspect.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/_mapping.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/_prepare.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/_read.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/_set.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/_show.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/_state.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/_subset.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/_to.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/_wizard.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/engine/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/engine/_import.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/engine/_interface.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/engine/_load.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_session/exceptions.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_shared.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_state/README.md +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_store/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_store/_graph_store.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_store/_provenance.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_store/_rules_store.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_store/exceptions.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_utils/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_utils/auth.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_utils/auxiliary.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_utils/collection_.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_utils/graph_transformations_report.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_utils/io_.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_utils/rdf_.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_utils/reader/__init__.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_utils/reader/_base.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_utils/spreadsheet.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_utils/text.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_utils/time_.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_utils/upload.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/_utils/xml_.py +0 -0
- {cognite_neat-0.119.7 → cognite_neat-0.119.9}/cognite/neat/py.typed +0 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Bug report
|
|
3
|
+
about: Create a report to help us improve
|
|
4
|
+
title: ''
|
|
5
|
+
labels: bug
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
**System information (please complete the following information):**
|
|
9
|
+
- OS: [e.g. Darwin/18.0.0-x86_64-64bit]
|
|
10
|
+
- Python Version: [e.g. CPython/3.7.2;Clang 10.0.0]
|
|
11
|
+
- neat Version: [e.g. 0.13.0.a4]
|
|
12
|
+
|
|
13
|
+
**Describe the bug**
|
|
14
|
+
A clear and concise description of what the bug is.
|
|
15
|
+
|
|
16
|
+
**To Reproduce**
|
|
17
|
+
Runnable code reproducing the error.
|
|
18
|
+
|
|
19
|
+
**Expected behavior**
|
|
20
|
+
A clear and concise description of what you expected to happen.
|
|
21
|
+
|
|
22
|
+
**Screenshots**
|
|
23
|
+
If applicable, add screenshots to help explain your problem.
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
**Additional context**
|
|
28
|
+
Add any other context about the problem here.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Feature request
|
|
3
|
+
about: Suggest an idea for this project
|
|
4
|
+
title: ''
|
|
5
|
+
labels: enhancement
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
**Is your feature request related to a problem? Please describe.**
|
|
10
|
+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
11
|
+
|
|
12
|
+
**Describe the solution you'd like**
|
|
13
|
+
A clear and concise description of what you want to happen.
|
|
14
|
+
|
|
15
|
+
**Describe alternatives you've considered**
|
|
16
|
+
A clear and concise description of any alternative solutions or features you've considered.
|
|
17
|
+
|
|
18
|
+
**Additional context**
|
|
19
|
+
Add any other context or screenshots about the feature request here.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
3
|
+
"extends": [
|
|
4
|
+
"local>cognitedata/renovate-config"
|
|
5
|
+
],
|
|
6
|
+
"packageRules": [
|
|
7
|
+
{
|
|
8
|
+
"enabled": false,
|
|
9
|
+
"matchPackageNames": [
|
|
10
|
+
"@types/node"
|
|
11
|
+
],
|
|
12
|
+
"matchPackagePatterns": ["*"]
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"vulnerabilityAlerts": {
|
|
16
|
+
"enabled": true
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
name: Check Quality and Test
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
pull_request:
|
|
5
|
+
branches: [main]
|
|
6
|
+
|
|
7
|
+
env:
|
|
8
|
+
# Used for linting, docker images, and docs.
|
|
9
|
+
MAIN_PYTHON_VERSION: 3.11
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
jobs:
|
|
13
|
+
lint:
|
|
14
|
+
runs-on: ubuntu-latest
|
|
15
|
+
steps:
|
|
16
|
+
- uses: actions/checkout@v3
|
|
17
|
+
- name: Install uv and set the python version
|
|
18
|
+
uses: astral-sh/setup-uv@v5
|
|
19
|
+
with:
|
|
20
|
+
python-version: ${{ env.MAIN_PYTHON_VERSION }}
|
|
21
|
+
|
|
22
|
+
# The installation is required as mypy must be run in the local system environment, not in the pre-commit environment.
|
|
23
|
+
- name: Install required dependencies
|
|
24
|
+
run: |
|
|
25
|
+
uv sync --all-extras
|
|
26
|
+
|
|
27
|
+
- name: Linting and static code checks
|
|
28
|
+
continue-on-error: true
|
|
29
|
+
id: pre-commit-first-run
|
|
30
|
+
run: |
|
|
31
|
+
pre-commit run --all-files
|
|
32
|
+
|
|
33
|
+
- name: Commit changes
|
|
34
|
+
uses: stefanzweifel/git-auto-commit-action@v5
|
|
35
|
+
id: auto-commit-action
|
|
36
|
+
with:
|
|
37
|
+
create_branch: false
|
|
38
|
+
commit_message: Linting and static code checks
|
|
39
|
+
|
|
40
|
+
# If the first run failed, run the checks again to ensure that the changes are correct.
|
|
41
|
+
- name: Linting and static code checks try 2
|
|
42
|
+
if: steps.pre-commit-first-run.outcome != 'success'
|
|
43
|
+
run: |
|
|
44
|
+
pre-commit run --all-files
|
|
45
|
+
|
|
46
|
+
checks:
|
|
47
|
+
runs-on: ubuntu-latest
|
|
48
|
+
environment: dev
|
|
49
|
+
strategy:
|
|
50
|
+
fail-fast: false
|
|
51
|
+
matrix:
|
|
52
|
+
python-version:
|
|
53
|
+
- "3.10"
|
|
54
|
+
# Python 3.11 is assumed to be covered by testing 3.10 and 3.12
|
|
55
|
+
- "3.12"
|
|
56
|
+
- "3.13"
|
|
57
|
+
steps:
|
|
58
|
+
- uses: actions/checkout@v3
|
|
59
|
+
- name: Install uv and set the python version
|
|
60
|
+
uses: astral-sh/setup-uv@v5
|
|
61
|
+
with:
|
|
62
|
+
python-version: ${{ matrix.python-version }}
|
|
63
|
+
|
|
64
|
+
- name: Set up cache
|
|
65
|
+
uses: actions/cache@v4
|
|
66
|
+
with:
|
|
67
|
+
path: .venv
|
|
68
|
+
key: venv-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('uv.lock') }}
|
|
69
|
+
|
|
70
|
+
- run: uv sync --all-extras
|
|
71
|
+
|
|
72
|
+
- name: Run unit tests
|
|
73
|
+
run: export PYTHONPATH=$PYTHONPATH:$(pwd); uv run pytest tests/tests_unit
|
|
74
|
+
|
|
75
|
+
build-docs:
|
|
76
|
+
runs-on: ubuntu-latest
|
|
77
|
+
|
|
78
|
+
steps:
|
|
79
|
+
- uses: actions/checkout@v3
|
|
80
|
+
|
|
81
|
+
- name: Set up Python
|
|
82
|
+
uses: actions/setup-python@v4
|
|
83
|
+
with:
|
|
84
|
+
python-version: ${{ env.MAIN_PYTHON_VERSION }}
|
|
85
|
+
|
|
86
|
+
- name: Install Dependencies
|
|
87
|
+
run: |
|
|
88
|
+
python -m pip install --upgrade --upgrade-strategy eager --no-cache-dir .[docs]
|
|
89
|
+
|
|
90
|
+
- name: Build documentation
|
|
91
|
+
run: |
|
|
92
|
+
mkdocs build
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
coverage:
|
|
96
|
+
runs-on: ubuntu-latest
|
|
97
|
+
environment: dev
|
|
98
|
+
steps:
|
|
99
|
+
- uses: actions/checkout@v3
|
|
100
|
+
|
|
101
|
+
- name: Install uv and set the python version
|
|
102
|
+
uses: astral-sh/setup-uv@v5
|
|
103
|
+
with:
|
|
104
|
+
python-version: ${{ env.MAIN_PYTHON_VERSION }}
|
|
105
|
+
|
|
106
|
+
- name: Set up cache
|
|
107
|
+
uses: actions/cache@v4
|
|
108
|
+
with:
|
|
109
|
+
path: .venv
|
|
110
|
+
key: venv-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('uv.lock') }}
|
|
111
|
+
|
|
112
|
+
- run: uv sync --all-extras
|
|
113
|
+
|
|
114
|
+
- name: Create test coverage report
|
|
115
|
+
env:
|
|
116
|
+
CDF_CLUSTER: ${{ vars.CDF_CLUSTER }}
|
|
117
|
+
CDF_PROJECT: ${{ vars.CDF_PROJECT }}
|
|
118
|
+
IDP_CLIENT_ID: ${{ vars.IDP_CLIENT_ID }}
|
|
119
|
+
IDP_CLIENT_SECRET: ${{ secrets.IDP_CLIENT_SECRET }}
|
|
120
|
+
IDP_TENANT_ID: ${{ secrets.IDP_TENANT_ID }}
|
|
121
|
+
run: export PYTHONPATH=$PYTHONPATH:$(pwd); uv run pytest --cov=cognite/ --cov-config=pyproject.toml --cov-report=xml:coverage.xml tests/
|
|
122
|
+
|
|
123
|
+
- name: Push coverage report to PR
|
|
124
|
+
uses: orgoro/coverage@v3.1
|
|
125
|
+
with:
|
|
126
|
+
coverageFile: coverage.xml
|
|
127
|
+
token: ${{ secrets.GITHUB_TOKEN }}
|
|
128
|
+
thresholdAll: 0.8
|
|
129
|
+
|
|
130
|
+
validate-description:
|
|
131
|
+
name: Validate PR description
|
|
132
|
+
runs-on: ubuntu-latest
|
|
133
|
+
steps:
|
|
134
|
+
- uses: actions/checkout@v3
|
|
135
|
+
- name: Install uv and set the python version
|
|
136
|
+
uses: astral-sh/setup-uv@v5
|
|
137
|
+
with:
|
|
138
|
+
python-version: ${{ env.MAIN_PYTHON_VERSION }}
|
|
139
|
+
|
|
140
|
+
- name: Install core dependencies
|
|
141
|
+
run: uv sync --all-extras
|
|
142
|
+
- name: Dump description to file
|
|
143
|
+
uses: actions/github-script@v7
|
|
144
|
+
with:
|
|
145
|
+
script: |
|
|
146
|
+
const fs = require('fs');
|
|
147
|
+
const description = context.payload.pull_request.body;
|
|
148
|
+
fs.writeFileSync('last_git_message.txt', description);
|
|
149
|
+
- name: Validate Changelog section in PR description
|
|
150
|
+
run: uv run python dev.py changelog
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Release NEAT
|
|
3
|
+
|
|
4
|
+
on:
|
|
5
|
+
push:
|
|
6
|
+
branches:
|
|
7
|
+
- main
|
|
8
|
+
|
|
9
|
+
env:
|
|
10
|
+
PYTHON_VERSION: "3.11"
|
|
11
|
+
|
|
12
|
+
jobs:
|
|
13
|
+
release-to-pypi:
|
|
14
|
+
runs-on: ubuntu-latest
|
|
15
|
+
environment: CD
|
|
16
|
+
steps:
|
|
17
|
+
- uses: actions/checkout@v3
|
|
18
|
+
with:
|
|
19
|
+
fetch-depth: 0
|
|
20
|
+
|
|
21
|
+
- name: Install uv and set the python version
|
|
22
|
+
uses: astral-sh/setup-uv@v5
|
|
23
|
+
with:
|
|
24
|
+
python-version: ${{ env.PYTHON_VERSION }}
|
|
25
|
+
|
|
26
|
+
- name: Install core dependencies
|
|
27
|
+
run: uv sync --all-extras
|
|
28
|
+
|
|
29
|
+
- name: Dump last commit message to file
|
|
30
|
+
run: git log -1 --pretty=%B > last_git_message.txt
|
|
31
|
+
- name: Dump last tag to file
|
|
32
|
+
run: git describe --tags --abbrev=0 > last_version.txt
|
|
33
|
+
- name: Bump Version
|
|
34
|
+
run: uv run python dev.py bump --verbose
|
|
35
|
+
- id: version
|
|
36
|
+
name: Read the new version
|
|
37
|
+
# Read the version from the cognite/neat/_version.py file
|
|
38
|
+
run: echo "version=$(sed -n 's/^__version__ = "\(.*\)"/\1/p' cognite/neat/_version.py)" >> $GITHUB_ENV
|
|
39
|
+
- name: Create CHANGELOG entry
|
|
40
|
+
if: env.version != '0.0.0'
|
|
41
|
+
run: uv run python dev.py changelog
|
|
42
|
+
- name: Build package
|
|
43
|
+
if: env.version != '0.0.0'
|
|
44
|
+
run: uv build
|
|
45
|
+
|
|
46
|
+
- name: Release to PyPI
|
|
47
|
+
if: env.version != '0.0.0'
|
|
48
|
+
env:
|
|
49
|
+
TWINE_USERNAME: __token__
|
|
50
|
+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
|
|
51
|
+
run: uv run twine upload --skip-existing --verbose dist/*
|
|
52
|
+
|
|
53
|
+
- name: Add entry to CHANGELOG
|
|
54
|
+
if: env.version != '0.0.0'
|
|
55
|
+
uses: ncipollo/release-action@v1
|
|
56
|
+
with:
|
|
57
|
+
token: ${{ secrets.GITHUB_TOKEN }}
|
|
58
|
+
prerelease: false
|
|
59
|
+
draft: false
|
|
60
|
+
tag: ${{ env.version }}
|
|
61
|
+
bodyFile: last_changelog_entry.md
|
|
62
|
+
|
|
63
|
+
# release-to-docker-hub:
|
|
64
|
+
# runs-on: ubuntu-latest
|
|
65
|
+
# environment: CD
|
|
66
|
+
# steps:
|
|
67
|
+
# - name: Checkout repository
|
|
68
|
+
# uses: actions/checkout@v3
|
|
69
|
+
#
|
|
70
|
+
# - name: Install Poetry
|
|
71
|
+
# uses: snok/install-poetry@v1
|
|
72
|
+
# with:
|
|
73
|
+
# version: 1.8.3
|
|
74
|
+
#
|
|
75
|
+
# - name: Login to Docker Hub
|
|
76
|
+
# uses: docker/login-action@v2
|
|
77
|
+
# with:
|
|
78
|
+
# username: ${{ secrets.DOCKERHUB_USER }}
|
|
79
|
+
# password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
|
|
80
|
+
#
|
|
81
|
+
# - name: Export dependencies
|
|
82
|
+
# run: |
|
|
83
|
+
# poetry export -f requirements.txt --output requirements.txt --extras "all"
|
|
84
|
+
#
|
|
85
|
+
# - name: Set up Docker Buildx
|
|
86
|
+
# uses: docker/setup-buildx-action@v2
|
|
87
|
+
|
|
88
|
+
# - id: version
|
|
89
|
+
# name: NEAT Version
|
|
90
|
+
# # Read the version from the cognite/neat/_version.py file
|
|
91
|
+
# run: echo "version=$(sed -n 's/^__version__ = "\(.*\)"/\1/p' cognite/neat/_version.py)" >> $GITHUB_ENV
|
|
92
|
+
#
|
|
93
|
+
# - name: Build and push
|
|
94
|
+
# uses: docker/build-push-action@v4
|
|
95
|
+
# with:
|
|
96
|
+
# context: .
|
|
97
|
+
# file: ./Dockerfile
|
|
98
|
+
# platforms: linux/amd64,linux/arm64/v8
|
|
99
|
+
# push: true
|
|
100
|
+
# tags: cognite/neat:latest, cognite/neat:${{ env.version }}
|
|
101
|
+
#
|
|
102
|
+
# release-to-f25e:
|
|
103
|
+
# runs-on: ubuntu-latest
|
|
104
|
+
# environment: main
|
|
105
|
+
# permissions:
|
|
106
|
+
# id-token: write
|
|
107
|
+
# contents: read
|
|
108
|
+
#
|
|
109
|
+
# steps:
|
|
110
|
+
# - name: Checkout repository
|
|
111
|
+
# uses: actions/checkout@v3
|
|
112
|
+
#
|
|
113
|
+
# - name: Install Poetry
|
|
114
|
+
# uses: snok/install-poetry@v1
|
|
115
|
+
# with:
|
|
116
|
+
# version: 1.8.3
|
|
117
|
+
# virtualenvs-create: false
|
|
118
|
+
#
|
|
119
|
+
# - name: Azure login
|
|
120
|
+
# uses: azure/login@v1
|
|
121
|
+
# with:
|
|
122
|
+
# client-id: 7e26ba04-3da0-4241-b517-c12b8205af8a
|
|
123
|
+
# tenant-id: a9ae5b54-3600-4917-a9dc-3020723360b3
|
|
124
|
+
# subscription-id: fd108646-dc13-4d9a-9b8c-d9dbde664887
|
|
125
|
+
#
|
|
126
|
+
# - run: az acr login --name scsproduction
|
|
127
|
+
#
|
|
128
|
+
# - name: Export dependencies
|
|
129
|
+
# run: |
|
|
130
|
+
# poetry export -f requirements.txt --output requirements.txt --extras "all"
|
|
131
|
+
#
|
|
132
|
+
# - id: version
|
|
133
|
+
# name: Build Version
|
|
134
|
+
# run: echo "version=$(date -u '+%Y%m%dT%H%M%SZ')" >> $GITHUB_ENV
|
|
135
|
+
#
|
|
136
|
+
# - name: Set up Docker Buildx
|
|
137
|
+
# uses: docker/setup-buildx-action@v2
|
|
138
|
+
|
|
139
|
+
# - name: Build and push
|
|
140
|
+
# uses: docker/build-push-action@v4
|
|
141
|
+
# env:
|
|
142
|
+
# VERSION: ${{ env.version }}
|
|
143
|
+
# with:
|
|
144
|
+
# context: .
|
|
145
|
+
# file: ./Dockerfile
|
|
146
|
+
# platforms: linux/amd64,linux/arm64/v8
|
|
147
|
+
# push: true
|
|
148
|
+
# tags: scsproduction.azurecr.io/neat:${{ env.version }}
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
# Byte-compiled / optimized / DLL files
|
|
2
|
+
__pycache__/
|
|
3
|
+
*.py[cod]
|
|
4
|
+
*$py.class
|
|
5
|
+
|
|
6
|
+
.idea/
|
|
7
|
+
config.yaml
|
|
8
|
+
real_data/
|
|
9
|
+
data/
|
|
10
|
+
dev-data/
|
|
11
|
+
dev-data-*/
|
|
12
|
+
tests/data/
|
|
13
|
+
|
|
14
|
+
!cognite/neat/workflows/examples/config.yaml
|
|
15
|
+
|
|
16
|
+
requirements.txt
|
|
17
|
+
|
|
18
|
+
# C extensions
|
|
19
|
+
*.so
|
|
20
|
+
|
|
21
|
+
# Distribution / packaging
|
|
22
|
+
.Python
|
|
23
|
+
develop-eggs/
|
|
24
|
+
dist/
|
|
25
|
+
downloads/
|
|
26
|
+
eggs/
|
|
27
|
+
.eggs/
|
|
28
|
+
lib/
|
|
29
|
+
lib64/
|
|
30
|
+
parts/
|
|
31
|
+
sdist/
|
|
32
|
+
var/
|
|
33
|
+
wheels/
|
|
34
|
+
pip-wheel-metadata/
|
|
35
|
+
share/python-wheels/
|
|
36
|
+
*.egg-info/
|
|
37
|
+
.installed.cfg
|
|
38
|
+
*.egg
|
|
39
|
+
MANIFEST
|
|
40
|
+
!cognite/neat/workflows/steps/lib
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
# PyInstaller
|
|
44
|
+
# Usually these files are written by a python script from a template
|
|
45
|
+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
46
|
+
*.manifest
|
|
47
|
+
*.spec
|
|
48
|
+
|
|
49
|
+
# Installer logs
|
|
50
|
+
pip-log.txt
|
|
51
|
+
pip-delete-this-directory.txt
|
|
52
|
+
|
|
53
|
+
# Unit test / coverage reports
|
|
54
|
+
htmlcov/
|
|
55
|
+
.tox/
|
|
56
|
+
.nox/
|
|
57
|
+
.coverage
|
|
58
|
+
.coverage.*
|
|
59
|
+
.cache
|
|
60
|
+
nosetests.xml
|
|
61
|
+
coverage.xml
|
|
62
|
+
*.cover
|
|
63
|
+
*.py,cover
|
|
64
|
+
.hypothesis/
|
|
65
|
+
.pytest_cache/
|
|
66
|
+
!tests/data
|
|
67
|
+
# Translations
|
|
68
|
+
*.mo
|
|
69
|
+
*.pot
|
|
70
|
+
|
|
71
|
+
# Django stuff:
|
|
72
|
+
*.log
|
|
73
|
+
local_settings.py
|
|
74
|
+
db.sqlite3
|
|
75
|
+
db.sqlite3-journal
|
|
76
|
+
|
|
77
|
+
# Flask stuff:
|
|
78
|
+
instance/
|
|
79
|
+
.webassets-cache
|
|
80
|
+
|
|
81
|
+
# Scrapy stuff:
|
|
82
|
+
.scrapy
|
|
83
|
+
|
|
84
|
+
# Sphinx documentation
|
|
85
|
+
docs/_build/
|
|
86
|
+
|
|
87
|
+
# PyBuilder
|
|
88
|
+
target/
|
|
89
|
+
|
|
90
|
+
# Jupyter Notebook
|
|
91
|
+
.ipynb_checkpoints
|
|
92
|
+
|
|
93
|
+
# IPython
|
|
94
|
+
profile_default/
|
|
95
|
+
ipython_config.py
|
|
96
|
+
|
|
97
|
+
# pyenv
|
|
98
|
+
.python-version
|
|
99
|
+
|
|
100
|
+
# pipenv
|
|
101
|
+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
|
102
|
+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
|
103
|
+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
|
104
|
+
# install all needed dependencies.
|
|
105
|
+
#Pipfile.lock
|
|
106
|
+
|
|
107
|
+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
|
|
108
|
+
__pypackages__/
|
|
109
|
+
|
|
110
|
+
# Celery stuff
|
|
111
|
+
celerybeat-schedule
|
|
112
|
+
celerybeat.pid
|
|
113
|
+
|
|
114
|
+
# SageMath parsed files
|
|
115
|
+
*.sage.py
|
|
116
|
+
|
|
117
|
+
# Environments
|
|
118
|
+
.env
|
|
119
|
+
.venv
|
|
120
|
+
env/
|
|
121
|
+
venv/
|
|
122
|
+
ENV/
|
|
123
|
+
env.bak/
|
|
124
|
+
venv.bak/
|
|
125
|
+
|
|
126
|
+
# Spyder project settings
|
|
127
|
+
.spyderproject
|
|
128
|
+
.spyproject
|
|
129
|
+
|
|
130
|
+
# Rope project settings
|
|
131
|
+
.ropeproject
|
|
132
|
+
|
|
133
|
+
# mkdocs documentation
|
|
134
|
+
/site
|
|
135
|
+
|
|
136
|
+
# mypy
|
|
137
|
+
.mypy_cache/
|
|
138
|
+
.dmypy.json
|
|
139
|
+
dmypy.json
|
|
140
|
+
|
|
141
|
+
# Pyre type checker
|
|
142
|
+
.pyre/
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
# mypy
|
|
146
|
+
.mypy_cache/
|
|
147
|
+
data/.DS_Store
|
|
148
|
+
.vscode/settings.json
|
|
149
|
+
.DS_Store
|
|
150
|
+
.vscode/
|
|
151
|
+
.DS_Store
|
|
152
|
+
default.profraw
|
|
153
|
+
|
|
154
|
+
# private data
|
|
155
|
+
data/cim-export
|
|
156
|
+
data/temp
|
|
157
|
+
|
|
158
|
+
docker/vol_data/*
|
|
159
|
+
docker/vol_shared/*
|
|
160
|
+
|
|
161
|
+
cognite/neat/ui/neat-app/node_modules
|
|
162
|
+
!cognite/neat/ui/neat-app/build
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
# local notebooks
|
|
166
|
+
local/
|
|
167
|
+
playground/
|
|
168
|
+
|
|
169
|
+
tests/data/report.txt
|
|
170
|
+
tests/data/transformation_rules.xlsx
|
|
171
|
+
docs/tutorial/notebooks/power-grid-graph-capture.xls
|
|
172
|
+
tests/data/970_0ca0c919-046a-4940-b191-f5cc4d0e6513.json
|
|
173
|
+
build/*
|
|
174
|
+
scripts/tmp/*
|
|
175
|
+
scripts/config_manual_test.yaml
|
|
176
|
+
real_cases/
|
|
177
|
+
*.env
|
|
178
|
+
|
|
179
|
+
# Excel chache files
|
|
180
|
+
~*.xlsx
|
|
181
|
+
docs/**/*.aml
|
|
182
|
+
docs/**/*.xml
|
|
183
|
+
tmp/
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
repos:
|
|
2
|
+
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
3
|
+
# uv version.
|
|
4
|
+
rev: 0.6.16
|
|
5
|
+
hooks:
|
|
6
|
+
- id: uv-lock
|
|
7
|
+
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
8
|
+
rev: v0.9.1
|
|
9
|
+
hooks:
|
|
10
|
+
- id: ruff
|
|
11
|
+
args:
|
|
12
|
+
- --exit-non-zero-on-fix
|
|
13
|
+
- id: ruff-format
|
|
14
|
+
args:
|
|
15
|
+
- --line-length=120
|
|
16
|
+
|
|
17
|
+
- repo: https://github.com/frnhr/pre-commit-nocommit
|
|
18
|
+
rev: 0.0.1
|
|
19
|
+
hooks:
|
|
20
|
+
- id: check-nocommit
|
|
21
|
+
|
|
22
|
+
# Mypy must be run in the local system environment, not in the pre-commit environment.
|
|
23
|
+
- hooks:
|
|
24
|
+
- id: mypy
|
|
25
|
+
name: mypy
|
|
26
|
+
entry: dmypy run -- cognite/neat/
|
|
27
|
+
files: ^.*.(py|pyi)$
|
|
28
|
+
language: system
|
|
29
|
+
pass_filenames: false
|
|
30
|
+
repo: local
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# .readthedocs.yaml
|
|
2
|
+
# Read the Docs configuration file
|
|
3
|
+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
4
|
+
|
|
5
|
+
# Required
|
|
6
|
+
version: 2
|
|
7
|
+
|
|
8
|
+
# Set the version of Python and other tools you might need
|
|
9
|
+
python:
|
|
10
|
+
install:
|
|
11
|
+
- method: pip
|
|
12
|
+
path: .
|
|
13
|
+
extra_requirements:
|
|
14
|
+
- docs
|
|
15
|
+
|
|
16
|
+
build:
|
|
17
|
+
os: ubuntu-22.04
|
|
18
|
+
tools:
|
|
19
|
+
python: "3.11"
|
|
20
|
+
|
|
21
|
+
mkdocs:
|
|
22
|
+
configuration: mkdocs.yml
|