.gitignore
GettingStarted.md
LICENSE.txt
README.md
pyproject.toml
.github/workflows/python-publish.yml
examples/operator_example.py
examples/pipeline_example.py
src/__init__.py
src/c3/__init__.py
src/c3/_version.py
src/c3/create_gridwrapper.py
src/c3/create_operator.py
src/c3/parser.py
src/c3/pythonscript.py
src/c3/utils.py
src/c3/templates/__init__.py
src/c3/templates/component_setup_code.py
src/c3/templates/cos_grid_wrapper_template.py
src/c3/templates/dockerfile_template
src/c3/templates/grid_wrapper_template.py
src/c3/templates/gw_component_setup_code.py
src/c3/templates/kfp_component_template.yaml
src/c3/templates/kubernetes_job_template.job.yaml
src/claimed_c3.egg-info/PKG-INFO
src/claimed_c3.egg-info/SOURCES.txt
src/claimed_c3.egg-info/dependency_links.txt
src/claimed_c3.egg-info/entry_points.txt
src/claimed_c3.egg-info/requires.txt
src/claimed_c3.egg-info/top_level.txt
tests/example_notebook.ipynb
tests/example_script.py
tests/test_compiler.py