Skip to content

Commit 00c1e41

Browse files
Merge pull request #439 from OP-TED/feature/TED-1248
create workbench_tools component
2 parents 9e8e94c + c89e7f7 commit 00c1e41

88 files changed

Lines changed: 17 additions & 3756 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,6 @@ rml-mapper-path-add-dotenv-file:
318318
@ sed -i '/^RML_MAPPER_PATH/d' .env
319319
@ echo RML_MAPPER_PATH=${RML_MAPPER_PATH} >> .env
320320

321-
refresh-mapping-files:
322-
@ python -m ted_sws.data_manager.entrypoints.cli.cmd_generate_mapping_resources
323-
324321
#clean-mongo-db:
325322
# @ export PYTHONPATH=$(PWD) && python ./tests/clean_mongo_db.py
326323

setup.py

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -73,30 +73,7 @@ def open_local(paths, mode="r", encoding="utf8"):
7373
long_description_content_type="text/markdown",
7474
packages=packages,
7575
entry_points={
76-
"console_scripts": [
77-
"resources_injector = ted_sws.mapping_suite_processor.entrypoints.cli.cmd_resources_injector:main",
78-
"rml_modules_injector = ted_sws.mapping_suite_processor.entrypoints.cli.cmd_rml_modules_injector:main",
79-
"sparql_generator = ted_sws.mapping_suite_processor.entrypoints.cli.cmd_sparql_generator:main",
80-
"rml_report_generator = ted_sws.rml_to_html.entrypoints.cli.cmd_rml_report_generator:main",
81-
"mapping_runner = ted_sws.notice_transformer.entrypoints.cli.cmd_mapping_runner:main",
82-
"xpath_coverage_runner = ted_sws.notice_validator.entrypoints.cli.cmd_xpath_coverage_runner:main",
83-
"sparql_runner = ted_sws.notice_validator.entrypoints.cli.cmd_sparql_runner:main",
84-
"shacl_runner = ted_sws.notice_validator.entrypoints.cli.cmd_shacl_runner:main",
85-
"validation_summary_runner = ted_sws.notice_validator.entrypoints.cli.cmd_validation_summary_runner:main",
86-
"triple_store_loader = ted_sws.mapping_suite_processor.entrypoints.cli.cmd_triple_store_loader:main",
87-
"mapping_suite_validator = ted_sws.mapping_suite_processor.entrypoints.cli.cmd_mapping_suite_validator:main",
88-
"metadata_generator = ted_sws.mapping_suite_processor.entrypoints.cli.cmd_metadata_generator:main",
89-
"conceptual_mapping_differ = ted_sws.mapping_suite_processor.entrypoints.cli.cmd_conceptual_mapping_differ:main",
90-
"rdf_differ = ted_sws.rdf_differ.entrypoints.cli.cmd_rdf_differ:main",
91-
"mapping_suite_processor = ted_sws.mapping_suite_processor.entrypoints.cli.cmd_mapping_suite_processor:main",
92-
"yarrrml2rml_converter = ted_sws.mapping_suite_processor.entrypoints.cli.cmd_yarrrml2rml_converter:main",
93-
"normalisation_resource_generator = ted_sws.data_manager.entrypoints.cli.cmd_generate_mapping_resources:main",
94-
"s3_rdf_publisher = ted_sws.notice_publisher.entrypoints.cli.cmd_s3_rdf_publisher:main",
95-
"bulk_packager = ted_sws.notice_packager.entrypoints.cli.cmd_bulk_packager:main",
96-
"api-digest_service-start-server = ted_sws.notice_transformer.entrypoints.api.digest_service.server:api_server_start",
97-
"rdf_component_detector = ted_sws.rdf_component_detector.entrypoints.cli.cmd_rdf_component_detector:main",
98-
"export_notices_from_mongodb = ted_sws.data_manager.entrypoints.cli.cmd_export_notices_from_mongodb:main",
99-
],
76+
"console_scripts": [],
10077
},
10178
include_package_data=True,
10279
**kwargs,

ted_sws/data_manager/entrypoints/__init__.py

Whitespace-only changes.

ted_sws/data_manager/entrypoints/cli/__init__.py

Whitespace-only changes.

ted_sws/data_manager/entrypoints/cli/cmd_export_notices_from_mongodb.py

Lines changed: 0 additions & 82 deletions
This file was deleted.

ted_sws/data_manager/entrypoints/cli/cmd_generate_mapping_resources.py

Lines changed: 0 additions & 102 deletions
This file was deleted.

ted_sws/mapping_suite_processor/entrypoints/__init__.py

Whitespace-only changes.

ted_sws/mapping_suite_processor/entrypoints/cli/__init__.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)