-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd6088c
commit cc1de3a
Showing
13 changed files
with
524 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Changes here will be overwritten by Copier | ||
project_slug=pyshacl | ||
package_dir=cmem_plugin_pyshacl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# Changes here will be overwritten by Copier | ||
_commit: v6.3.1 | ||
_commit: v7.0.0 | ||
_src_path: gh:eccenca/cmem-plugin-template | ||
author_mail: cmempy-developer@eccenca.com | ||
author_name: eccenca GmbH | ||
github_page: https://github.com/eccenca/cmem-plugin-pyshacl | ||
project_description: Validate your Knowledge Graphs based on tests generated from | ||
SHACL shapes. | ||
project_slug: pyshacl | ||
pypi: false | ||
project_type: plugin | ||
pypi: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# https://taskfile.dev | ||
--- | ||
version: '3' | ||
|
||
tasks: | ||
|
||
install: | ||
desc: Install plugin package in Corporate Memory | ||
cmds: | ||
- task build | ||
- poetry run cmemc admin workspace python install dist/cmem_plugin_pyshacl*.tar.gz | ||
- poetry run cmemc admin workspace python list-plugins | ||
|
||
uninstall: | ||
desc: Unnstall plugin package in Corporate Memory | ||
cmds: | ||
- task build | ||
- poetry run cmemc admin workspace python uninstall cmem-plugin-pyshacl | ||
- poetry run cmemc admin workspace python list-plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"""pyshacl - main package""" | ||
"""cmem-plugin-pyshacl""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.