Py4HEAppE 2.7.0__tar.gz → 2.8.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {py4heappe-2.7.0 → py4heappe-2.8.0}/CHANGELOG.md +21 -0
- py4heappe-2.8.0/PKG-INFO +325 -0
- py4heappe-2.8.0/README.md +299 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/api.mustache +8 -0
- py4heappe-2.8.0/docs/examples/example.py +270 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/pyproject.toml +1 -1
- py4heappe-2.8.0/src/Py4HEAppE.egg-info/PKG-INFO +325 -0
- py4heappe-2.8.0/src/py4heappe/heappe_v6/cli/job_management.py +1390 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/api/management_api.py +1 -0
- py4heappe-2.7.0/PKG-INFO +0 -172
- py4heappe-2.7.0/README.md +0 -146
- py4heappe-2.7.0/docs/examples/example.py +0 -274
- py4heappe-2.7.0/src/Py4HEAppE.egg-info/PKG-INFO +0 -172
- py4heappe-2.7.0/src/py4heappe/heappe_v6/cli/job_management.py +0 -350
- {py4heappe-2.7.0 → py4heappe-2.8.0}/.gitignore +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/.gitlab/issue_templates/Backlog.md +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/.gitlab/issue_templates/Bug.md +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/.gitlab/issue_templates/Feature.md +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/.gitlab/merge_request_templates/Default.md +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/.gitlab/stages/.check.yml +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/.gitlab/stages/.generation.yml +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/.gitlab/stages/.publish.yml +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/.gitlab/stages/.release.yml +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/.gitlab-ci.yml +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/LICENSE +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/README.md +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/README.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/__init__api.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/__init__model.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/__init__package.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/__init__test.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/api_client.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/api_doc.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/api_test.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/asyncio/rest.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/configuration.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/git_push.sh.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/gitignore.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/model.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/model_doc.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/model_test.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/partial_header.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/requirements.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/rest.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/setup.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/test-requirements.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/tornado/rest.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/tox.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/Templates/python/travis.mustache +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/config.json +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/Tools/APIWrapperGen/swagger.json +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/docs/imgs/logo.png +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/requirements.txt +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/setup.cfg +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/Py4HEAppE.egg-info/SOURCES.txt +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/Py4HEAppE.egg-info/dependency_links.txt +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/Py4HEAppE.egg-info/entry_points.txt +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/Py4HEAppE.egg-info/requires.txt +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/Py4HEAppE.egg-info/top_level.txt +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/cli/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/cli/auth.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/cli/command_template.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/cli/configuration.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/cli/information.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/cli/job_management.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/cli/report.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/api/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/api/cluster_information_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/api/data_transfer_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/api/file_transfer_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/api/job_management_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/api/job_reporting_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/api/management_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/api/user_and_limitation_management_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/api_client.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/base/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/base/exceptions.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/base/logger.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/base/utils.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/configuration.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/adaptor_user.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_group.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_role.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_role_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_role_type.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_type.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_user_group_role.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/allocated_nodes_ips_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/authenticate_lexis_token_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/authenticate_user_digital_signature_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/authenticate_user_open_id_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/authenticate_user_open_id_open_stack_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/authenticate_user_password_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/authentication_credentials.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/bad_request_result.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cancel_job_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_authentication_credentials.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_authentication_credentials_auth_type.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_connection_protocol.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_detailed_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_init_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_detailed_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_for_task_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_requested_group.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_resource_usage_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_node_usage_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_project.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_project_credential.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_proxy_connection.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_proxy_connection_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/cluster_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/command_template.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/command_template_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/command_template_parameter.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/command_template_parameter_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/command_template_parameter_value_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/contact.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/copy_job_data_from_temp_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/copy_job_data_to_temp_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/create_command_inner_template_parameter_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/create_command_template_from_generic_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/create_command_template_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/create_command_template_parameter_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/create_job_by_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/create_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/create_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/create_secure_shell_key_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/create_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/current_cluster_node_usage_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/current_info_for_job_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/data_transfer_method_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/delete_job_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/deployment_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/digital_signature_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/download_file_from_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/download_parts_of_job_files_from_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/end_data_transfer_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/end_file_transfer_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/environment_variable_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/extended_command_template_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/extended_command_template_parameter_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/extended_project_info_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/file_information_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/file_transfer_cipher_type.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/file_transfer_cipher_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/file_transfer_key_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/file_transfer_method.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/file_transfer_method_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/file_transfer_protocol.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/file_transfer_protocol_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/get_command_template_parameters_name_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/get_current_usage_and_limitations_for_current_user_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/get_data_transfer_method_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/get_file_transfer_method_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/http_get_to_job_node_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/http_header_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/http_post_to_job_node_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/initialize_cluster_script_directory_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/instance_information_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/job_detailed_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/job_file_content_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/job_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/job_specification_by_project_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/job_specification_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/job_state_aggregation_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/job_state_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/lexis_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/list_changed_files_for_job_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/list_jobs_for_current_user_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/modify_command_template_from_generic_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/modify_command_template_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/modify_command_template_parameter_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/modify_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/modify_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/node_used_cores_and_limitation_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/open_id_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/open_stack_application_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/password_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/problem_details.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/project.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/project_contact.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/project_detailed_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/project_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/project_for_task_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/project_list_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/project_reference_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/project_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/project_resource_usage_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/proxy_type.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/proxy_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/public_key_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/recreate_secure_shell_key_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/regenerate_secure_shell_key_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/regenerate_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/remove_command_template_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/remove_command_template_parameter_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/remove_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/remove_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/remove_secure_shell_key_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/remove_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/resource_allocation_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/resource_limitation_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/resource_usage_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/scheduler_type.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/ssh_key_user_credentials_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/submit_job_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/submitted_job_info_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/submitted_task_info_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/synchronizable_files_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/task_detailed_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/task_file_offset_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/task_paralization_parameter_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/task_priority_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/task_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/task_specification_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/task_state_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/test_cluster_access_for_account_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/test_cluster_access_for_account_model_obsolete.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/unauthorized_result.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/usage_type.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/usage_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/user_group_detailed_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/user_group_list_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/user_group_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/models/version_information_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v4/core/rest.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/cli/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/cli/auth.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/cli/command_template.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/cli/configuration.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/cli/information.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/cli/job_management.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/cli/report.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/api/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/api/cluster_information_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/api/data_transfer_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/api/file_transfer_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/api/job_management_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/api/job_reporting_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/api/management_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/api/user_and_limitation_management_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/api_client.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/base/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/base/exceptions.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/base/logger.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/base/utils.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/configuration.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/accounting_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/accounting_state_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/accounting_state_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/adaptor_user_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/adaptor_user_group_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/adaptor_user_role_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/adaptor_user_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/authenticate_lexis_token_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/authenticate_user_digital_signature_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/authenticate_user_open_id_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/authenticate_user_open_id_open_stack_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/authenticate_user_password_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/bad_request_result.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cancel_job_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_aggregated_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_authentication_credentials_auth_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_connection_protocol.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_connection_protocol_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_detailed_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_extended_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_init_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_node_extended_type_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_aggregated_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_aggregation_accounting_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_aggregation_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_detailed_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_for_task_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_resource_usage_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_node_usage_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_project_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_proxy_connection_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/cluster_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/command_template_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/command_template_parameter_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/command_template_parameter_value_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/compute_accounting_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/copy_job_data_from_temp_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/copy_job_data_to_temp_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_accounting_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_cluster_node_type_aggregation_accounting_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_cluster_node_type_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_command_inner_template_parameter_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_command_template_from_generic_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_command_template_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_command_template_parameter_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_file_transfer_method_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_job_by_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_secure_shell_key_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/create_sub_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/data_transfer_method_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/delete_job_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/deployment_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/digital_signature_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/download_file_from_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/download_parts_of_job_files_from_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/end_data_transfer_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/end_file_transfer_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/environment_variable_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/extended_cluster_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/extended_command_template_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/extended_command_template_parameter_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/extended_project_info_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/file_information_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/file_transfer_cipher_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/file_transfer_key_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/file_transfer_method_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/file_transfer_method_no_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/file_transfer_protocol.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/file_transfer_protocol_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/get_command_template_parameters_name_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/get_data_transfer_method_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/get_file_transfer_method_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/http_get_to_job_node_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/http_header_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/http_post_to_job_node_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/initialize_cluster_script_directory_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/instance_information_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/job_detailed_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/job_extended_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/job_file_content_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/job_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/job_specification_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/job_state_aggregation_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/job_state_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/lexis_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/modify_accounting_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/modify_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/modify_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/modify_cluster_node_type_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/modify_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/modify_command_template_from_generic_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/modify_command_template_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/modify_command_template_parameter_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/modify_file_transfer_method_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/modify_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/modify_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/modify_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/modify_sub_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/node_used_cores_and_limitation_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/open_id_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/open_stack_application_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/password_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/problem_details.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/project_aggregated_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/project_cluster_node_type_aggregation_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/project_detailed_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/project_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/project_extended_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/project_for_task_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/project_list_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/project_reference_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/project_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/project_resource_usage_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/proxy_type.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/proxy_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/public_key_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/regenerate_secure_shell_key_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/regenerate_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/remove_accounting_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_node_type_aggregation_accounting_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_node_type_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/remove_command_template_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/remove_command_template_parameter_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/remove_file_transfer_method_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/remove_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/remove_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/remove_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/remove_secure_shell_key_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/remove_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/remove_sub_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/resource_allocation_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/scheduler_type.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/scheduler_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/ssh_key_user_credentials_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/sub_project_aggregated_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/sub_project_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/submit_job_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/submitted_job_info_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/submitted_task_info_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/synchronizable_files_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/task_detailed_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/task_extended_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/task_file_offset_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/task_paralization_parameter_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/task_priority_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/task_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/task_specification_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/task_state_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/test_cluster_access_for_account_model_obsolete.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/unauthorized_result.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/usage_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/user_group_list_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/models/version_information_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v5/core/rest.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/cli/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/cli/auth.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/cli/command_template.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/cli/configuration.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/cli/file_transfer.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/cli/information.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/cli/report.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/cli/transfer.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/api/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/api/cluster_information_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/api/credentials_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/api/data_transfer_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/api/dictionary_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/api/file_transfer_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/api/health_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/api/job_management_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/api/job_reporting_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/api/user_and_limitation_management_api.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/api_client.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/base/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/base/exceptions.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/base/logger.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/base/utils.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/configuration.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/__init__.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/accounting_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/accounting_state_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/accounting_state_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/adaptor_user_created_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/adaptor_user_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/adaptor_user_group_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/adaptor_user_role_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/adaptor_user_role_type.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/adaptor_user_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/assign_adaptor_user_to_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/assign_adaptor_user_to_user_group_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/authenticate_lexis_token_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/authenticate_user_digital_signature_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/authenticate_user_open_id_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/authenticate_user_open_id_open_stack_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/authenticate_user_password_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/bad_request_result.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/by_cluster_authentication_credential_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cancel_job_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/check_log_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/check_log_ext_.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_access_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_account_status_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_aggregated_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_authentication_credential_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_authentication_credential_ext_.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_authentication_credentials_auth_type.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_authentication_credentials_auth_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_connection_counts_ext_.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_connection_protocol_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_detailed_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_extended_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_init_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_node_extended_type_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_node_type_aggregated_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_node_type_aggregation_accounting_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_node_type_aggregation_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_node_type_detailed_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_node_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_node_type_for_task_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_node_type_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_node_type_resource_usage_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_node_usage_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_project_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_project_storage_path_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_proxy_connection_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/cluster_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/command_template_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/command_template_parameter_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/command_template_parameter_value_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/compute_accounting_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/copy_job_data_from_temp_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/copy_job_data_to_temp_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_accounting_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_adaptor_user_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_cluster_node_type_aggregation_accounting_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_cluster_node_type_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_command_inner_template_parameter_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_command_template_from_generic_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_command_template_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_command_template_parameter_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_credential_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_file_transfer_method_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_generic_command_template_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_job_by_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_secure_shell_key_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/create_sub_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/credential_response_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/data_transfer_method_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/database_.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/database_backup_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/database_backup_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/delete_adaptor_user_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/delete_job_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/deployment_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/detail_ext_.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/dictionary_item_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/digital_signature_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/download_file_from_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/download_parts_of_job_files_from_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/dry_run_job_counts_ext_.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/dry_run_job_info_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/dry_run_job_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/end_data_transfer_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/end_file_transfer_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/environment_variable_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/extended_cluster_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/extended_command_template_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/extended_command_template_parameter_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/extended_project_info_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/file_information_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/file_transfer_cipher_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/file_transfer_key_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/file_transfer_method_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/file_transfer_method_no_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/file_transfer_protocol.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/file_transfer_protocol_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/file_transfer_upload_files_to_job_execution_dir_body.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/file_upload_result_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/get_command_template_parameters_name_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/get_data_transfer_method_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/get_file_transfer_method_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/health_component_.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/health_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/http_get_to_job_node_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/http_header_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/http_post_to_job_node_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/initialize_cluster_script_directory_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/instance_information_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/job_detailed_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/job_extended_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/job_file_content_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/job_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/job_specification_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/job_state_aggregation_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/job_state_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/lexis_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/management_import_migration_package_body.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_accounting_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_adaptor_user_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_cluster_authentication_credential_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_cluster_node_type_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_command_template_from_generic_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_command_template_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_command_template_parameter_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_credential_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_file_transfer_method_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_generic_command_template_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/modify_sub_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/node_used_cores_and_limitation_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/open_id_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/open_stack_application_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/password_credentials_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/problem_details.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/project_aggregated_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/project_cluster_node_type_aggregation_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/project_detailed_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/project_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/project_extended_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/project_for_task_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/project_list_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/project_reference_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/project_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/project_resource_usage_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/proxy_type.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/proxy_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/public_key_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/regenerate_secure_shell_key_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/remove_accounting_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/remove_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/remove_cluster_node_type_aggregation_accounting_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/remove_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/remove_cluster_node_type_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/remove_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/remove_command_template_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/remove_command_template_parameter_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/remove_credential_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/remove_file_transfer_method_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/remove_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/remove_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/remove_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/remove_secure_shell_key_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/remove_sub_project_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/resource_allocation_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/restore_database_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/scheduler_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/ssh_key_user_credentials_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/statistics_ext_.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/status_check_logs_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/status_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/sub_project_aggregated_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/sub_project_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/submit_job_model.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/submitted_job_info_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/submitted_task_info_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/synchronizable_files_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/task_detailed_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/task_extended_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/task_file_offset_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/task_paralization_parameter_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/task_priority_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/task_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/task_specification_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/task_state_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/unauthorized_result.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/usage_type_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/user_group_list_report_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/vault_.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/vault_credential_counts_ext_.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/vault_info_.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/models/version_information_ext.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe/heappe_v6/core/rest.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/src/py4heappe_cli.py +0 -0
- {py4heappe-2.7.0 → py4heappe-2.8.0}/tests/__init__.py +0 -0
|
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## 2.8.0
|
|
9
|
+
|
|
10
|
+
### Compatible with HEAppE V6.4.X, V6.3.X, V6.2.X, V6.2.1, V5.0.X, V4.3.X and V4.2.X
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- Added `py4heappe Job InitJobSpecification` to generate a minimal JSON job specification template in the current directory or in a user-provided destination.
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
- Expanded `py4heappe Job Create` to accept an optional JSON job specification file and merge CLI overrides on top of values loaded from that file.
|
|
17
|
+
- Added optional CLI overrides for the extended HEAppE V6 job specification, including indexed overrides for task attributes and nested collections such as environment variables, template parameter values, required nodes, task parallelization parameters, and task dependencies.
|
|
18
|
+
- Switched job specification parsing to build requests from the generated HEAppE V6 models, including generated-model handling for `Priority` and `DependsOn`.
|
|
19
|
+
- Replaced the previous `Job Remove` behavior with `Job Delete`, including support for the `--archive-logs` option.
|
|
20
|
+
|
|
21
|
+
## 2.7.1
|
|
22
|
+
|
|
23
|
+
### Compatible with HEAppE V6.4.X, V6.3.X, V6.2.X, V6.2.1, V5.0.X, V4.3.X and V4.2.X
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
- Fixed syntax error (`IndentationError`) in `management_api.py` caused by an empty `if` block for single file upload parameters.
|
|
27
|
+
- Fixed the Swagger Codegen mustache template to correctly support single file (`isBinary`), list of files (`items.isBinary`), and regular form parameters.
|
|
28
|
+
|
|
8
29
|
## 2.7.0
|
|
9
30
|
|
|
10
31
|
### Compatible with HEAppE V6.4.X, V6.3.X, V6.2.X, V6.2.1, V5.0.X, V4.3.X and V4.2.X
|
py4heappe-2.8.0/PKG-INFO
ADDED
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: Py4HEAppE
|
|
3
|
+
Version: 2.8.0
|
|
4
|
+
Summary: Py4HEAppE is client library for easy access to HEAppE Middleware
|
|
5
|
+
Author-email: IT4Innovations <support.heappe@it4i.cz>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/It4innovations/Py4HEAppE
|
|
8
|
+
Project-URL: Repository, https://github.com/It4innovations/Py4HEAppE.git
|
|
9
|
+
Project-URL: Issues, https://github.com/It4innovations/Py4HEAppE/issues
|
|
10
|
+
Keywords: LEXIS,HEAppE,Client Library
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Classifier: Operating System :: OS Independent
|
|
13
|
+
Requires-Python: >=3.11
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
License-File: LICENSE
|
|
16
|
+
Requires-Dist: paramiko>=4.0.0
|
|
17
|
+
Requires-Dist: scp==0.15.0
|
|
18
|
+
Requires-Dist: urllib3>=2.0.2
|
|
19
|
+
Requires-Dist: certifi>=2025.1.31
|
|
20
|
+
Requires-Dist: six>=1.16.0
|
|
21
|
+
Requires-Dist: click>=8.1.0
|
|
22
|
+
Requires-Dist: typer>=0.15.0
|
|
23
|
+
Requires-Dist: python-dotenv>=0.21.1
|
|
24
|
+
Requires-Dist: validators==0.35.0
|
|
25
|
+
Dynamic: license-file
|
|
26
|
+
|
|
27
|
+
<img align="right" width="35%" src="https://raw.githubusercontent.com/It4innovations/Py4HEAppE/refs/heads/master/docs/imgs/logo.png">
|
|
28
|
+
|
|
29
|
+
# Py4HEAppE (Python for HEAppE Middleware)
|
|
30
|
+
Py4HEAppE provides both a command-line interface and versioned Python wrappers for the [HEAppE](https://heappe.eu) middleware API.
|
|
31
|
+
|
|
32
|
+
You can use it in two ways:
|
|
33
|
+
- HEAppE CLI commands for interactive and scripting use
|
|
34
|
+
- Versioned Python API wrappers for direct integration into your own applications
|
|
35
|
+
|
|
36
|
+
## Supported HEAppE Versions
|
|
37
|
+
| Py4HEAppE | HEAppE Version | Notes |
|
|
38
|
+
| :-------: | :------------- | :---- |
|
|
39
|
+
| 2.8.X | 6.4.X, 6.3.X, 6.2.X, 6.2.1, 5.0.X, 4.3.X, 4.2.X | Without Admin CLI section |
|
|
40
|
+
| 2.7.X | 6.4.X, 6.3.X, 6.2.X, 6.2.1, 5.0.X, 4.3.X, 4.2.X | Without Admin CLI section |
|
|
41
|
+
| 2.6.X | 6.3.X, 6.2.X, 6.1.X, 5.0.X, 4.3.X, 4.2.X | Without Admin CLI section |
|
|
42
|
+
| 2.5.X | 6.3.X, 6.2.X, 6.1.X, 5.0.X, 4.3.X, 4.2.X | Without Admin CLI section |
|
|
43
|
+
| 2.4.X | 6.1.X, 6.0.X, 5.0.X, 4.3.X, 4.2.X | Without Admin CLI section |
|
|
44
|
+
| 2.3.X | 6.0.X, 5.0.X, 4.3.X, 4.2.X | Without Admin CLI section |
|
|
45
|
+
| 2.2.X | 5.0.X, 4.3.X, 4.2.X | Without Admin CLI section |
|
|
46
|
+
| 2.1.X | 5.0.X, 4.3.X, 4.2.X | Without Admin, Job, and File CLI sections |
|
|
47
|
+
| 2.0.X | 5.0.X | Without Admin, Job, and File CLI sections |
|
|
48
|
+
| 1.X.X | 4.3.X, 4.2.X | Without Admin, Job, and File CLI sections |
|
|
49
|
+
|
|
50
|
+
## Requirements
|
|
51
|
+
- Python 3.11 or newer
|
|
52
|
+
- Access to a deployed HEAppE instance
|
|
53
|
+
- HEAppE instance URL
|
|
54
|
+
- HEAppE accounting string for the target computational project
|
|
55
|
+
|
|
56
|
+
## Installation
|
|
57
|
+
If the `py4heappe` executable is not on your `PATH`, use the full path to the installed script or add the script directory to `PATH`.
|
|
58
|
+
|
|
59
|
+
On Windows, use `py4heappe.exe` instead of `py4heappe`.
|
|
60
|
+
|
|
61
|
+
## HEAppE CLI
|
|
62
|
+
The CLI is intended for users who want to work with HEAppE directly from a terminal without writing Python code.
|
|
63
|
+
|
|
64
|
+
### Initial Setup
|
|
65
|
+
Before using the CLI for the first time, initialize the HEAppE instance URL and the accounting string:
|
|
66
|
+
|
|
67
|
+
```shell
|
|
68
|
+
py4heappe Conf Init
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
### Available Command Groups
|
|
72
|
+
```shell
|
|
73
|
+
py4heappe --help
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
Current command groups:
|
|
77
|
+
|
|
78
|
+
- `Conf` for local CLI configuration
|
|
79
|
+
- `Auth` for authentication
|
|
80
|
+
- `CmdTemp` for command template operations
|
|
81
|
+
- `Info` for version and cluster information
|
|
82
|
+
- `Job` for job lifecycle management
|
|
83
|
+
- `FileTransfer` for job file upload and download operations
|
|
84
|
+
- `Report` for resource usage and reporting
|
|
85
|
+
|
|
86
|
+
### Useful Help Commands
|
|
87
|
+
|
|
88
|
+
```shell
|
|
89
|
+
py4heappe Auth --help
|
|
90
|
+
py4heappe Info --help
|
|
91
|
+
py4heappe Job --help
|
|
92
|
+
py4heappe FileTransfer --help
|
|
93
|
+
py4heappe Report --help
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
### Basic CLI Examples
|
|
97
|
+
|
|
98
|
+
Authenticate with username and password:
|
|
99
|
+
|
|
100
|
+
```shell
|
|
101
|
+
py4heappe Auth UserPass
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
Show the HEAppE API version:
|
|
105
|
+
|
|
106
|
+
```shell
|
|
107
|
+
py4heappe Info Version
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
List available clusters:
|
|
111
|
+
|
|
112
|
+
```shell
|
|
113
|
+
py4heappe Info ClusterInfo
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
List your jobs:
|
|
117
|
+
|
|
118
|
+
```shell
|
|
119
|
+
py4heappe Job List
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
### Create a Job from a JSON Template
|
|
123
|
+
|
|
124
|
+
Py4HEAppE 2.8 adds a JSON-first workflow for job creation.
|
|
125
|
+
|
|
126
|
+
Generate a minimal job specification template in the current directory:
|
|
127
|
+
|
|
128
|
+
```shell
|
|
129
|
+
py4heappe Job InitJobSpecification
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
Or generate it in a specific directory or target file:
|
|
133
|
+
|
|
134
|
+
```shell
|
|
135
|
+
py4heappe Job InitJobSpecification --file-destination ./job_specs
|
|
136
|
+
py4heappe Job InitJobSpecification --file-destination ./job_specs/demo_job.json
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
Create a job from the JSON file and override selected values from the command line:
|
|
140
|
+
|
|
141
|
+
```shell
|
|
142
|
+
py4heappe Job Create \
|
|
143
|
+
--json-job-spec-file ./job_specification.json \
|
|
144
|
+
--name demo-job \
|
|
145
|
+
--cluster-id 2 \
|
|
146
|
+
--project-id 1 \
|
|
147
|
+
--task-name 0:demo-task \
|
|
148
|
+
--max-cores 0:128 \
|
|
149
|
+
--walltime-limit 0:1800 \
|
|
150
|
+
--cluster-node-type-id 0:18 \
|
|
151
|
+
--cmd-template-id 0:3 \
|
|
152
|
+
--cmd-template-parameters inputParam:testValue
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
CLI overrides always take precedence over values loaded from `--json-job-spec-file`.
|
|
156
|
+
|
|
157
|
+
### Override Format for Nested Task Data
|
|
158
|
+
|
|
159
|
+
Some `Job Create` options work on indexed task items and nested collections.
|
|
160
|
+
|
|
161
|
+
Examples:
|
|
162
|
+
|
|
163
|
+
```shell
|
|
164
|
+
# Task scalar override
|
|
165
|
+
py4heappe Job Create --json-job-spec-file ./job_specification.json --task-name 0:main-task
|
|
166
|
+
|
|
167
|
+
# Task environment variable override
|
|
168
|
+
py4heappe Job Create --json-job-spec-file ./job_specification.json \
|
|
169
|
+
--task-environment-variable 0:0:Name:OMP_NUM_THREADS \
|
|
170
|
+
--task-environment-variable 0:0:Value:8
|
|
171
|
+
|
|
172
|
+
# Task template parameter override
|
|
173
|
+
py4heappe Job Create --json-job-spec-file ./job_specification.json \
|
|
174
|
+
--task-template-parameter-value 0:0:CommandParameterIdentifier:inputParam \
|
|
175
|
+
--task-template-parameter-value 0:0:ParameterValue:testValue
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
### File Transfer Examples
|
|
179
|
+
|
|
180
|
+
List files changed during job execution:
|
|
181
|
+
|
|
182
|
+
```shell
|
|
183
|
+
py4heappe FileTransfer ListChanged --help
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
Download a single file from a job directory:
|
|
187
|
+
|
|
188
|
+
```shell
|
|
189
|
+
py4heappe FileTransfer Download --help
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
Upload files directly into the job execution directory:
|
|
193
|
+
|
|
194
|
+
```shell
|
|
195
|
+
py4heappe FileTransfer Stream --help
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
## Python API Wrapper
|
|
199
|
+
|
|
200
|
+
Py4HEAppE also ships versioned Python wrappers generated from the HEAppE API.
|
|
201
|
+
|
|
202
|
+
Use the wrapper that matches your target HEAppE version:
|
|
203
|
+
|
|
204
|
+
```python
|
|
205
|
+
import py4heappe.heappe_v6.core as hp
|
|
206
|
+
# or:
|
|
207
|
+
# import py4heappe.heappe_v5.core as hp
|
|
208
|
+
# import py4heappe.heappe_v4.core as hp
|
|
209
|
+
```
|
|
210
|
+
|
|
211
|
+
There is no single unversioned `py4heappe.core` module. Use the versioned wrapper explicitly.
|
|
212
|
+
|
|
213
|
+
### Minimal Python Example
|
|
214
|
+
|
|
215
|
+
```python
|
|
216
|
+
import json
|
|
217
|
+
|
|
218
|
+
import py4heappe.heappe_v6.core as hp
|
|
219
|
+
|
|
220
|
+
configuration = hp.Configuration()
|
|
221
|
+
configuration.host = "https://heappe.example.org"
|
|
222
|
+
api_client = hp.ApiClient(configuration)
|
|
223
|
+
|
|
224
|
+
try:
|
|
225
|
+
auth_api = hp.UserAndLimitationManagementApi(api_client)
|
|
226
|
+
management_api = hp.ManagementApi(api_client)
|
|
227
|
+
cluster_api = hp.ClusterInformationApi(api_client)
|
|
228
|
+
|
|
229
|
+
auth_body = {
|
|
230
|
+
"_preload_content": False,
|
|
231
|
+
"body": {
|
|
232
|
+
"Credentials": {
|
|
233
|
+
"Username": "username",
|
|
234
|
+
"Password": "password",
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
auth_response = auth_api.heappe_user_and_limitation_management_authenticate_user_password_post(
|
|
240
|
+
**auth_body
|
|
241
|
+
)
|
|
242
|
+
session_code = json.loads(auth_response.data)
|
|
243
|
+
|
|
244
|
+
version_response = management_api.heappe_management_version_information_get(
|
|
245
|
+
_preload_content=False,
|
|
246
|
+
SessionCode=session_code,
|
|
247
|
+
)
|
|
248
|
+
print(json.dumps(json.loads(version_response.data), indent=2))
|
|
249
|
+
|
|
250
|
+
cluster_response = cluster_api.heappe_cluster_information_list_available_clusters_get(
|
|
251
|
+
_preload_content=False,
|
|
252
|
+
SessionCode=session_code,
|
|
253
|
+
)
|
|
254
|
+
print(json.dumps(json.loads(cluster_response.data), indent=2))
|
|
255
|
+
|
|
256
|
+
finally:
|
|
257
|
+
api_client.pool.close()
|
|
258
|
+
api_client.pool.join()
|
|
259
|
+
```
|
|
260
|
+
|
|
261
|
+
### Create a Job Through the Python Wrapper
|
|
262
|
+
|
|
263
|
+
```python
|
|
264
|
+
import json
|
|
265
|
+
|
|
266
|
+
import py4heappe.heappe_v6.core as hp
|
|
267
|
+
|
|
268
|
+
configuration = hp.Configuration()
|
|
269
|
+
configuration.host = "https://heappe.example.org"
|
|
270
|
+
api_client = hp.ApiClient(configuration)
|
|
271
|
+
|
|
272
|
+
try:
|
|
273
|
+
job_api = hp.JobManagementApi(api_client)
|
|
274
|
+
|
|
275
|
+
body = {
|
|
276
|
+
"_preload_content": False,
|
|
277
|
+
"body": {
|
|
278
|
+
"SessionCode": "your-session-code",
|
|
279
|
+
"JobSpecification": {
|
|
280
|
+
"Name": "demo-job",
|
|
281
|
+
"ProjectId": 1,
|
|
282
|
+
"ClusterId": 2,
|
|
283
|
+
"FileTransferMethodId": 1,
|
|
284
|
+
"Tasks": [
|
|
285
|
+
{
|
|
286
|
+
"Name": "demo-task",
|
|
287
|
+
"MinCores": 1,
|
|
288
|
+
"MaxCores": 16,
|
|
289
|
+
"WalltimeLimit": 1800,
|
|
290
|
+
"StandardOutputFile": "stdout",
|
|
291
|
+
"StandardErrorFile": "stderr",
|
|
292
|
+
"ProgressFile": "stdprog",
|
|
293
|
+
"LogFile": "stdlog",
|
|
294
|
+
"ClusterNodeTypeId": 18,
|
|
295
|
+
"CommandTemplateId": 3,
|
|
296
|
+
"TemplateParameterValues": [
|
|
297
|
+
{
|
|
298
|
+
"CommandParameterIdentifier": "inputParam",
|
|
299
|
+
"ParameterValue": "testValue",
|
|
300
|
+
}
|
|
301
|
+
],
|
|
302
|
+
}
|
|
303
|
+
],
|
|
304
|
+
},
|
|
305
|
+
},
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
response = job_api.heappe_job_management_create_job_post(**body)
|
|
309
|
+
job_id = json.loads(response.data)["Id"]
|
|
310
|
+
print(f"Created job: {job_id}")
|
|
311
|
+
|
|
312
|
+
finally:
|
|
313
|
+
api_client.pool.close()
|
|
314
|
+
api_client.pool.join()
|
|
315
|
+
```
|
|
316
|
+
|
|
317
|
+
## Notes
|
|
318
|
+
|
|
319
|
+
- CLI configuration is stored locally after `py4heappe Conf Init`.
|
|
320
|
+
- Most CLI commands require a valid session, so authenticate before running job or file-transfer operations.
|
|
321
|
+
- For detailed option lists, use the built-in `--help` on each command group and subcommand.
|
|
322
|
+
|
|
323
|
+
## Acknowledgement
|
|
324
|
+
|
|
325
|
+
This work was supported by the Ministry of Education, Youth and Sports of the Czech Republic through e-INFRA CZ (ID:90254).
|
|
@@ -0,0 +1,299 @@
|
|
|
1
|
+
<img align="right" width="35%" src="https://raw.githubusercontent.com/It4innovations/Py4HEAppE/refs/heads/master/docs/imgs/logo.png">
|
|
2
|
+
|
|
3
|
+
# Py4HEAppE (Python for HEAppE Middleware)
|
|
4
|
+
Py4HEAppE provides both a command-line interface and versioned Python wrappers for the [HEAppE](https://heappe.eu) middleware API.
|
|
5
|
+
|
|
6
|
+
You can use it in two ways:
|
|
7
|
+
- HEAppE CLI commands for interactive and scripting use
|
|
8
|
+
- Versioned Python API wrappers for direct integration into your own applications
|
|
9
|
+
|
|
10
|
+
## Supported HEAppE Versions
|
|
11
|
+
| Py4HEAppE | HEAppE Version | Notes |
|
|
12
|
+
| :-------: | :------------- | :---- |
|
|
13
|
+
| 2.8.X | 6.4.X, 6.3.X, 6.2.X, 6.2.1, 5.0.X, 4.3.X, 4.2.X | Without Admin CLI section |
|
|
14
|
+
| 2.7.X | 6.4.X, 6.3.X, 6.2.X, 6.2.1, 5.0.X, 4.3.X, 4.2.X | Without Admin CLI section |
|
|
15
|
+
| 2.6.X | 6.3.X, 6.2.X, 6.1.X, 5.0.X, 4.3.X, 4.2.X | Without Admin CLI section |
|
|
16
|
+
| 2.5.X | 6.3.X, 6.2.X, 6.1.X, 5.0.X, 4.3.X, 4.2.X | Without Admin CLI section |
|
|
17
|
+
| 2.4.X | 6.1.X, 6.0.X, 5.0.X, 4.3.X, 4.2.X | Without Admin CLI section |
|
|
18
|
+
| 2.3.X | 6.0.X, 5.0.X, 4.3.X, 4.2.X | Without Admin CLI section |
|
|
19
|
+
| 2.2.X | 5.0.X, 4.3.X, 4.2.X | Without Admin CLI section |
|
|
20
|
+
| 2.1.X | 5.0.X, 4.3.X, 4.2.X | Without Admin, Job, and File CLI sections |
|
|
21
|
+
| 2.0.X | 5.0.X | Without Admin, Job, and File CLI sections |
|
|
22
|
+
| 1.X.X | 4.3.X, 4.2.X | Without Admin, Job, and File CLI sections |
|
|
23
|
+
|
|
24
|
+
## Requirements
|
|
25
|
+
- Python 3.11 or newer
|
|
26
|
+
- Access to a deployed HEAppE instance
|
|
27
|
+
- HEAppE instance URL
|
|
28
|
+
- HEAppE accounting string for the target computational project
|
|
29
|
+
|
|
30
|
+
## Installation
|
|
31
|
+
If the `py4heappe` executable is not on your `PATH`, use the full path to the installed script or add the script directory to `PATH`.
|
|
32
|
+
|
|
33
|
+
On Windows, use `py4heappe.exe` instead of `py4heappe`.
|
|
34
|
+
|
|
35
|
+
## HEAppE CLI
|
|
36
|
+
The CLI is intended for users who want to work with HEAppE directly from a terminal without writing Python code.
|
|
37
|
+
|
|
38
|
+
### Initial Setup
|
|
39
|
+
Before using the CLI for the first time, initialize the HEAppE instance URL and the accounting string:
|
|
40
|
+
|
|
41
|
+
```shell
|
|
42
|
+
py4heappe Conf Init
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
### Available Command Groups
|
|
46
|
+
```shell
|
|
47
|
+
py4heappe --help
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
Current command groups:
|
|
51
|
+
|
|
52
|
+
- `Conf` for local CLI configuration
|
|
53
|
+
- `Auth` for authentication
|
|
54
|
+
- `CmdTemp` for command template operations
|
|
55
|
+
- `Info` for version and cluster information
|
|
56
|
+
- `Job` for job lifecycle management
|
|
57
|
+
- `FileTransfer` for job file upload and download operations
|
|
58
|
+
- `Report` for resource usage and reporting
|
|
59
|
+
|
|
60
|
+
### Useful Help Commands
|
|
61
|
+
|
|
62
|
+
```shell
|
|
63
|
+
py4heappe Auth --help
|
|
64
|
+
py4heappe Info --help
|
|
65
|
+
py4heappe Job --help
|
|
66
|
+
py4heappe FileTransfer --help
|
|
67
|
+
py4heappe Report --help
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
### Basic CLI Examples
|
|
71
|
+
|
|
72
|
+
Authenticate with username and password:
|
|
73
|
+
|
|
74
|
+
```shell
|
|
75
|
+
py4heappe Auth UserPass
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
Show the HEAppE API version:
|
|
79
|
+
|
|
80
|
+
```shell
|
|
81
|
+
py4heappe Info Version
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
List available clusters:
|
|
85
|
+
|
|
86
|
+
```shell
|
|
87
|
+
py4heappe Info ClusterInfo
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
List your jobs:
|
|
91
|
+
|
|
92
|
+
```shell
|
|
93
|
+
py4heappe Job List
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
### Create a Job from a JSON Template
|
|
97
|
+
|
|
98
|
+
Py4HEAppE 2.8 adds a JSON-first workflow for job creation.
|
|
99
|
+
|
|
100
|
+
Generate a minimal job specification template in the current directory:
|
|
101
|
+
|
|
102
|
+
```shell
|
|
103
|
+
py4heappe Job InitJobSpecification
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
Or generate it in a specific directory or target file:
|
|
107
|
+
|
|
108
|
+
```shell
|
|
109
|
+
py4heappe Job InitJobSpecification --file-destination ./job_specs
|
|
110
|
+
py4heappe Job InitJobSpecification --file-destination ./job_specs/demo_job.json
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
Create a job from the JSON file and override selected values from the command line:
|
|
114
|
+
|
|
115
|
+
```shell
|
|
116
|
+
py4heappe Job Create \
|
|
117
|
+
--json-job-spec-file ./job_specification.json \
|
|
118
|
+
--name demo-job \
|
|
119
|
+
--cluster-id 2 \
|
|
120
|
+
--project-id 1 \
|
|
121
|
+
--task-name 0:demo-task \
|
|
122
|
+
--max-cores 0:128 \
|
|
123
|
+
--walltime-limit 0:1800 \
|
|
124
|
+
--cluster-node-type-id 0:18 \
|
|
125
|
+
--cmd-template-id 0:3 \
|
|
126
|
+
--cmd-template-parameters inputParam:testValue
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
CLI overrides always take precedence over values loaded from `--json-job-spec-file`.
|
|
130
|
+
|
|
131
|
+
### Override Format for Nested Task Data
|
|
132
|
+
|
|
133
|
+
Some `Job Create` options work on indexed task items and nested collections.
|
|
134
|
+
|
|
135
|
+
Examples:
|
|
136
|
+
|
|
137
|
+
```shell
|
|
138
|
+
# Task scalar override
|
|
139
|
+
py4heappe Job Create --json-job-spec-file ./job_specification.json --task-name 0:main-task
|
|
140
|
+
|
|
141
|
+
# Task environment variable override
|
|
142
|
+
py4heappe Job Create --json-job-spec-file ./job_specification.json \
|
|
143
|
+
--task-environment-variable 0:0:Name:OMP_NUM_THREADS \
|
|
144
|
+
--task-environment-variable 0:0:Value:8
|
|
145
|
+
|
|
146
|
+
# Task template parameter override
|
|
147
|
+
py4heappe Job Create --json-job-spec-file ./job_specification.json \
|
|
148
|
+
--task-template-parameter-value 0:0:CommandParameterIdentifier:inputParam \
|
|
149
|
+
--task-template-parameter-value 0:0:ParameterValue:testValue
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
### File Transfer Examples
|
|
153
|
+
|
|
154
|
+
List files changed during job execution:
|
|
155
|
+
|
|
156
|
+
```shell
|
|
157
|
+
py4heappe FileTransfer ListChanged --help
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
Download a single file from a job directory:
|
|
161
|
+
|
|
162
|
+
```shell
|
|
163
|
+
py4heappe FileTransfer Download --help
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
Upload files directly into the job execution directory:
|
|
167
|
+
|
|
168
|
+
```shell
|
|
169
|
+
py4heappe FileTransfer Stream --help
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
## Python API Wrapper
|
|
173
|
+
|
|
174
|
+
Py4HEAppE also ships versioned Python wrappers generated from the HEAppE API.
|
|
175
|
+
|
|
176
|
+
Use the wrapper that matches your target HEAppE version:
|
|
177
|
+
|
|
178
|
+
```python
|
|
179
|
+
import py4heappe.heappe_v6.core as hp
|
|
180
|
+
# or:
|
|
181
|
+
# import py4heappe.heappe_v5.core as hp
|
|
182
|
+
# import py4heappe.heappe_v4.core as hp
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
There is no single unversioned `py4heappe.core` module. Use the versioned wrapper explicitly.
|
|
186
|
+
|
|
187
|
+
### Minimal Python Example
|
|
188
|
+
|
|
189
|
+
```python
|
|
190
|
+
import json
|
|
191
|
+
|
|
192
|
+
import py4heappe.heappe_v6.core as hp
|
|
193
|
+
|
|
194
|
+
configuration = hp.Configuration()
|
|
195
|
+
configuration.host = "https://heappe.example.org"
|
|
196
|
+
api_client = hp.ApiClient(configuration)
|
|
197
|
+
|
|
198
|
+
try:
|
|
199
|
+
auth_api = hp.UserAndLimitationManagementApi(api_client)
|
|
200
|
+
management_api = hp.ManagementApi(api_client)
|
|
201
|
+
cluster_api = hp.ClusterInformationApi(api_client)
|
|
202
|
+
|
|
203
|
+
auth_body = {
|
|
204
|
+
"_preload_content": False,
|
|
205
|
+
"body": {
|
|
206
|
+
"Credentials": {
|
|
207
|
+
"Username": "username",
|
|
208
|
+
"Password": "password",
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
auth_response = auth_api.heappe_user_and_limitation_management_authenticate_user_password_post(
|
|
214
|
+
**auth_body
|
|
215
|
+
)
|
|
216
|
+
session_code = json.loads(auth_response.data)
|
|
217
|
+
|
|
218
|
+
version_response = management_api.heappe_management_version_information_get(
|
|
219
|
+
_preload_content=False,
|
|
220
|
+
SessionCode=session_code,
|
|
221
|
+
)
|
|
222
|
+
print(json.dumps(json.loads(version_response.data), indent=2))
|
|
223
|
+
|
|
224
|
+
cluster_response = cluster_api.heappe_cluster_information_list_available_clusters_get(
|
|
225
|
+
_preload_content=False,
|
|
226
|
+
SessionCode=session_code,
|
|
227
|
+
)
|
|
228
|
+
print(json.dumps(json.loads(cluster_response.data), indent=2))
|
|
229
|
+
|
|
230
|
+
finally:
|
|
231
|
+
api_client.pool.close()
|
|
232
|
+
api_client.pool.join()
|
|
233
|
+
```
|
|
234
|
+
|
|
235
|
+
### Create a Job Through the Python Wrapper
|
|
236
|
+
|
|
237
|
+
```python
|
|
238
|
+
import json
|
|
239
|
+
|
|
240
|
+
import py4heappe.heappe_v6.core as hp
|
|
241
|
+
|
|
242
|
+
configuration = hp.Configuration()
|
|
243
|
+
configuration.host = "https://heappe.example.org"
|
|
244
|
+
api_client = hp.ApiClient(configuration)
|
|
245
|
+
|
|
246
|
+
try:
|
|
247
|
+
job_api = hp.JobManagementApi(api_client)
|
|
248
|
+
|
|
249
|
+
body = {
|
|
250
|
+
"_preload_content": False,
|
|
251
|
+
"body": {
|
|
252
|
+
"SessionCode": "your-session-code",
|
|
253
|
+
"JobSpecification": {
|
|
254
|
+
"Name": "demo-job",
|
|
255
|
+
"ProjectId": 1,
|
|
256
|
+
"ClusterId": 2,
|
|
257
|
+
"FileTransferMethodId": 1,
|
|
258
|
+
"Tasks": [
|
|
259
|
+
{
|
|
260
|
+
"Name": "demo-task",
|
|
261
|
+
"MinCores": 1,
|
|
262
|
+
"MaxCores": 16,
|
|
263
|
+
"WalltimeLimit": 1800,
|
|
264
|
+
"StandardOutputFile": "stdout",
|
|
265
|
+
"StandardErrorFile": "stderr",
|
|
266
|
+
"ProgressFile": "stdprog",
|
|
267
|
+
"LogFile": "stdlog",
|
|
268
|
+
"ClusterNodeTypeId": 18,
|
|
269
|
+
"CommandTemplateId": 3,
|
|
270
|
+
"TemplateParameterValues": [
|
|
271
|
+
{
|
|
272
|
+
"CommandParameterIdentifier": "inputParam",
|
|
273
|
+
"ParameterValue": "testValue",
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
}
|
|
277
|
+
],
|
|
278
|
+
},
|
|
279
|
+
},
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
response = job_api.heappe_job_management_create_job_post(**body)
|
|
283
|
+
job_id = json.loads(response.data)["Id"]
|
|
284
|
+
print(f"Created job: {job_id}")
|
|
285
|
+
|
|
286
|
+
finally:
|
|
287
|
+
api_client.pool.close()
|
|
288
|
+
api_client.pool.join()
|
|
289
|
+
```
|
|
290
|
+
|
|
291
|
+
## Notes
|
|
292
|
+
|
|
293
|
+
- CLI configuration is stored locally after `py4heappe Conf Init`.
|
|
294
|
+
- Most CLI commands require a valid session, so authenticate before running job or file-transfer operations.
|
|
295
|
+
- For detailed option lists, use the built-in `--help` on each command group and subcommand.
|
|
296
|
+
|
|
297
|
+
## Acknowledgement
|
|
298
|
+
|
|
299
|
+
This work was supported by the Ministry of Education, Youth and Sports of the Czech Republic through e-INFRA CZ (ID:90254).
|
|
@@ -172,9 +172,17 @@ class {{classname}}(object):
|
|
|
172
172
|
local_var_files = {}
|
|
173
173
|
{{#formParams}}
|
|
174
174
|
if '{{baseName}}' in params:
|
|
175
|
+
{{#isBinary}}
|
|
176
|
+
local_var_files['{{baseName}}'] = params['{{baseName}}'] # noqa: E501
|
|
177
|
+
{{/isBinary}}
|
|
178
|
+
{{^isBinary}}
|
|
175
179
|
{{#items.isBinary}}
|
|
176
180
|
local_var_files['{{baseName}}'] = params['{{baseName}}'] # noqa: E501
|
|
177
181
|
{{/items.isBinary}}
|
|
182
|
+
{{^items.isBinary}}
|
|
183
|
+
form_params.append(('{{baseName}}', params['{{baseName}}'])) # noqa: E501
|
|
184
|
+
{{/items.isBinary}}
|
|
185
|
+
{{/isBinary}}
|
|
178
186
|
{{/formParams}}
|
|
179
187
|
|
|
180
188
|
body_params = None
|