LICENCE
MANIFEST.in
README.md
pyproject.toml
examples/pipelines/logistic_stats/pipeline.py
examples/pipelines/simple_io/pipeline.py
openhexa.sdk.egg-info/PKG-INFO
openhexa.sdk.egg-info/SOURCES.txt
openhexa.sdk.egg-info/dependency_links.txt
openhexa.sdk.egg-info/entry_points.txt
openhexa.sdk.egg-info/requires.txt
openhexa.sdk.egg-info/top_level.txt
openhexa/cli/__init__.py
openhexa/cli/api.py
openhexa/cli/cli.py
openhexa/cli/settings.py
openhexa/cli/skeleton/.gitignore
openhexa/cli/skeleton/pipeline.py.j2
openhexa/cli/skeleton/workspace.yaml
openhexa/cli/skeleton/.github/workflows/push-pipeline.yml.j2
openhexa/cli/skeleton/.vscode/launch.json.j2
openhexa/sdk/__init__.py
openhexa/sdk/utils.py
openhexa/sdk/datasets/__init__.py
openhexa/sdk/datasets/dataset.py
openhexa/sdk/pipelines/__init__.py
openhexa/sdk/pipelines/exceptions.py
openhexa/sdk/pipelines/parameter.py
openhexa/sdk/pipelines/pipeline.py
openhexa/sdk/pipelines/run.py
openhexa/sdk/pipelines/runtime.py
openhexa/sdk/pipelines/task.py
openhexa/sdk/pipelines/utils.py
openhexa/sdk/workspaces/__init__.py
openhexa/sdk/workspaces/connection.py
openhexa/sdk/workspaces/current_workspace.py
openhexa/utils/__init__.py
openhexa/utils/session.py
openhexa/utils/stringcase.py
tests/__init__.py
tests/conftest.py
tests/test_api.py
tests/test_ast.py
tests/test_cli.py
tests/test_dataset.py
tests/test_environment.py
tests/test_parameter.py
tests/test_pipeline.py
tests/test_workspace.py
tests/fixtures/test_pipeline/pipeline.py