.cruft.json
.envrc.disabled
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
AUTHORS.md
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
commitlint.config.js
mkdocs.yml
pyproject.toml
setup.cfg
setup.py
tailwind.config.js
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/suggest-a-module.md
.github/workflows/build-darwin.yaml
.github/workflows/build-linux.yaml
.github/workflows/build-windows.yaml
ci/conda/conda-pkg-patch.yaml
ci/conda/kiara_plugin.service/meta.yaml.template
docs/SUMMARY.md
docs/development.md
docs/index.md
docs/usage.md
docs/stylesheets/extra.css
examples/data/Readme.md
examples/data/journals/JournalEdges1902.csv
examples/data/journals/JournalNodes1902.csv
examples/data/journals/Readme.md
examples/jobs/Readme.md
examples/pipelines/Readme.md
examples/pipelines/example_pipeline_service.yaml
scripts/documentation/gen_api_doc_pages.py
scripts/documentation/gen_info_pages.py
scripts/documentation/gen_module_doc.py
src/kiara_plugin.service.egg-info/PKG-INFO
src/kiara_plugin.service.egg-info/SOURCES.txt
src/kiara_plugin.service.egg-info/dependency_links.txt
src/kiara_plugin.service.egg-info/entry_points.txt
src/kiara_plugin.service.egg-info/not-zip-safe
src/kiara_plugin.service.egg-info/requires.txt
src/kiara_plugin.service.egg-info/top_level.txt
src/kiara_plugin/service/__init__.py
src/kiara_plugin/service/data_types.py
src/kiara_plugin/service/defaults.py
src/kiara_plugin/service/models.py
src/kiara_plugin/service/py.typed
src/kiara_plugin/service/interfaces/__init__.py
src/kiara_plugin/service/interfaces/cli/__init__.py
src/kiara_plugin/service/interfaces/cli/service/__init__.py
src/kiara_plugin/service/interfaces/cli/service/commands.py
src/kiara_plugin/service/modules/__init__.py
src/kiara_plugin/service/openapi/__init__.py
src/kiara_plugin/service/openapi/service.py
src/kiara_plugin/service/openapi/controllers/__init__.py
src/kiara_plugin/service/openapi/controllers/jobs.py
src/kiara_plugin/service/openapi/controllers/modules.py
src/kiara_plugin/service/openapi/controllers/operations.py
src/kiara_plugin/service/openapi/controllers/pipeline.py
src/kiara_plugin/service/openapi/controllers/render.py
src/kiara_plugin/service/openapi/controllers/values.py
src/kiara_plugin/service/openapi/controllers/workflows.py
src/kiara_plugin/service/pipelines/.gitkeep
src/kiara_plugin/service/pipelines/__init__.py
src/kiara_plugin/service/resources/.gitkeep
src/kiara_plugin/service/resources/static/custom.css
src/kiara_plugin/service/resources/static/favicon.ico
src/kiara_plugin/service/resources/static/input.css
src/kiara_plugin/service/resources/static/main.css
src/kiara_plugin/service/resources/static/simple.css
src/kiara_plugin/service/resources/templates/base.html
src/kiara_plugin/service/resources/templates/index.html
src/kiara_plugin/service/resources/templates/macros.html
src/kiara_plugin/service/resources/templates/jobs/job_finished.html
src/kiara_plugin/service/resources/templates/jobs/job_monitor.html
src/kiara_plugin/service/resources/templates/operations/index.html
src/kiara_plugin/service/resources/templates/operations/operation_view.html
src/kiara_plugin/service/resources/templates/operations/operations.html
src/kiara_plugin/service/resources/templates/values/index.html
src/kiara_plugin/service/resources/templates/values/value_inputs_form.html
src/kiara_plugin/service/resources/templates/values/value_select.html
src/kiara_plugin/service/resources/templates/values/value_view.html
src/kiara_plugin/service/resources/templates/values/values.html
src/kiara_plugin/service/resources/templates/values/inputs/base.html
src/kiara_plugin/service/resources/templates/values/inputs/base_scalar.html
src/kiara_plugin/service/resources/templates/values/inputs/boolean.html
src/kiara_plugin/service/resources/templates/values/inputs/generic-scalar.html
src/kiara_plugin/service/resources/templates/values/inputs/generic.html
src/kiara_plugin/service/resources/templates/values/inputs/table.html
tests/conftest.py
tests/test_job_descs.py
tests/test_kiara_modules_default.py
tests/resources/.gitkeep