LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
streamingcli/__init__.py
streamingcli/config.py
streamingcli/docker_response_reader.py
streamingcli/error.py
streamingcli/main.py
streamingcli.egg-info/PKG-INFO
streamingcli.egg-info/SOURCES.txt
streamingcli.egg-info/dependency_links.txt
streamingcli.egg-info/entry_points.txt
streamingcli.egg-info/requires.txt
streamingcli.egg-info/top_level.txt
streamingcli/docker/__init__.py
streamingcli/docker/login_command.py
streamingcli/jupyter/__init__.py
streamingcli/jupyter/jar_handler.py
streamingcli/jupyter/notebook_converter.py
streamingcli/platform/__init__.py
streamingcli/platform/apitoken_create_command.py
streamingcli/platform/apitoken_remove_command.py
streamingcli/platform/deployment_adapter.py
streamingcli/platform/deployment_target_command.py
streamingcli/platform/k8s/__init__.py
streamingcli/platform/k8s/config_loader.py
streamingcli/platform/k8s/deployment_adapter.py
streamingcli/platform/k8s/secret_adapter.py
streamingcli/platform/ververica/__init__.py
streamingcli/platform/ververica/apitoken_adapter.py
streamingcli/platform/ververica/deployment_adapter.py
streamingcli/platform/ververica/deployment_target_adapter.py
streamingcli/profile/__init__.py
streamingcli/profile/profile_adapter.py
streamingcli/profile/profile_command.py
streamingcli/project/__init__.py
streamingcli/project/build_command.py
streamingcli/project/cicd_command.py
streamingcli/project/deploy_command.py
streamingcli/project/local_project_config.py
streamingcli/project/project_type.py
streamingcli/project/publish_command.py
streamingcli/project/template_loader.py
streamingcli/project/yaml_merger.py
streamingcli/project/jupyter/__init__.py
streamingcli/project/jupyter/jupyter_project_factory.py
streamingcli/project/python/__init__.py
streamingcli/project/python/python_project_factory.py
streamingcli/project/templates/__init__.py
streamingcli/project/templates/deployment_target.yml
streamingcli/project/templates/flink_app.py.template
streamingcli/project/templates/gitlab-ci.yml
streamingcli/project/templates/k8s_flink_deployment.yml
streamingcli/project/templates/vvp_flink_deployment.yml
tests/__init__.py
tests/streamingcli/__init__.py
tests/streamingcli/test_k82_deployment_adapter.py
tests/streamingcli/test_k8s_secret_validation.py
tests/streamingcli/jupyter/__init__.py
tests/streamingcli/jupyter/test_notebook_converter.py
tests/streamingcli/profile/__init__.py
tests/streamingcli/profile/test_profile_adapter.py
tests/streamingcli/project/__init__.py
tests/streamingcli/project/test_yaml_merger.py