.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
requirements.txt
setup.cfg
.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
apps/components.py
apps/operations.py
apps/pipelines/components_doc_onboarding.yaml
apps/pipelines/operations_doc_onboarding.yaml
ci/conda/conda-pkg-patch.yaml
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/streamlit/example.py
examples/streamlit/help.py
examples/streamlit/pipeline.py
examples/streamlit/workflow_dynamic.py
examples/streamlit/workflow_static.py
examples/streamlit/workflows.py
examples/streamlit/pipelines/example.yaml
examples/streamlit/pipelines/topic_modeling.yaml
scripts/documentation/gen_api_doc_pages.py
scripts/documentation/gen_info_pages.py
scripts/documentation/gen_module_doc.py
src/kiara_plugin.streamlit.egg-info/PKG-INFO
src/kiara_plugin.streamlit.egg-info/SOURCES.txt
src/kiara_plugin.streamlit.egg-info/dependency_links.txt
src/kiara_plugin.streamlit.egg-info/entry_points.txt
src/kiara_plugin.streamlit.egg-info/not-zip-safe
src/kiara_plugin.streamlit.egg-info/requires.txt
src/kiara_plugin.streamlit.egg-info/top_level.txt
src/kiara_plugin/streamlit/__init__.py
src/kiara_plugin/streamlit/data_types.py
src/kiara_plugin/streamlit/defaults.py
src/kiara_plugin/streamlit/models.py
src/kiara_plugin/streamlit/py.typed
src/kiara_plugin/streamlit/streamlit.py
src/kiara_plugin/streamlit/components/__init__.py
src/kiara_plugin/streamlit/components/context/__init__.py
src/kiara_plugin/streamlit/components/info/__init__.py
src/kiara_plugin/streamlit/components/info/api.py
src/kiara_plugin/streamlit/components/info/components.py
src/kiara_plugin/streamlit/components/input/__init__.py
src/kiara_plugin/streamlit/components/input/assemblies.py
src/kiara_plugin/streamlit/components/input/container_types.py
src/kiara_plugin/streamlit/components/input/scalars.py
src/kiara_plugin/streamlit/components/operations/__init__.py
src/kiara_plugin/streamlit/components/pipelines/__init__.py
src/kiara_plugin/streamlit/components/preview/__init__.py
src/kiara_plugin/streamlit/components/preview/assemblies.py
src/kiara_plugin/streamlit/components/preview/core_types.py
src/kiara_plugin/streamlit/components/preview/network_data.py
src/kiara_plugin/streamlit/components/preview/tabular.py
src/kiara_plugin/streamlit/components/workflow/__init__.py
src/kiara_plugin/streamlit/components/workflow/dynamic/__init__.py
src/kiara_plugin/streamlit/components/workflow/dynamic/components.py
src/kiara_plugin/streamlit/components/workflow/dynamic/workflow_page.py
src/kiara_plugin/streamlit/components/workflow/requirements/__init__.py
src/kiara_plugin/streamlit/components/workflow/static/__init__.py
src/kiara_plugin/streamlit/components/workflow/static/components.py
src/kiara_plugin/streamlit/components/workflow/static/workflow_page.py
src/kiara_plugin/streamlit/interfaces/__init__.py
src/kiara_plugin/streamlit/interfaces/cli/__init__.py
src/kiara_plugin/streamlit/interfaces/cli/streamlit.py
src/kiara_plugin/streamlit/modules/__init__.py
src/kiara_plugin/streamlit/pipelines/.gitkeep
src/kiara_plugin/streamlit/pipelines/__init__.py
src/kiara_plugin/streamlit/renderers/__init__.py
src/kiara_plugin/streamlit/resources/.gitkeep
src/kiara_plugin/streamlit/resources/templates/pipeline/streamlit_app.py.j2
src/kiara_plugin/streamlit/utils/__init__.py
src/kiara_plugin/streamlit/utils/class_loading.py
src/kiara_plugin/streamlit/utils/components.py
src/kiara_plugin/streamlit/utils/monkey_patches.py
tests/conftest.py
tests/test_kiara_modules_default.py