LICENSE
README.md
pyproject.toml
src/starflow/VERSION
src/starflow/__init__.py
src/starflow/base_piece.py
src/starflow/logger.py
src/starflow/task.py
src/starflow/actions/github_actions.py
src/starflow/cli/__init__.py
src/starflow/cli/cli.py
src/starflow/cli/utils/__init__.py
src/starflow/cli/utils/config-starflow-local.toml
src/starflow/cli/utils/constants.py
src/starflow/cli/utils/docker-compose.yaml
src/starflow/cli/utils/pieces_repository.py
src/starflow/cli/utils/platform.py
src/starflow/client/__init__.py
src/starflow/client/github_rest_client.py
src/starflow/client/local_files_client.py
src/starflow/client/starflow_backend_client.py
src/starflow/client/legacy/fs_client.py
src/starflow/client/legacy/s3_client.py
src/starflow/custom_operators/__init__.py
src/starflow/custom_operators/docker_operator.py
src/starflow/custom_operators/k8s_operator.py
src/starflow/custom_operators/python_operator.py
src/starflow/custom_operators/worker_operator.py
src/starflow/custom_operators/deprecated/base_operator.py
src/starflow/custom_operators/deprecated/external_python_operator.py
src/starflow/custom_operators/sidecar/__init__.py
src/starflow/custom_operators/sidecar/fuse.conf
src/starflow/custom_operators/sidecar/logger.py
src/starflow/custom_operators/sidecar/mount.py
src/starflow/custom_operators/sidecar/rclone.conf
src/starflow/custom_operators/sidecar/sidecar_lifecycle.sh
src/starflow/exceptions/__init__.py
src/starflow/exceptions/exceptions.py
src/starflow/models/__init__.py
src/starflow/models/output_modifier.py
src/starflow/schemas/__init__.py
src/starflow/schemas/container_resources.py
src/starflow/schemas/deploy_mode.py
src/starflow/schemas/display_result.py
src/starflow/schemas/piece_metadata.py
src/starflow/schemas/shared_storage.py
src/starflow/scripts/__init__.py
src/starflow/scripts/build_docker_images_pieces.py
src/starflow/scripts/load_piece.py
src/starflow/scripts/run_piece_docker.py
src/starflow/scripts/deprecated/create_docker_compose_file.py
src/starflow/scripts/deprecated/deprecated_piece_dry_run.py
src/starflow/scripts/deprecated/docker_compose_constants.py
src/starflow/scripts/deprecated/docker_compose_scripts.py
src/starflow/scripts/deprecated/run_piece_bash.py
src/starflow/storage/__init__.py
src/starflow/storage/s3.py
src/starflow/testing/__init__.py
src/starflow/testing/dry_run.py
src/starflow/testing/http_client.py
src/starflow/testing/http_server.py
src/starflow/testing/utils.py
src/starflow/utils/__init__.py
src/starflow/utils/metadata_default.py
src/starflow/utils/piece_generator.py
src/starflow/utils/workflow_shared_storage.py
src/starflow_py.egg-info/PKG-INFO
src/starflow_py.egg-info/SOURCES.txt
src/starflow_py.egg-info/dependency_links.txt
src/starflow_py.egg-info/entry_points.txt
src/starflow_py.egg-info/requires.txt
src/starflow_py.egg-info/top_level.txt