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.
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/PKG-INFO +3 -3
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/README.md +2 -2
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/pyproject.toml +1 -1
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/__init__.py +1 -1
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cli.py +2 -2
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/LICENSE +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/__main__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/core/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/core/config.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/core/ordering.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/core/predicate_order.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/core/profile.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/core/selector.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/core/serialiser.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/core/utils.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cq/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cq/expectations.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cq/formatters/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cq/formatters/json.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cq/formatters/junit.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cq/formatters/text.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cq/loader.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/cq/runner.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/analyzer.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/documentation.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/formatters/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/formatters/json.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/formatters/markdown.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/formatters/text.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/hierarchy.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/imports.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/metadata.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/metrics.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/models.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/namespaces.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/profiles.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/diff/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/diff/change_types.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/diff/comparator.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/diff/filters.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/diff/formatters/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/diff/formatters/json.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/diff/formatters/markdown.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/diff/formatters/text.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/config.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/extractors.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/generator.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/renderers/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/renderers/html.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/renderers/json.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/renderers/markdown.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/search.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/base.html.jinja +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/class.html.jinja +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/hierarchy.html.jinja +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/index.html.jinja +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/instance.html.jinja +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/namespaces.html.jinja +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/property.html.jinja +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/single_page.html.jinja +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/lint/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/lint/config.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/lint/engine.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/lint/formatters.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/lint/rules.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/config.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/extractor.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/formatters/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/formatters/markdown.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/formatters/text.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/merger.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/reporter.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/main.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/merge/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/merge/config.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/merge/conflicts.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/merge/formatters.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/merge/merger.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/merge/migrator.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/merge/rules.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/merge/splitter.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/puml2rdf/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/puml2rdf/config.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/puml2rdf/converter.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/puml2rdf/merger.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/puml2rdf/model.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/puml2rdf/parser.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/puml2rdf/validators.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/refactor/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/refactor/config.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/refactor/deprecator.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/refactor/formatters/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/refactor/formatters/text.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/refactor/renamer.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/shacl/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/shacl/config.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/shacl/converters.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/shacl/generator.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/shacl/namespaces.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/collector.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/comparator.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/formatters/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/formatters/json.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/formatters/markdown.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/formatters/text.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/metrics/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/metrics/basic.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/metrics/complexity.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/metrics/connectivity.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/metrics/documentation.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/metrics/hierarchy.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/metrics/properties.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/uml/__init__.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/uml/context.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/uml/mapper.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/uml/odm_renderer.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/uml/renderer.py +0 -0
- {rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/uml/uml_layout.py +0 -0
- {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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
477
|
+
**Status**: v0.4.1
|
|
478
478
|
**Python**: 3.10+ required
|
|
479
479
|
**Maintainer**: See [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
@@ -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 =
|
|
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
|
|
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
|
{rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/formatters/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/describe/formatters/markdown.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
|
{rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/base.html.jinja
RENAMED
|
File without changes
|
{rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/class.html.jinja
RENAMED
|
File without changes
|
|
File without changes
|
{rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/docs/templates/html/index.html.jinja
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
|
{rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/formatters/__init__.py
RENAMED
|
File without changes
|
{rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/localise/formatters/markdown.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
|
{rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/refactor/formatters/__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
|
|
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
|
{rdf_construct-0.4.0 → rdf_construct-0.4.1}/src/rdf_construct/stats/metrics/documentation.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
|