cognite-neat 0.88.0__py3-none-any.whl → 0.88.1__py3-none-any.whl

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.

Files changed (52) hide show
  1. cognite/neat/_version.py +1 -1
  2. cognite/neat/app/api/routers/configuration.py +1 -1
  3. cognite/neat/app/ui/neat-app/build/asset-manifest.json +7 -7
  4. cognite/neat/app/ui/neat-app/build/index.html +1 -1
  5. cognite/neat/app/ui/neat-app/build/static/css/{main.38a62222.css → main.72e3d92e.css} +2 -2
  6. cognite/neat/app/ui/neat-app/build/static/css/main.72e3d92e.css.map +1 -0
  7. cognite/neat/app/ui/neat-app/build/static/js/main.5a52cf09.js +3 -0
  8. cognite/neat/app/ui/neat-app/build/static/js/{main.ec7f72e2.js.LICENSE.txt → main.5a52cf09.js.LICENSE.txt} +0 -9
  9. cognite/neat/app/ui/neat-app/build/static/js/main.5a52cf09.js.map +1 -0
  10. cognite/neat/config.py +44 -27
  11. cognite/neat/exceptions.py +6 -0
  12. cognite/neat/graph/extractors/_classic_cdf/_assets.py +21 -73
  13. cognite/neat/graph/extractors/_classic_cdf/_base.py +102 -0
  14. cognite/neat/graph/extractors/_classic_cdf/_events.py +46 -42
  15. cognite/neat/graph/extractors/_classic_cdf/_files.py +41 -45
  16. cognite/neat/graph/extractors/_classic_cdf/_labels.py +75 -52
  17. cognite/neat/graph/extractors/_classic_cdf/_relationships.py +49 -27
  18. cognite/neat/graph/extractors/_classic_cdf/_sequences.py +47 -50
  19. cognite/neat/graph/extractors/_classic_cdf/_timeseries.py +47 -49
  20. cognite/neat/graph/queries/_base.py +22 -29
  21. cognite/neat/graph/queries/_shared.py +1 -1
  22. cognite/neat/graph/stores/_base.py +19 -11
  23. cognite/neat/graph/transformers/_rdfpath.py +3 -2
  24. cognite/neat/issues.py +8 -0
  25. cognite/neat/rules/exporters/_rules2ontology.py +28 -20
  26. cognite/neat/rules/exporters/_validation.py +15 -21
  27. cognite/neat/rules/importers/_owl2rules/_owl2metadata.py +3 -7
  28. cognite/neat/rules/importers/_spreadsheet2rules.py +30 -27
  29. cognite/neat/rules/issues/dms.py +20 -0
  30. cognite/neat/rules/issues/importing.py +15 -0
  31. cognite/neat/rules/issues/ontology.py +298 -0
  32. cognite/neat/rules/issues/spreadsheet.py +48 -0
  33. cognite/neat/rules/issues/tables.py +72 -0
  34. cognite/neat/rules/models/_rdfpath.py +4 -4
  35. cognite/neat/rules/models/_types/_field.py +9 -19
  36. cognite/neat/rules/models/information/_rules.py +5 -4
  37. cognite/neat/utils/rdf_.py +17 -9
  38. cognite/neat/utils/regex_patterns.py +52 -0
  39. {cognite_neat-0.88.0.dist-info → cognite_neat-0.88.1.dist-info}/METADATA +2 -6
  40. {cognite_neat-0.88.0.dist-info → cognite_neat-0.88.1.dist-info}/RECORD +43 -45
  41. cognite/neat/app/ui/neat-app/build/static/css/main.38a62222.css.map +0 -1
  42. cognite/neat/app/ui/neat-app/build/static/js/main.ec7f72e2.js +0 -3
  43. cognite/neat/app/ui/neat-app/build/static/js/main.ec7f72e2.js.map +0 -1
  44. cognite/neat/graph/stores/_oxrdflib.py +0 -247
  45. cognite/neat/rules/exceptions.py +0 -2972
  46. cognite/neat/rules/models/_types/_base.py +0 -16
  47. cognite/neat/workflows/examples/Export_Rules_to_Ontology/workflow.yaml +0 -152
  48. cognite/neat/workflows/examples/Extract_DEXPI_Graph_and_Export_Rules/workflow.yaml +0 -139
  49. cognite/neat/workflows/examples/Ontology_to_Data_Model/workflow.yaml +0 -116
  50. {cognite_neat-0.88.0.dist-info → cognite_neat-0.88.1.dist-info}/LICENSE +0 -0
  51. {cognite_neat-0.88.0.dist-info → cognite_neat-0.88.1.dist-info}/WHEEL +0 -0
  52. {cognite_neat-0.88.0.dist-info → cognite_neat-0.88.1.dist-info}/entry_points.txt +0 -0
@@ -1,14 +1,5 @@
1
1
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2
2
 
3
- /**
4
- * @license
5
- * Lodash <https://lodash.com/>
6
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
7
- * Released under MIT license <https://lodash.com/license>
8
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
9
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
10
- */
11
-
12
3
  /**
13
4
  * @license React
14
5
  * react-dom.production.min.js