Py4HEAppE 2.8.0__tar.gz → 2.9.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.8.0 → py4heappe-2.9.0}/CHANGELOG.md +8 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/PKG-INFO +28 -13
- {py4heappe-2.8.0 → py4heappe-2.9.0}/README.md +27 -12
- {py4heappe-2.8.0 → py4heappe-2.9.0}/pyproject.toml +1 -1
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/Py4HEAppE.egg-info/PKG-INFO +28 -13
- py4heappe-2.9.0/src/py4heappe/heappe_v6/cli/configuration.py +97 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/cli/job_management.py +109 -12
- py4heappe-2.8.0/src/py4heappe/heappe_v6/cli/configuration.py +0 -74
- {py4heappe-2.8.0 → py4heappe-2.9.0}/.gitignore +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/.gitlab/issue_templates/Backlog.md +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/.gitlab/issue_templates/Bug.md +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/.gitlab/issue_templates/Feature.md +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/.gitlab/merge_request_templates/Default.md +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/.gitlab/stages/.check.yml +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/.gitlab/stages/.generation.yml +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/.gitlab/stages/.publish.yml +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/.gitlab/stages/.release.yml +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/.gitlab-ci.yml +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/LICENSE +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/README.md +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/README.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/__init__api.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/__init__model.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/__init__package.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/__init__test.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/api.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/api_client.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/api_doc.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/api_test.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/asyncio/rest.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/configuration.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/git_push.sh.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/gitignore.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/model.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/model_doc.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/model_test.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/partial_header.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/requirements.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/rest.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/setup.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/test-requirements.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/tornado/rest.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/tox.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/travis.mustache +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/config.json +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/swagger.json +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/docs/examples/example.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/docs/imgs/logo.png +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/requirements.txt +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/setup.cfg +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/Py4HEAppE.egg-info/SOURCES.txt +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/Py4HEAppE.egg-info/dependency_links.txt +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/Py4HEAppE.egg-info/entry_points.txt +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/Py4HEAppE.egg-info/requires.txt +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/Py4HEAppE.egg-info/top_level.txt +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/cli/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/cli/auth.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/cli/command_template.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/cli/configuration.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/cli/information.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/cli/job_management.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/cli/report.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/api/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/api/cluster_information_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/api/data_transfer_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/api/file_transfer_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/api/job_management_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/api/job_reporting_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/api/management_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/api/user_and_limitation_management_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/api_client.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/base/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/base/exceptions.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/base/logger.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/base/utils.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/configuration.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/adaptor_user.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_group.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_role.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_role_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_role_type.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_type.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_user_group_role.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/allocated_nodes_ips_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/authenticate_lexis_token_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/authenticate_user_digital_signature_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/authenticate_user_open_id_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/authenticate_user_open_id_open_stack_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/authenticate_user_password_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/authentication_credentials.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/bad_request_result.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cancel_job_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_authentication_credentials.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_authentication_credentials_auth_type.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_connection_protocol.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_detailed_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_init_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_detailed_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_for_task_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_requested_group.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_resource_usage_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_node_usage_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_project.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_project_credential.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_proxy_connection.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_proxy_connection_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/cluster_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/command_template.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/command_template_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/command_template_parameter.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/command_template_parameter_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/command_template_parameter_value_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/contact.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/copy_job_data_from_temp_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/copy_job_data_to_temp_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/create_command_inner_template_parameter_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/create_command_template_from_generic_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/create_command_template_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/create_command_template_parameter_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/create_job_by_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/create_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/create_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/create_secure_shell_key_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/create_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/current_cluster_node_usage_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/current_info_for_job_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/data_transfer_method_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/delete_job_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/deployment_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/digital_signature_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/download_file_from_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/download_parts_of_job_files_from_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/end_data_transfer_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/end_file_transfer_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/environment_variable_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/extended_command_template_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/extended_command_template_parameter_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/extended_project_info_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/file_information_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/file_transfer_cipher_type.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/file_transfer_cipher_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/file_transfer_key_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/file_transfer_method.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/file_transfer_method_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/file_transfer_protocol.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/file_transfer_protocol_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/get_command_template_parameters_name_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/get_current_usage_and_limitations_for_current_user_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/get_data_transfer_method_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/get_file_transfer_method_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/http_get_to_job_node_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/http_header_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/http_post_to_job_node_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/initialize_cluster_script_directory_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/instance_information_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/job_detailed_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/job_file_content_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/job_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/job_specification_by_project_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/job_specification_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/job_state_aggregation_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/job_state_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/lexis_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/list_changed_files_for_job_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/list_jobs_for_current_user_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/modify_command_template_from_generic_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/modify_command_template_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/modify_command_template_parameter_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/modify_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/modify_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/node_used_cores_and_limitation_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/open_id_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/open_stack_application_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/password_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/problem_details.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/project.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/project_contact.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/project_detailed_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/project_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/project_for_task_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/project_list_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/project_reference_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/project_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/project_resource_usage_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/proxy_type.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/proxy_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/public_key_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/recreate_secure_shell_key_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/regenerate_secure_shell_key_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/regenerate_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/remove_command_template_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/remove_command_template_parameter_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/remove_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/remove_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/remove_secure_shell_key_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/remove_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/resource_allocation_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/resource_limitation_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/resource_usage_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/scheduler_type.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/ssh_key_user_credentials_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/submit_job_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/submitted_job_info_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/submitted_task_info_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/synchronizable_files_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/task_detailed_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/task_file_offset_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/task_paralization_parameter_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/task_priority_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/task_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/task_specification_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/task_state_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/test_cluster_access_for_account_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/test_cluster_access_for_account_model_obsolete.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/unauthorized_result.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/usage_type.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/usage_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/user_group_detailed_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/user_group_list_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/user_group_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/models/version_information_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v4/core/rest.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/cli/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/cli/auth.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/cli/command_template.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/cli/configuration.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/cli/information.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/cli/job_management.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/cli/report.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/api/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/api/cluster_information_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/api/data_transfer_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/api/file_transfer_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/api/job_management_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/api/job_reporting_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/api/management_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/api/user_and_limitation_management_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/api_client.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/base/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/base/exceptions.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/base/logger.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/base/utils.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/configuration.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/accounting_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/accounting_state_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/accounting_state_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/adaptor_user_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/adaptor_user_group_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/adaptor_user_role_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/adaptor_user_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/authenticate_lexis_token_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/authenticate_user_digital_signature_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/authenticate_user_open_id_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/authenticate_user_open_id_open_stack_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/authenticate_user_password_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/bad_request_result.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cancel_job_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_aggregated_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_authentication_credentials_auth_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_connection_protocol.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_connection_protocol_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_detailed_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_extended_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_init_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_node_extended_type_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_aggregated_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_aggregation_accounting_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_aggregation_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_detailed_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_for_task_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_resource_usage_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_node_usage_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_project_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_proxy_connection_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/cluster_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/command_template_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/command_template_parameter_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/command_template_parameter_value_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/compute_accounting_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/copy_job_data_from_temp_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/copy_job_data_to_temp_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_accounting_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_cluster_node_type_aggregation_accounting_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_cluster_node_type_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_command_inner_template_parameter_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_command_template_from_generic_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_command_template_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_command_template_parameter_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_file_transfer_method_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_job_by_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_secure_shell_key_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/create_sub_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/data_transfer_method_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/delete_job_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/deployment_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/digital_signature_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/download_file_from_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/download_parts_of_job_files_from_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/end_data_transfer_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/end_file_transfer_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/environment_variable_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/extended_cluster_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/extended_command_template_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/extended_command_template_parameter_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/extended_project_info_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/file_information_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/file_transfer_cipher_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/file_transfer_key_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/file_transfer_method_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/file_transfer_method_no_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/file_transfer_protocol.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/file_transfer_protocol_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/get_command_template_parameters_name_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/get_data_transfer_method_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/get_file_transfer_method_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/http_get_to_job_node_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/http_header_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/http_post_to_job_node_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/initialize_cluster_script_directory_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/instance_information_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/job_detailed_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/job_extended_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/job_file_content_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/job_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/job_specification_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/job_state_aggregation_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/job_state_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/lexis_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/modify_accounting_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/modify_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/modify_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/modify_cluster_node_type_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/modify_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/modify_command_template_from_generic_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/modify_command_template_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/modify_command_template_parameter_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/modify_file_transfer_method_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/modify_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/modify_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/modify_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/modify_sub_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/node_used_cores_and_limitation_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/open_id_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/open_stack_application_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/password_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/problem_details.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/project_aggregated_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/project_cluster_node_type_aggregation_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/project_detailed_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/project_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/project_extended_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/project_for_task_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/project_list_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/project_reference_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/project_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/project_resource_usage_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/proxy_type.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/proxy_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/public_key_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/regenerate_secure_shell_key_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/regenerate_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/remove_accounting_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_node_type_aggregation_accounting_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_node_type_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/remove_command_template_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/remove_command_template_parameter_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/remove_file_transfer_method_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/remove_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/remove_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/remove_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/remove_secure_shell_key_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/remove_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/remove_sub_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/resource_allocation_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/scheduler_type.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/scheduler_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/ssh_key_user_credentials_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/sub_project_aggregated_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/sub_project_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/submit_job_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/submitted_job_info_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/submitted_task_info_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/synchronizable_files_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/task_detailed_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/task_extended_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/task_file_offset_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/task_paralization_parameter_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/task_priority_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/task_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/task_specification_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/task_state_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/test_cluster_access_for_account_model_obsolete.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/unauthorized_result.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/usage_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/user_group_list_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/models/version_information_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v5/core/rest.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/cli/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/cli/auth.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/cli/command_template.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/cli/file_transfer.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/cli/information.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/cli/report.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/cli/transfer.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/api/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/api/cluster_information_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/api/credentials_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/api/data_transfer_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/api/dictionary_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/api/file_transfer_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/api/health_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/api/job_management_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/api/job_reporting_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/api/management_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/api/user_and_limitation_management_api.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/api_client.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/base/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/base/exceptions.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/base/logger.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/base/utils.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/configuration.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/__init__.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/accounting_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/accounting_state_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/accounting_state_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/adaptor_user_created_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/adaptor_user_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/adaptor_user_group_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/adaptor_user_role_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/adaptor_user_role_type.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/adaptor_user_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/assign_adaptor_user_to_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/assign_adaptor_user_to_user_group_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/authenticate_lexis_token_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/authenticate_user_digital_signature_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/authenticate_user_open_id_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/authenticate_user_open_id_open_stack_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/authenticate_user_password_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/bad_request_result.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/by_cluster_authentication_credential_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cancel_job_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/check_log_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/check_log_ext_.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_access_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_account_status_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_aggregated_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_authentication_credential_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_authentication_credential_ext_.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_authentication_credentials_auth_type.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_authentication_credentials_auth_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_connection_counts_ext_.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_connection_protocol_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_detailed_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_extended_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_init_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_node_extended_type_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_node_type_aggregated_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_node_type_aggregation_accounting_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_node_type_aggregation_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_node_type_detailed_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_node_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_node_type_for_task_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_node_type_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_node_type_resource_usage_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_node_usage_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_project_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_project_storage_path_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_proxy_connection_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/cluster_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/command_template_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/command_template_parameter_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/command_template_parameter_value_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/compute_accounting_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/copy_job_data_from_temp_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/copy_job_data_to_temp_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_accounting_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_adaptor_user_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_cluster_node_type_aggregation_accounting_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_cluster_node_type_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_command_inner_template_parameter_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_command_template_from_generic_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_command_template_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_command_template_parameter_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_credential_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_file_transfer_method_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_generic_command_template_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_job_by_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_secure_shell_key_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/create_sub_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/credential_response_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/data_transfer_method_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/database_.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/database_backup_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/database_backup_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/delete_adaptor_user_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/delete_job_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/deployment_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/detail_ext_.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/dictionary_item_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/digital_signature_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/download_file_from_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/download_parts_of_job_files_from_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/dry_run_job_counts_ext_.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/dry_run_job_info_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/dry_run_job_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/end_data_transfer_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/end_file_transfer_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/environment_variable_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/extended_cluster_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/extended_command_template_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/extended_command_template_parameter_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/extended_project_info_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/file_information_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/file_transfer_cipher_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/file_transfer_key_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/file_transfer_method_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/file_transfer_method_no_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/file_transfer_protocol.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/file_transfer_protocol_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/file_transfer_upload_files_to_job_execution_dir_body.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/file_upload_result_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/get_command_template_parameters_name_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/get_data_transfer_method_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/get_file_transfer_method_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/health_component_.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/health_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/http_get_to_job_node_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/http_header_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/http_post_to_job_node_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/initialize_cluster_script_directory_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/instance_information_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/job_detailed_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/job_extended_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/job_file_content_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/job_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/job_specification_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/job_state_aggregation_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/job_state_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/lexis_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/management_import_migration_package_body.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_accounting_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_adaptor_user_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_cluster_authentication_credential_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_cluster_node_type_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_command_template_from_generic_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_command_template_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_command_template_parameter_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_credential_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_file_transfer_method_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_generic_command_template_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/modify_sub_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/node_used_cores_and_limitation_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/open_id_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/open_stack_application_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/password_credentials_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/problem_details.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/project_aggregated_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/project_cluster_node_type_aggregation_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/project_detailed_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/project_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/project_extended_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/project_for_task_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/project_list_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/project_reference_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/project_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/project_resource_usage_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/proxy_type.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/proxy_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/public_key_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/regenerate_secure_shell_key_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/remove_accounting_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/remove_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/remove_cluster_node_type_aggregation_accounting_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/remove_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/remove_cluster_node_type_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/remove_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/remove_command_template_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/remove_command_template_parameter_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/remove_credential_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/remove_file_transfer_method_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/remove_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/remove_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/remove_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/remove_secure_shell_key_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/remove_sub_project_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/resource_allocation_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/restore_database_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/scheduler_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/ssh_key_user_credentials_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/statistics_ext_.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/status_check_logs_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/status_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/sub_project_aggregated_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/sub_project_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/submit_job_model.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/submitted_job_info_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/submitted_task_info_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/synchronizable_files_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/task_detailed_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/task_extended_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/task_file_offset_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/task_paralization_parameter_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/task_priority_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/task_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/task_specification_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/task_state_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/unauthorized_result.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/usage_type_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/user_group_list_report_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/vault_.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/vault_credential_counts_ext_.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/vault_info_.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/models/version_information_ext.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe/heappe_v6/core/rest.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/src/py4heappe_cli.py +0 -0
- {py4heappe-2.8.0 → py4heappe-2.9.0}/tests/__init__.py +0 -0
|
@@ -5,6 +5,14 @@ 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.9.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 `--full/--minimal` to `py4heappe Job InitJobSpecification` so the initializer can generate either the original minimal template or a full swagger-shaped job specification.
|
|
14
|
+
- Added `--save-result-job-specification` to `py4heappe Job Create` to persist the final parsed job specification JSON in the current working directory before submission.
|
|
15
|
+
|
|
8
16
|
## 2.8.0
|
|
9
17
|
|
|
10
18
|
### 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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Py4HEAppE
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.9.0
|
|
4
4
|
Summary: Py4HEAppE is client library for easy access to HEAppE Middleware
|
|
5
5
|
Author-email: IT4Innovations <support.heappe@it4i.cz>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -36,6 +36,7 @@ You can use it in two ways:
|
|
|
36
36
|
## Supported HEAppE Versions
|
|
37
37
|
| Py4HEAppE | HEAppE Version | Notes |
|
|
38
38
|
| :-------: | :------------- | :---- |
|
|
39
|
+
| 2.9.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 |
|
|
39
40
|
| 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
41
|
| 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
42
|
| 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 |
|
|
@@ -121,7 +122,7 @@ py4heappe Job List
|
|
|
121
122
|
|
|
122
123
|
### Create a Job from a JSON Template
|
|
123
124
|
|
|
124
|
-
Py4HEAppE
|
|
125
|
+
Py4HEAppE supports a JSON-first workflow for job creation.
|
|
125
126
|
|
|
126
127
|
Generate a minimal job specification template in the current directory:
|
|
127
128
|
|
|
@@ -129,6 +130,12 @@ Generate a minimal job specification template in the current directory:
|
|
|
129
130
|
py4heappe Job InitJobSpecification
|
|
130
131
|
```
|
|
131
132
|
|
|
133
|
+
Generate the full swagger-shaped job specification template instead:
|
|
134
|
+
|
|
135
|
+
```shell
|
|
136
|
+
py4heappe Job InitJobSpecification --full
|
|
137
|
+
```
|
|
138
|
+
|
|
132
139
|
Or generate it in a specific directory or target file:
|
|
133
140
|
|
|
134
141
|
```shell
|
|
@@ -139,21 +146,29 @@ py4heappe Job InitJobSpecification --file-destination ./job_specs/demo_job.json
|
|
|
139
146
|
Create a job from the JSON file and override selected values from the command line:
|
|
140
147
|
|
|
141
148
|
```shell
|
|
142
|
-
py4heappe Job Create \
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
--cmd-template-parameters inputParam:testValue
|
|
149
|
+
py4heappe Job Create --json-job-spec-file ./job_specification.json \
|
|
150
|
+
--name demo-job \
|
|
151
|
+
--cluster-id 2 \
|
|
152
|
+
--project-id 1 \
|
|
153
|
+
--task-name 0:demo-task \
|
|
154
|
+
--task-max-cores 0:128 \
|
|
155
|
+
--walltime-limit 0:1800 \
|
|
156
|
+
--cluster-node-type-id 0:18 \
|
|
157
|
+
--cmd-template-id 0:3 \
|
|
158
|
+
--cmd-template-parameters inputParam:testValue
|
|
153
159
|
```
|
|
154
160
|
|
|
155
161
|
CLI overrides always take precedence over values loaded from `--json-job-spec-file`.
|
|
156
162
|
|
|
163
|
+
Save the final parsed job specification that will be submitted to HEAppE:
|
|
164
|
+
|
|
165
|
+
```shell
|
|
166
|
+
py4heappe Job Create --json-job-spec-file ./job_specification.json \
|
|
167
|
+
--save-result-job-specification
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
This writes `resultJobSpecJson.json` into the current working directory.
|
|
171
|
+
|
|
157
172
|
### Override Format for Nested Task Data
|
|
158
173
|
|
|
159
174
|
Some `Job Create` options work on indexed task items and nested collections.
|
|
@@ -10,6 +10,7 @@ You can use it in two ways:
|
|
|
10
10
|
## Supported HEAppE Versions
|
|
11
11
|
| Py4HEAppE | HEAppE Version | Notes |
|
|
12
12
|
| :-------: | :------------- | :---- |
|
|
13
|
+
| 2.9.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 |
|
|
13
14
|
| 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
15
|
| 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
16
|
| 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 |
|
|
@@ -95,7 +96,7 @@ py4heappe Job List
|
|
|
95
96
|
|
|
96
97
|
### Create a Job from a JSON Template
|
|
97
98
|
|
|
98
|
-
Py4HEAppE
|
|
99
|
+
Py4HEAppE supports a JSON-first workflow for job creation.
|
|
99
100
|
|
|
100
101
|
Generate a minimal job specification template in the current directory:
|
|
101
102
|
|
|
@@ -103,6 +104,12 @@ Generate a minimal job specification template in the current directory:
|
|
|
103
104
|
py4heappe Job InitJobSpecification
|
|
104
105
|
```
|
|
105
106
|
|
|
107
|
+
Generate the full swagger-shaped job specification template instead:
|
|
108
|
+
|
|
109
|
+
```shell
|
|
110
|
+
py4heappe Job InitJobSpecification --full
|
|
111
|
+
```
|
|
112
|
+
|
|
106
113
|
Or generate it in a specific directory or target file:
|
|
107
114
|
|
|
108
115
|
```shell
|
|
@@ -113,21 +120,29 @@ py4heappe Job InitJobSpecification --file-destination ./job_specs/demo_job.json
|
|
|
113
120
|
Create a job from the JSON file and override selected values from the command line:
|
|
114
121
|
|
|
115
122
|
```shell
|
|
116
|
-
py4heappe Job Create \
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
--cmd-template-parameters inputParam:testValue
|
|
123
|
+
py4heappe Job Create --json-job-spec-file ./job_specification.json \
|
|
124
|
+
--name demo-job \
|
|
125
|
+
--cluster-id 2 \
|
|
126
|
+
--project-id 1 \
|
|
127
|
+
--task-name 0:demo-task \
|
|
128
|
+
--task-max-cores 0:128 \
|
|
129
|
+
--walltime-limit 0:1800 \
|
|
130
|
+
--cluster-node-type-id 0:18 \
|
|
131
|
+
--cmd-template-id 0:3 \
|
|
132
|
+
--cmd-template-parameters inputParam:testValue
|
|
127
133
|
```
|
|
128
134
|
|
|
129
135
|
CLI overrides always take precedence over values loaded from `--json-job-spec-file`.
|
|
130
136
|
|
|
137
|
+
Save the final parsed job specification that will be submitted to HEAppE:
|
|
138
|
+
|
|
139
|
+
```shell
|
|
140
|
+
py4heappe Job Create --json-job-spec-file ./job_specification.json \
|
|
141
|
+
--save-result-job-specification
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
This writes `resultJobSpecJson.json` into the current working directory.
|
|
145
|
+
|
|
131
146
|
### Override Format for Nested Task Data
|
|
132
147
|
|
|
133
148
|
Some `Job Create` options work on indexed task items and nested collections.
|
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|
|
6
6
|
name = "Py4HEAppE"
|
|
7
7
|
authors = [{name = "IT4Innovations", email = "support.heappe@it4i.cz"}]
|
|
8
8
|
description = "Py4HEAppE is client library for easy access to HEAppE Middleware"
|
|
9
|
-
version = "2.
|
|
9
|
+
version = "2.9.0"
|
|
10
10
|
license = "MIT"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
requires-python = ">=3.11"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Py4HEAppE
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.9.0
|
|
4
4
|
Summary: Py4HEAppE is client library for easy access to HEAppE Middleware
|
|
5
5
|
Author-email: IT4Innovations <support.heappe@it4i.cz>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -36,6 +36,7 @@ You can use it in two ways:
|
|
|
36
36
|
## Supported HEAppE Versions
|
|
37
37
|
| Py4HEAppE | HEAppE Version | Notes |
|
|
38
38
|
| :-------: | :------------- | :---- |
|
|
39
|
+
| 2.9.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 |
|
|
39
40
|
| 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
41
|
| 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
42
|
| 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 |
|
|
@@ -121,7 +122,7 @@ py4heappe Job List
|
|
|
121
122
|
|
|
122
123
|
### Create a Job from a JSON Template
|
|
123
124
|
|
|
124
|
-
Py4HEAppE
|
|
125
|
+
Py4HEAppE supports a JSON-first workflow for job creation.
|
|
125
126
|
|
|
126
127
|
Generate a minimal job specification template in the current directory:
|
|
127
128
|
|
|
@@ -129,6 +130,12 @@ Generate a minimal job specification template in the current directory:
|
|
|
129
130
|
py4heappe Job InitJobSpecification
|
|
130
131
|
```
|
|
131
132
|
|
|
133
|
+
Generate the full swagger-shaped job specification template instead:
|
|
134
|
+
|
|
135
|
+
```shell
|
|
136
|
+
py4heappe Job InitJobSpecification --full
|
|
137
|
+
```
|
|
138
|
+
|
|
132
139
|
Or generate it in a specific directory or target file:
|
|
133
140
|
|
|
134
141
|
```shell
|
|
@@ -139,21 +146,29 @@ py4heappe Job InitJobSpecification --file-destination ./job_specs/demo_job.json
|
|
|
139
146
|
Create a job from the JSON file and override selected values from the command line:
|
|
140
147
|
|
|
141
148
|
```shell
|
|
142
|
-
py4heappe Job Create \
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
--cmd-template-parameters inputParam:testValue
|
|
149
|
+
py4heappe Job Create --json-job-spec-file ./job_specification.json \
|
|
150
|
+
--name demo-job \
|
|
151
|
+
--cluster-id 2 \
|
|
152
|
+
--project-id 1 \
|
|
153
|
+
--task-name 0:demo-task \
|
|
154
|
+
--task-max-cores 0:128 \
|
|
155
|
+
--walltime-limit 0:1800 \
|
|
156
|
+
--cluster-node-type-id 0:18 \
|
|
157
|
+
--cmd-template-id 0:3 \
|
|
158
|
+
--cmd-template-parameters inputParam:testValue
|
|
153
159
|
```
|
|
154
160
|
|
|
155
161
|
CLI overrides always take precedence over values loaded from `--json-job-spec-file`.
|
|
156
162
|
|
|
163
|
+
Save the final parsed job specification that will be submitted to HEAppE:
|
|
164
|
+
|
|
165
|
+
```shell
|
|
166
|
+
py4heappe Job Create --json-job-spec-file ./job_specification.json \
|
|
167
|
+
--save-result-job-specification
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
This writes `resultJobSpecJson.json` into the current working directory.
|
|
171
|
+
|
|
157
172
|
### Override Format for Nested Task Data
|
|
158
173
|
|
|
159
174
|
Some `Job Create` options work on indexed task items and nested collections.
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import dotenv
|
|
2
|
+
import os
|
|
3
|
+
import typer
|
|
4
|
+
import validators
|
|
5
|
+
|
|
6
|
+
import py4heappe.heappe_v6.core as hp
|
|
7
|
+
import py4heappe.heappe_v6.core.base.utils as utils
|
|
8
|
+
from py4heappe.heappe_v6.core.base import exceptions
|
|
9
|
+
from urllib.parse import urlparse
|
|
10
|
+
|
|
11
|
+
app = typer.Typer(
|
|
12
|
+
name="HEAppEConfigurationCLI",
|
|
13
|
+
no_args_is_help=True,
|
|
14
|
+
pretty_exceptions_show_locals=False,
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
def get_api_instance():
|
|
19
|
+
dotenv.load_dotenv(os.path.join(os.path.dirname(__file__), ".env"))
|
|
20
|
+
url: str = os.environ.get("url")
|
|
21
|
+
|
|
22
|
+
if url is None:
|
|
23
|
+
raise exceptions.Py4HEAppEInternalException(
|
|
24
|
+
"Py4HEappE is not configured. Please check Conf option."
|
|
25
|
+
) from None
|
|
26
|
+
|
|
27
|
+
configuration = hp.Configuration()
|
|
28
|
+
configuration.host = url
|
|
29
|
+
api_instance = hp.ApiClient(configuration)
|
|
30
|
+
return api_instance
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
def get_project_from_configuration():
|
|
34
|
+
dotenv.load_dotenv(os.path.join(os.path.dirname(__file__), ".env"))
|
|
35
|
+
|
|
36
|
+
computationalProject: str = os.environ.get("project")
|
|
37
|
+
if computationalProject is None:
|
|
38
|
+
raise exceptions.Py4HEAppEInternalException(
|
|
39
|
+
"Py4HEappE is not configured. Please check Conf option."
|
|
40
|
+
) from None
|
|
41
|
+
|
|
42
|
+
return computationalProject
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
@app.command(name="Init")
|
|
46
|
+
def environment_preparation():
|
|
47
|
+
"""Initialization"""
|
|
48
|
+
utils.print_and_log("Preparation of Py4HEAppE Environment ...")
|
|
49
|
+
dotenv.load_dotenv()
|
|
50
|
+
|
|
51
|
+
url: str = os.environ.get("url")
|
|
52
|
+
computationalProject: str = os.environ.get("project")
|
|
53
|
+
|
|
54
|
+
if url is not None or computationalProject is not None:
|
|
55
|
+
reconfigure = typer.confirm(
|
|
56
|
+
f'Py4HEAppE is already configured (URL: "{url}", HEAppE accounting string (HPC Computational project): "{computationalProject}").\nDo you want to reconfigure it?'
|
|
57
|
+
)
|
|
58
|
+
if not reconfigure:
|
|
59
|
+
return
|
|
60
|
+
|
|
61
|
+
url = typer.prompt(
|
|
62
|
+
"Enter the HEAppE instance address (for example: https://heappe.domain.cz/production)"
|
|
63
|
+
)
|
|
64
|
+
|
|
65
|
+
normalized = url
|
|
66
|
+
parsed = urlparse(normalized)
|
|
67
|
+
if not parsed.scheme:
|
|
68
|
+
normalized = "http://" + normalized
|
|
69
|
+
parsed = urlparse(normalized)
|
|
70
|
+
|
|
71
|
+
host = parsed.hostname
|
|
72
|
+
|
|
73
|
+
if not validators.url(normalized) and host not in ("localhost", "127.0.0.1"):
|
|
74
|
+
raise exceptions.Py4HEAppEInternalException(
|
|
75
|
+
"The provided HEAppE URL is not valid."
|
|
76
|
+
) from None
|
|
77
|
+
|
|
78
|
+
if "/swagger/index.html" in normalized:
|
|
79
|
+
normalized = normalized.replace("/swagger/index.html", "")
|
|
80
|
+
|
|
81
|
+
computationalProject = typer.prompt(
|
|
82
|
+
"Enter HEAppE accounting string", confirmation_prompt=True
|
|
83
|
+
)
|
|
84
|
+
|
|
85
|
+
dotenv.set_key(os.path.join(os.path.dirname(__file__), ".env"), "url", normalized)
|
|
86
|
+
dotenv.set_key(
|
|
87
|
+
os.path.join(os.path.dirname(__file__), ".env"),
|
|
88
|
+
"project",
|
|
89
|
+
computationalProject.upper(),
|
|
90
|
+
)
|
|
91
|
+
|
|
92
|
+
utils.print_and_log("Py4HEAppE is configured.")
|
|
93
|
+
return
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
if __name__ == "__main__":
|
|
97
|
+
app()
|
|
@@ -19,7 +19,7 @@ app = typer.Typer(
|
|
|
19
19
|
)
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
MINIMAL_JOB_SPECIFICATION_TEMPLATE = {
|
|
23
23
|
"SessionCode": "",
|
|
24
24
|
"JobSpecification": {
|
|
25
25
|
"Name": "test",
|
|
@@ -50,6 +50,81 @@ INIT_JOB_SPECIFICATION_TEMPLATE = {
|
|
|
50
50
|
},
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
+
FULL_JOB_SPECIFICATION_TEMPLATE = {
|
|
54
|
+
"SessionCode": "string",
|
|
55
|
+
"JobSpecification": {
|
|
56
|
+
"Name": "string",
|
|
57
|
+
"ProjectId": 0,
|
|
58
|
+
"SubProjectIdentifier": "string",
|
|
59
|
+
"WaitingLimit": 0,
|
|
60
|
+
"NotificationEmail": "string",
|
|
61
|
+
"PhoneNumber": "string",
|
|
62
|
+
"NotifyOnAbort": True,
|
|
63
|
+
"NotifyOnFinish": True,
|
|
64
|
+
"NotifyOnStart": True,
|
|
65
|
+
"ClusterId": 0,
|
|
66
|
+
"FileTransferMethodId": 0,
|
|
67
|
+
"Reservation": "string",
|
|
68
|
+
"IsExtraLong": True,
|
|
69
|
+
"EnvironmentVariables": [
|
|
70
|
+
{
|
|
71
|
+
"Name": "string",
|
|
72
|
+
"Value": "string",
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"Tasks": [
|
|
76
|
+
{
|
|
77
|
+
"Name": "string",
|
|
78
|
+
"MinCores": 0,
|
|
79
|
+
"MaxCores": 0,
|
|
80
|
+
"GpuCores": 0,
|
|
81
|
+
"GpuNodes": 0,
|
|
82
|
+
"WalltimeLimit": 0,
|
|
83
|
+
"PlacementPolicy": "string",
|
|
84
|
+
"Priority": 0,
|
|
85
|
+
"JobArrays": "string",
|
|
86
|
+
"IsExclusive": True,
|
|
87
|
+
"IsRerunnable": True,
|
|
88
|
+
"StandardInputFile": "string",
|
|
89
|
+
"StandardOutputFile": "string",
|
|
90
|
+
"StandardErrorFile": "string",
|
|
91
|
+
"ProgressFile": "string",
|
|
92
|
+
"LogFile": "string",
|
|
93
|
+
"ClusterTaskSubdirectory": "string",
|
|
94
|
+
"ClusterNodeTypeId": 0,
|
|
95
|
+
"CommandTemplateId": 0,
|
|
96
|
+
"CpuHyperThreading": True,
|
|
97
|
+
"RequiredNodes": ["string"],
|
|
98
|
+
"TaskParallelizationParameters": [
|
|
99
|
+
{
|
|
100
|
+
"MPIProcesses": 0,
|
|
101
|
+
"OpenMPThreads": 0,
|
|
102
|
+
"MaxCores": 0,
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"EnvironmentVariables": [
|
|
106
|
+
{
|
|
107
|
+
"Name": "string",
|
|
108
|
+
"Value": "string",
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"Memory": 0,
|
|
112
|
+
"MemoryPerCPU": 0,
|
|
113
|
+
"MemoryPerGPU": 0,
|
|
114
|
+
"DependsOn": ["string"],
|
|
115
|
+
"TemplateParameterValues": [
|
|
116
|
+
{
|
|
117
|
+
"CommandParameterIdentifier": "string",
|
|
118
|
+
"ParameterValue": "string",
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
},
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
DEFAULT_RESULT_JOB_SPECIFICATION_FILENAME = "resultJobSpecJson.json"
|
|
127
|
+
|
|
53
128
|
DEFAULT_CREATE_JOB_SPECIFICATION = {
|
|
54
129
|
"SessionCode": "",
|
|
55
130
|
"JobSpecification": {
|
|
@@ -580,10 +655,19 @@ def init_job_specification(
|
|
|
580
655
|
None,
|
|
581
656
|
help="Destination directory or JSON file path for the initialized job specification.",
|
|
582
657
|
),
|
|
658
|
+
full: bool = typer.Option(
|
|
659
|
+
False,
|
|
660
|
+
"--full/--minimal",
|
|
661
|
+
help="Initialize a full job specification instead of the default minimal template.",
|
|
662
|
+
),
|
|
583
663
|
):
|
|
584
|
-
"""Create a minimal HPC job specification JSON file."""
|
|
664
|
+
"""Create a minimal or full HPC job specification JSON file."""
|
|
585
665
|
try:
|
|
586
|
-
job_specification = deepcopy(
|
|
666
|
+
job_specification = deepcopy(
|
|
667
|
+
FULL_JOB_SPECIFICATION_TEMPLATE
|
|
668
|
+
if full
|
|
669
|
+
else MINIMAL_JOB_SPECIFICATION_TEMPLATE
|
|
670
|
+
)
|
|
587
671
|
|
|
588
672
|
destination = (
|
|
589
673
|
Path(file_destination).expanduser() if file_destination else Path.cwd()
|
|
@@ -597,7 +681,7 @@ def init_job_specification(
|
|
|
597
681
|
|
|
598
682
|
file_path.write_text(json.dumps(job_specification, indent=4), encoding="utf-8")
|
|
599
683
|
utils.print_and_log(
|
|
600
|
-
f"Minimal job specification was created in: {file_path.resolve()}"
|
|
684
|
+
f"{'Full' if full else 'Minimal'} job specification was created in: {file_path.resolve()}"
|
|
601
685
|
)
|
|
602
686
|
|
|
603
687
|
except exceptions.Py4HEAppEInternalException as exception:
|
|
@@ -692,11 +776,10 @@ def create_job(
|
|
|
692
776
|
help="Override task minimum cores as taskIndex:value.",
|
|
693
777
|
),
|
|
694
778
|
] = None,
|
|
695
|
-
|
|
779
|
+
task_max_cores: Annotated[
|
|
696
780
|
Optional[List[str]],
|
|
697
781
|
typer.Option(
|
|
698
|
-
"--max-cores",
|
|
699
|
-
"--maxcores",
|
|
782
|
+
"--task-max-cores",
|
|
700
783
|
help="Override task maximum cores as taskIndex:value.",
|
|
701
784
|
),
|
|
702
785
|
] = None,
|
|
@@ -885,6 +968,14 @@ def create_job(
|
|
|
885
968
|
help="Override task template parameter values as taskIndex:itemIndex:field:value.",
|
|
886
969
|
),
|
|
887
970
|
] = None,
|
|
971
|
+
save_result_job_specification: bool = typer.Option(
|
|
972
|
+
False,
|
|
973
|
+
"--save-result-job-specification",
|
|
974
|
+
help=(
|
|
975
|
+
"Save the resulting job specification JSON to the current working "
|
|
976
|
+
f"directory as {DEFAULT_RESULT_JOB_SPECIFICATION_FILENAME}."
|
|
977
|
+
),
|
|
978
|
+
),
|
|
888
979
|
):
|
|
889
980
|
"""Create HPC job"""
|
|
890
981
|
try:
|
|
@@ -911,7 +1002,7 @@ def create_job(
|
|
|
911
1002
|
task_scalar_overrides={
|
|
912
1003
|
"Name": (task_name, str, "--task-name"),
|
|
913
1004
|
"MinCores": (task_min_cores, int, "--task-min-cores"),
|
|
914
|
-
"MaxCores": (
|
|
1005
|
+
"MaxCores": (task_max_cores, int, "--task-max-cores"),
|
|
915
1006
|
"GpuCores": (task_gpu_cores, int, "--task-gpu-cores"),
|
|
916
1007
|
"GpuNodes": (task_gpu_nodes, int, "--task-gpu-nodes"),
|
|
917
1008
|
"WalltimeLimit": (walltime_limit, int, "--walltime-limit"),
|
|
@@ -992,10 +1083,16 @@ def create_job(
|
|
|
992
1083
|
cmd_template_parameters=cmdTemplateParameters,
|
|
993
1084
|
)
|
|
994
1085
|
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
1086
|
+
if save_result_job_specification:
|
|
1087
|
+
result_file_path = Path.cwd() / DEFAULT_RESULT_JOB_SPECIFICATION_FILENAME
|
|
1088
|
+
result_file_path.write_text(
|
|
1089
|
+
json.dumps(parsed_job_specification.to_dict(), indent=4),
|
|
1090
|
+
encoding="utf-8",
|
|
1091
|
+
)
|
|
1092
|
+
utils.print_and_log(
|
|
1093
|
+
"Resulting job specification was saved in: "
|
|
1094
|
+
f"{result_file_path.resolve()}"
|
|
1095
|
+
)
|
|
999
1096
|
|
|
1000
1097
|
body = {
|
|
1001
1098
|
"_preload_content": False,
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import dotenv
|
|
2
|
-
import os
|
|
3
|
-
import typer
|
|
4
|
-
import validators
|
|
5
|
-
|
|
6
|
-
import py4heappe.heappe_v6.core as hp
|
|
7
|
-
import py4heappe.heappe_v6.core.base.utils as utils
|
|
8
|
-
from py4heappe.heappe_v6.core.base import exceptions
|
|
9
|
-
from urllib.parse import urlparse
|
|
10
|
-
|
|
11
|
-
app = typer.Typer(name="HEAppEConfigurationCLI", no_args_is_help=True, pretty_exceptions_show_locals=False)
|
|
12
|
-
|
|
13
|
-
def get_api_instance():
|
|
14
|
-
dotenv.load_dotenv(os.path.join(os.path.dirname(__file__), '.env'))
|
|
15
|
-
url : str = os.environ.get("url")
|
|
16
|
-
|
|
17
|
-
if url is None:
|
|
18
|
-
raise exceptions.Py4HEAppEInternalException("Py4HEappE is not configured. Please check Conf option.") from None
|
|
19
|
-
|
|
20
|
-
configuration = hp.Configuration()
|
|
21
|
-
configuration.host = url
|
|
22
|
-
api_instance = hp.ApiClient(configuration)
|
|
23
|
-
return api_instance
|
|
24
|
-
|
|
25
|
-
def get_project_from_configuration():
|
|
26
|
-
dotenv.load_dotenv(os.path.join(os.path.dirname(__file__), '.env'))
|
|
27
|
-
|
|
28
|
-
computationalProject : str = os.environ.get("project")
|
|
29
|
-
if computationalProject is None:
|
|
30
|
-
raise exceptions.Py4HEAppEInternalException("Py4HEappE is not configured. Please check Conf option.") from None
|
|
31
|
-
|
|
32
|
-
return computationalProject
|
|
33
|
-
|
|
34
|
-
@app.command(name="Init")
|
|
35
|
-
def environment_preparation():
|
|
36
|
-
"""Initialization"""
|
|
37
|
-
utils.print_and_log("Preparation of Py4HEAppE Environment ...")
|
|
38
|
-
dotenv.load_dotenv()
|
|
39
|
-
|
|
40
|
-
url: str = os.environ.get("url")
|
|
41
|
-
computationalProject: str = os.environ.get("project")
|
|
42
|
-
|
|
43
|
-
if url is not None or computationalProject is not None:
|
|
44
|
-
reconfigure = typer.confirm(f"Py4HEAppE is already configured (URL: \"{url}\", HEAppE accounting string (HPC Computational project): \"{computationalProject}\").\nDo you want to reconfigure it?")
|
|
45
|
-
if not reconfigure:
|
|
46
|
-
return
|
|
47
|
-
|
|
48
|
-
url = typer.prompt("Enter the HEAppE instance address (for example: https://heappe.domain.cz/production)")
|
|
49
|
-
|
|
50
|
-
normalized = url
|
|
51
|
-
parsed = urlparse(normalized)
|
|
52
|
-
if not parsed.scheme:
|
|
53
|
-
normalized = "http://" + normalized
|
|
54
|
-
parsed = urlparse(normalized)
|
|
55
|
-
|
|
56
|
-
host = parsed.hostname
|
|
57
|
-
|
|
58
|
-
if not validators.url(normalized) and host not in ("localhost", "127.0.0.1"):
|
|
59
|
-
raise exceptions.Py4HEAppEInternalException("The provided HEAppE URL is not valid.") from None
|
|
60
|
-
|
|
61
|
-
if "/swagger/index.html" in normalized:
|
|
62
|
-
normalized = normalized.replace("/swagger/index.html", "")
|
|
63
|
-
|
|
64
|
-
computationalProject = typer.prompt("Enter HEAppE accounting string", confirmation_prompt=True)
|
|
65
|
-
|
|
66
|
-
dotenv.set_key(os.path.join(os.path.dirname(__file__), '.env'), "url", normalized)
|
|
67
|
-
dotenv.set_key(os.path.join(os.path.dirname(__file__), '.env'), "project", computationalProject)
|
|
68
|
-
|
|
69
|
-
utils.print_and_log("Py4HEAppE is configured.")
|
|
70
|
-
return
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
if __name__ == '__main__':
|
|
74
|
-
app()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/__init__api.mustache
RENAMED
|
File without changes
|
{py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/__init__model.mustache
RENAMED
|
File without changes
|
{py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/__init__package.mustache
RENAMED
|
File without changes
|
{py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/__init__test.mustache
RENAMED
|
File without changes
|
|
File without changes
|
{py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/api_client.mustache
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/asyncio/rest.mustache
RENAMED
|
File without changes
|
{py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/configuration.mustache
RENAMED
|
File without changes
|
{py4heappe-2.8.0 → py4heappe-2.9.0}/Tools/APIWrapperGen/Templates/python/git_push.sh.mustache
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|