-
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
f55a8ca
commit c0f8ae1
Showing
10 changed files
with
386 additions
and
32 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,2 +0,0 @@ | ||
# Changes here will be overwritten by Copier | ||
project_slug=reason | ||
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,10 +1,11 @@ | ||
# Changes here will be overwritten by Copier | ||
_commit: v6.4.0 | ||
_commit: v7.0.0 | ||
_src_path: gh:eccenca/cmem-plugin-template | ||
author_mail: [email protected] | ||
author_name: eccenca GmbH | ||
github_page: https://github.com/eccenca/cmem-plugin-reason | ||
project_description: Perform reasoning tasks and validate OWL consistency. | ||
project_slug: reason | ||
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
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_reason*.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-reason | ||
- 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
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 @@ | ||
"""reason - main package""" | ||
"""cmem-plugin-reason""" |
Oops, something went wrong.