.coveragerc
.gitignore
.gitpod.Dockerfile
.gitpod.yml
CHANGELOG.md
CONTRIBUTING.md
DEVELOPING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
build_ide.sh
cli_dev.sh
contributors.txt
git_env_password.sh
gitpod.env
latest.package.json
pre_push_verifications.sh
pyproject.toml
requirements.txt
run_ide.sh
setup.cfg
setup.py
theia_git_setup.sh
tox.ini
.github/workflows/build.yml
.github/workflows/checks.yml
.github/workflows/deploy.yml
.vscode/settings.json
bin/__init__.py
bin/cli.py
bin/hpecp
docs/Makefile
docs/README-INSTALL-HPECP-HOSTS.md
docs/make.bat
docs/modules.rst
docs/source/cli.rst
docs/source/cli_overview.rst
docs/source/conf.py
docs/source/github.rst
docs/source/hpecp.base_resource.rst
docs/source/hpecp.client.rst
docs/source/hpecp.config.rst
docs/source/hpecp.exceptions.rst
docs/source/hpecp.gateway.rst
docs/source/hpecp.k8s_cluster.rst
docs/source/hpecp.k8s_worker.rst
docs/source/hpecp.license.rst
docs/source/hpecp.lock.rst
docs/source/hpecp.rst
docs/source/hpecp.tag.rst
docs/source/hpecp.tenant.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/license.rst
docs/source/logging.rst
docs/source/_static/cli_example.gif
hpecp/__init__.py
hpecp/base_resource.py
hpecp/catalog.py
hpecp/cli_utils.py
hpecp/client.py
hpecp/config.py
hpecp/datatap.py
hpecp/epic_worker.py
hpecp/exceptions.py
hpecp/gateway.py
hpecp/install.py
hpecp/k8s_cluster.py
hpecp/k8s_worker.py
hpecp/license.py
hpecp/lock.py
hpecp/logger.py
hpecp/role.py
hpecp/tenant.py
hpecp/user.py
hpecp.egg-info/PKG-INFO
hpecp.egg-info/SOURCES.txt
hpecp.egg-info/dependency_links.txt
hpecp.egg-info/requires.txt
hpecp.egg-info/top_level.txt
hpecp/cli/__init__.py
hpecp/cli/base.py
hpecp/cli/catalog.py
hpecp/cli/config.py
hpecp/cli/datatap.py
hpecp/cli/epicworker.py
hpecp/cli/gateway.py
hpecp/cli/httpclient.py
hpecp/cli/install.py
hpecp/cli/k8scluster.py
hpecp/cli/k8sworker.py
hpecp/cli/license.py
hpecp/cli/lock.py
hpecp/cli/role.py
hpecp/cli/tenant.py
hpecp/cli/user.py
tests/_HPECP-REST-API-SOAPUI.xml
tests/__init__.py
tests/base.py
tests/base_resource_test.py
tests/catalog_mock_api_responses.py
tests/catalog_test.py
tests/cli_mock_api_responses.py
tests/cli_test.py
tests/client_mock_api_responses.py
tests/client_test.py
tests/config_mock_api_responses.py
tests/config_test.py
tests/gateway_mock_api_responses.py
tests/gateway_test.py
tests/k8s_cluster_mock_api_responses.py
tests/k8s_cluster_test.py
tests/k8s_worker_mock_api_responses.py
tests/k8s_worker_test.py
tests/license_mock_api_responses.py
tests/license_test.py
tests/lock_mock_api_responses.py
tests/lock_test.py
tests/role_mock_api_responses.py
tests/role_test.py
tests/tenant_mock_api_responses.py
tests/tenant_test.py
tests/user_mock_api_responses.py
tests/user_test.py
utils/hpecp_cli_conf.sh
utils/hpecp_configure.sh
utils/hpecp_controller_ip.sh
utils/hpecp_firewall.sh
utils/hpecp_proxy.sh
utils/hpecp_start.sh
utils/hpecp_status.sh
utils/hpecp_stop.sh