rdf-construct 0.4.0__tar.gz → 0.4.1__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.
Files changed (123) hide show
  1. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/PKG-INFO +3 -3
  2. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/README.md +2 -2
  3. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/pyproject.toml +1 -1
  4. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/__init__.py +1 -1
  5. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cli.py +2 -2
  6. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/LICENSE +0 -0
  7. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/__main__.py +0 -0
  8. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/core/__init__.py +0 -0
  9. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/core/config.py +0 -0
  10. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/core/ordering.py +0 -0
  11. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/core/predicate_order.py +0 -0
  12. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/core/profile.py +0 -0
  13. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/core/selector.py +0 -0
  14. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/core/serialiser.py +0 -0
  15. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/core/utils.py +0 -0
  16. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cq/__init__.py +0 -0
  17. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cq/expectations.py +0 -0
  18. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cq/formatters/__init__.py +0 -0
  19. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cq/formatters/json.py +0 -0
  20. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cq/formatters/junit.py +0 -0
  21. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cq/formatters/text.py +0 -0
  22. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cq/loader.py +0 -0
  23. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cq/runner.py +0 -0
  24. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/__init__.py +0 -0
  25. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/analyzer.py +0 -0
  26. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/documentation.py +0 -0
  27. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/formatters/__init__.py +0 -0
  28. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/formatters/json.py +0 -0
  29. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/formatters/markdown.py +0 -0
  30. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/formatters/text.py +0 -0
  31. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/hierarchy.py +0 -0
  32. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/imports.py +0 -0
  33. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/metadata.py +0 -0
  34. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/metrics.py +0 -0
  35. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/models.py +0 -0
  36. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/namespaces.py +0 -0
  37. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/profiles.py +0 -0
  38. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/diff/__init__.py +0 -0
  39. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/diff/change_types.py +0 -0
  40. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/diff/comparator.py +0 -0
  41. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/diff/filters.py +0 -0
  42. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/diff/formatters/__init__.py +0 -0
  43. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/diff/formatters/json.py +0 -0
  44. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/diff/formatters/markdown.py +0 -0
  45. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/diff/formatters/text.py +0 -0
  46. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/__init__.py +0 -0
  47. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/config.py +0 -0
  48. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/extractors.py +0 -0
  49. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/generator.py +0 -0
  50. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/renderers/__init__.py +0 -0
  51. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/renderers/html.py +0 -0
  52. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/renderers/json.py +0 -0
  53. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/renderers/markdown.py +0 -0
  54. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/search.py +0 -0
  55. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/base.html.jinja +0 -0
  56. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/class.html.jinja +0 -0
  57. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/hierarchy.html.jinja +0 -0
  58. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/index.html.jinja +0 -0
  59. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/instance.html.jinja +0 -0
  60. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/namespaces.html.jinja +0 -0
  61. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/property.html.jinja +0 -0
  62. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/single_page.html.jinja +0 -0
  63. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/lint/__init__.py +0 -0
  64. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/lint/config.py +0 -0
  65. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/lint/engine.py +0 -0
  66. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/lint/formatters.py +0 -0
  67. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/lint/rules.py +0 -0
  68. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/__init__.py +0 -0
  69. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/config.py +0 -0
  70. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/extractor.py +0 -0
  71. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/formatters/__init__.py +0 -0
  72. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/formatters/markdown.py +0 -0
  73. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/formatters/text.py +0 -0
  74. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/merger.py +0 -0
  75. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/reporter.py +0 -0
  76. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/main.py +0 -0
  77. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/merge/__init__.py +0 -0
  78. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/merge/config.py +0 -0
  79. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/merge/conflicts.py +0 -0
  80. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/merge/formatters.py +0 -0
  81. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/merge/merger.py +0 -0
  82. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/merge/migrator.py +0 -0
  83. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/merge/rules.py +0 -0
  84. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/merge/splitter.py +0 -0
  85. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/puml2rdf/__init__.py +0 -0
  86. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/puml2rdf/config.py +0 -0
  87. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/puml2rdf/converter.py +0 -0
  88. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/puml2rdf/merger.py +0 -0
  89. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/puml2rdf/model.py +0 -0
  90. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/puml2rdf/parser.py +0 -0
  91. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/puml2rdf/validators.py +0 -0
  92. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/refactor/__init__.py +0 -0
  93. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/refactor/config.py +0 -0
  94. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/refactor/deprecator.py +0 -0
  95. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/refactor/formatters/__init__.py +0 -0
  96. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/refactor/formatters/text.py +0 -0
  97. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/refactor/renamer.py +0 -0
  98. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/shacl/__init__.py +0 -0
  99. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/shacl/config.py +0 -0
  100. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/shacl/converters.py +0 -0
  101. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/shacl/generator.py +0 -0
  102. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/shacl/namespaces.py +0 -0
  103. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/__init__.py +0 -0
  104. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/collector.py +0 -0
  105. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/comparator.py +0 -0
  106. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/formatters/__init__.py +0 -0
  107. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/formatters/json.py +0 -0
  108. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/formatters/markdown.py +0 -0
  109. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/formatters/text.py +0 -0
  110. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/metrics/__init__.py +0 -0
  111. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/metrics/basic.py +0 -0
  112. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/metrics/complexity.py +0 -0
  113. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/metrics/connectivity.py +0 -0
  114. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/metrics/documentation.py +0 -0
  115. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/metrics/hierarchy.py +0 -0
  116. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/metrics/properties.py +0 -0
  117. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/uml/__init__.py +0 -0
  118. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/uml/context.py +0 -0
  119. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/uml/mapper.py +0 -0
  120. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/uml/odm_renderer.py +0 -0
  121. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/uml/renderer.py +0 -0
  122. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/uml/uml_layout.py +0 -0
  123. {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/uml/uml_style.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rdf-construct
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: Semantic RDF manipulation toolkit - order, serialize, and diff RDF ontologies
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
@@ -425,7 +425,7 @@ properties:
425
425
 
426
426
  ## Project Status
427
427
 
428
- **Current**: v0.4.0 - Feature complete for core ontology workflows
428
+ **Current**: v0.4.1 - Feature complete for core ontology workflows
429
429
  **License**: MIT
430
430
 
431
431
  ### Implemented
@@ -512,7 +512,7 @@ MIT License - see [LICENSE](LICENSE) file for details.
512
512
 
513
513
  ---
514
514
 
515
- **Status**: v0.4.0
515
+ **Status**: v0.4.1
516
516
  **Python**: 3.10+ required
517
517
  **Maintainer**: See [CONTRIBUTING.md](CONTRIBUTING.md)
518
518
 
@@ -387,7 +387,7 @@ properties:
387
387
 
388
388
  ## Project Status
389
389
 
390
- **Current**: v0.4.0 - Feature complete for core ontology workflows
390
+ **Current**: v0.4.1 - Feature complete for core ontology workflows
391
391
  **License**: MIT
392
392
 
393
393
  ### Implemented
@@ -474,6 +474,6 @@ MIT License - see [LICENSE](LICENSE) file for details.
474
474
 
475
475
  ---
476
476
 
477
- **Status**: v0.4.0
477
+ **Status**: v0.4.1
478
478
  **Python**: 3.10+ required
479
479
  **Maintainer**: See [CONTRIBUTING.md](CONTRIBUTING.md)
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [project]
6
6
  name = "rdf-construct"
7
- version = "0.4.0"
7
+ version = "0.4.1"
8
8
  description = "Semantic RDF manipulation toolkit - order, serialize, and diff RDF ontologies"
9
9
  license = "MIT"
10
10
  readme = "README.md"
@@ -4,7 +4,7 @@ Named after the ROM construct from William Gibson's Neuromancer -
4
4
  preserved, structured knowledge that can be queried and transformed.
5
5
  """
6
6
 
7
- __version__ = "0.4.0"
7
+ __version__ = "0.4.1"
8
8
 
9
9
  from . import core, uml
10
10
  from .cli import cli
@@ -33,7 +33,7 @@ from rdf_construct.lint import (
33
33
  LintConfig,
34
34
  load_lint_config,
35
35
  find_config_file,
36
- get_formatter,
36
+ get_formatter as get_lint_formatter,
37
37
  list_rules,
38
38
  get_all_rules,
39
39
  )
@@ -691,7 +691,7 @@ def lint(
691
691
 
692
692
  # Format and output results
693
693
  use_colour = not no_colour and output_format == "text"
694
- formatter = get_formatter(output_format, use_colour=use_colour)
694
+ formatter = get_lint_formatter(output_format, use_colour=use_colour)
695
695
 
696
696
  output = formatter.format_summary(summary)
697
697
  click.echo(output)
File without changes