Py4HEAppE 2.5.0__tar.gz → 2.5.1__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.5.0 → py4heappe-2.5.1}/CHANGELOG.md +8 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/PKG-INFO +44 -37
- {py4heappe-2.5.0 → py4heappe-2.5.1}/README.md +39 -32
- {py4heappe-2.5.0 → py4heappe-2.5.1}/pyproject.toml +1 -1
- py4heappe-2.5.1/requirements.txt +9 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/Py4HEAppE.egg-info/PKG-INFO +44 -37
- py4heappe-2.5.1/src/Py4HEAppE.egg-info/requires.txt +9 -0
- py4heappe-2.5.0/requirements.txt +0 -9
- py4heappe-2.5.0/src/Py4HEAppE.egg-info/requires.txt +0 -9
- {py4heappe-2.5.0 → py4heappe-2.5.1}/.gitignore +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/.gitlab/issue_templates/Backlog.md +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/.gitlab/issue_templates/Bug.md +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/.gitlab/issue_templates/Feature.md +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/.gitlab/merge_request_templates/Default.md +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/.gitlab/stages/.check.yml +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/.gitlab/stages/.generation.yml +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/.gitlab/stages/.publish.yml +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/.gitlab/stages/.release.yml +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/.gitlab-ci.yml +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/LICENSE +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/README.md +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/README.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/__init__api.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/__init__model.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/__init__package.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/__init__test.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/api.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/api_client.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/api_doc.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/api_test.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/asyncio/rest.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/configuration.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/git_push.sh.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/gitignore.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/model.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/model_doc.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/model_test.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/partial_header.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/requirements.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/rest.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/setup.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/test-requirements.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/tornado/rest.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/tox.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/travis.mustache +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/config.json +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/swagger.json +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/docs/examples/example.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/docs/imgs/logo.png +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/setup.cfg +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/Py4HEAppE.egg-info/SOURCES.txt +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/Py4HEAppE.egg-info/dependency_links.txt +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/Py4HEAppE.egg-info/entry_points.txt +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/Py4HEAppE.egg-info/top_level.txt +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/cli/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/cli/auth.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/cli/command_template.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/cli/configuration.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/cli/information.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/cli/job_management.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/cli/report.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/api/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/api/cluster_information_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/api/data_transfer_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/api/file_transfer_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/api/job_management_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/api/job_reporting_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/api/management_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/api/user_and_limitation_management_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/api_client.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/base/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/base/exceptions.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/base/logger.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/base/utils.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/configuration.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/adaptor_user.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/adaptor_user_group.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/adaptor_user_role.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/adaptor_user_role_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/adaptor_user_role_type.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/adaptor_user_type.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/adaptor_user_user_group_role.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/allocated_nodes_ips_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/authenticate_lexis_token_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/authenticate_user_digital_signature_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/authenticate_user_open_id_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/authenticate_user_open_id_open_stack_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/authenticate_user_password_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/authentication_credentials.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/bad_request_result.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cancel_job_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_authentication_credentials.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_authentication_credentials_auth_type.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_connection_protocol.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_detailed_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_init_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_node_type.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_node_type_detailed_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_node_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_node_type_for_task_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_node_type_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_node_type_requested_group.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_node_type_resource_usage_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_node_usage_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_project.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_project_credential.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_proxy_connection.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_proxy_connection_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/cluster_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/command_template.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/command_template_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/command_template_parameter.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/command_template_parameter_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/command_template_parameter_value_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/contact.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/copy_job_data_from_temp_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/copy_job_data_to_temp_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/create_command_inner_template_parameter_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/create_command_template_from_generic_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/create_command_template_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/create_command_template_parameter_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/create_job_by_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/create_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/create_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/create_secure_shell_key_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/create_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/current_cluster_node_usage_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/current_info_for_job_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/data_transfer_method_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/delete_job_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/deployment_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/digital_signature_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/download_file_from_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/download_parts_of_job_files_from_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/end_data_transfer_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/end_file_transfer_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/environment_variable_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/extended_command_template_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/extended_command_template_parameter_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/extended_project_info_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/file_information_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/file_transfer_cipher_type.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/file_transfer_cipher_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/file_transfer_key_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/file_transfer_method.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/file_transfer_method_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/file_transfer_protocol.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/file_transfer_protocol_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/get_command_template_parameters_name_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/get_current_usage_and_limitations_for_current_user_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/get_data_transfer_method_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/get_file_transfer_method_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/http_get_to_job_node_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/http_header_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/http_post_to_job_node_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/initialize_cluster_script_directory_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/instance_information_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/job_detailed_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/job_file_content_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/job_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/job_specification_by_project_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/job_specification_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/job_state_aggregation_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/job_state_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/lexis_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/list_changed_files_for_job_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/list_jobs_for_current_user_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/modify_command_template_from_generic_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/modify_command_template_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/modify_command_template_parameter_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/modify_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/modify_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/node_used_cores_and_limitation_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/open_id_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/open_stack_application_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/password_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/problem_details.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/project.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/project_contact.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/project_detailed_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/project_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/project_for_task_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/project_list_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/project_reference_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/project_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/project_resource_usage_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/proxy_type.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/proxy_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/public_key_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/recreate_secure_shell_key_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/regenerate_secure_shell_key_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/regenerate_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/remove_command_template_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/remove_command_template_parameter_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/remove_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/remove_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/remove_secure_shell_key_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/remove_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/resource_allocation_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/resource_limitation_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/resource_usage_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/scheduler_type.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/ssh_key_user_credentials_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/submit_job_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/submitted_job_info_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/submitted_task_info_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/synchronizable_files_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/task_detailed_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/task_file_offset_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/task_paralization_parameter_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/task_priority_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/task_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/task_specification_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/task_state_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/test_cluster_access_for_account_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/test_cluster_access_for_account_model_obsolete.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/unauthorized_result.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/usage_type.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/usage_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/user_group_detailed_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/user_group_list_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/user_group_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/models/version_information_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v4/core/rest.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/cli/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/cli/auth.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/cli/command_template.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/cli/configuration.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/cli/information.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/cli/job_management.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/cli/report.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/api/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/api/cluster_information_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/api/data_transfer_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/api/file_transfer_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/api/job_management_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/api/job_reporting_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/api/management_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/api/user_and_limitation_management_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/api_client.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/base/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/base/exceptions.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/base/logger.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/base/utils.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/configuration.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/accounting_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/accounting_state_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/accounting_state_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/adaptor_user_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/adaptor_user_group_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/adaptor_user_role_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/adaptor_user_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/authenticate_lexis_token_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/authenticate_user_digital_signature_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/authenticate_user_open_id_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/authenticate_user_open_id_open_stack_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/authenticate_user_password_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/bad_request_result.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cancel_job_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_aggregated_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_authentication_credentials_auth_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_connection_protocol.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_connection_protocol_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_detailed_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_extended_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_init_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_node_extended_type_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_node_type_aggregated_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_node_type_aggregation_accounting_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_node_type_aggregation_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_node_type_detailed_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_node_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_node_type_for_task_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_node_type_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_node_type_resource_usage_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_node_usage_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_project_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_proxy_connection_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/cluster_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/command_template_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/command_template_parameter_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/command_template_parameter_value_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/compute_accounting_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/copy_job_data_from_temp_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/copy_job_data_to_temp_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_accounting_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_cluster_node_type_aggregation_accounting_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_cluster_node_type_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_command_inner_template_parameter_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_command_template_from_generic_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_command_template_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_command_template_parameter_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_file_transfer_method_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_job_by_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_secure_shell_key_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/create_sub_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/data_transfer_method_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/delete_job_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/deployment_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/digital_signature_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/download_file_from_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/download_parts_of_job_files_from_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/end_data_transfer_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/end_file_transfer_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/environment_variable_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/extended_cluster_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/extended_command_template_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/extended_command_template_parameter_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/extended_project_info_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/file_information_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/file_transfer_cipher_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/file_transfer_key_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/file_transfer_method_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/file_transfer_method_no_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/file_transfer_protocol.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/file_transfer_protocol_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/get_command_template_parameters_name_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/get_data_transfer_method_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/get_file_transfer_method_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/http_get_to_job_node_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/http_header_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/http_post_to_job_node_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/initialize_cluster_script_directory_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/instance_information_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/job_detailed_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/job_extended_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/job_file_content_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/job_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/job_specification_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/job_state_aggregation_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/job_state_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/lexis_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/modify_accounting_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/modify_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/modify_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/modify_cluster_node_type_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/modify_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/modify_command_template_from_generic_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/modify_command_template_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/modify_command_template_parameter_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/modify_file_transfer_method_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/modify_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/modify_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/modify_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/modify_sub_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/node_used_cores_and_limitation_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/open_id_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/open_stack_application_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/password_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/problem_details.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/project_aggregated_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/project_cluster_node_type_aggregation_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/project_detailed_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/project_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/project_extended_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/project_for_task_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/project_list_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/project_reference_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/project_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/project_resource_usage_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/proxy_type.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/proxy_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/public_key_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/regenerate_secure_shell_key_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/regenerate_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/remove_accounting_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/remove_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/remove_cluster_node_type_aggregation_accounting_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/remove_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/remove_cluster_node_type_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/remove_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/remove_command_template_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/remove_command_template_parameter_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/remove_file_transfer_method_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/remove_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/remove_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/remove_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/remove_secure_shell_key_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/remove_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/remove_sub_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/resource_allocation_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/scheduler_type.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/scheduler_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/ssh_key_user_credentials_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/sub_project_aggregated_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/sub_project_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/submit_job_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/submitted_job_info_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/submitted_task_info_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/synchronizable_files_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/task_detailed_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/task_extended_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/task_file_offset_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/task_paralization_parameter_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/task_priority_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/task_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/task_specification_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/task_state_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/test_cluster_access_for_account_model_obsolete.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/unauthorized_result.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/usage_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/user_group_list_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/models/version_information_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v5/core/rest.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/cli/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/cli/auth.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/cli/command_template.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/cli/configuration.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/cli/information.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/cli/job_management.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/cli/report.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/cli/transfer.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/api/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/api/cluster_information_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/api/data_transfer_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/api/file_transfer_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/api/health_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/api/job_management_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/api/job_reporting_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/api/management_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/api/user_and_limitation_management_api.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/api_client.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/base/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/base/exceptions.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/base/logger.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/base/utils.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/configuration.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/__init__.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/accounting_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/accounting_state_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/accounting_state_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/adaptor_user_created_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/adaptor_user_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/adaptor_user_group_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/adaptor_user_role_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/adaptor_user_role_type.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/adaptor_user_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/assign_adaptor_user_to_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/assign_adaptor_user_to_user_group_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/authenticate_lexis_token_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/authenticate_user_digital_signature_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/authenticate_user_open_id_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/authenticate_user_open_id_open_stack_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/authenticate_user_password_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/bad_request_result.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/by_cluster_authentication_credential_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cancel_job_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/check_log_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/check_log_ext_.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_access_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_account_status_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_aggregated_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_authentication_credential_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_authentication_credential_ext_.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_authentication_credentials_auth_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_connection_counts_ext_.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_connection_protocol.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_connection_protocol_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_detailed_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_extended_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_init_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_node_extended_type_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_node_type_aggregated_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_node_type_aggregation_accounting_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_node_type_aggregation_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_node_type_detailed_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_node_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_node_type_for_task_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_node_type_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_node_type_resource_usage_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_node_usage_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_project_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_proxy_connection_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/cluster_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/command_template_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/command_template_parameter_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/command_template_parameter_value_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/compute_accounting_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/copy_job_data_from_temp_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/copy_job_data_to_temp_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_accounting_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_adaptor_user_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_cluster_node_type_aggregation_accounting_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_cluster_node_type_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_command_inner_template_parameter_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_command_template_from_generic_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_command_template_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_command_template_parameter_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_file_transfer_method_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_generic_command_template_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_job_by_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_secure_shell_key_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/create_sub_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/data_transfer_method_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/database_.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/database_backup_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/database_backup_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/delete_adaptor_user_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/delete_job_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/deployment_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/detail_ext_.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/digital_signature_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/download_file_from_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/download_parts_of_job_files_from_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/dry_run_job_counts_ext_.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/dry_run_job_info_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/dry_run_job_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/end_data_transfer_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/end_file_transfer_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/environment_variable_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/extended_cluster_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/extended_command_template_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/extended_command_template_parameter_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/extended_project_info_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/file_information_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/file_transfer_cipher_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/file_transfer_key_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/file_transfer_method_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/file_transfer_method_no_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/file_transfer_protocol.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/file_transfer_protocol_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/file_transfer_upload_files_to_job_execution_dir_body.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/file_upload_result_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/get_command_template_parameters_name_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/get_data_transfer_method_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/get_file_transfer_method_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/health_component_.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/health_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/http_get_to_job_node_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/http_header_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/http_post_to_job_node_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/initialize_cluster_script_directory_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/instance_information_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/job_detailed_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/job_extended_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/job_file_content_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/job_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/job_specification_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/job_state_aggregation_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/job_state_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/lexis_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/modify_accounting_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/modify_adaptor_user_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/modify_cluster_authentication_credential_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/modify_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/modify_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/modify_cluster_node_type_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/modify_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/modify_command_template_from_generic_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/modify_command_template_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/modify_command_template_parameter_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/modify_file_transfer_method_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/modify_generic_command_template_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/modify_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/modify_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/modify_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/modify_sub_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/node_used_cores_and_limitation_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/open_id_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/open_stack_application_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/password_credentials_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/problem_details.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/project_aggregated_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/project_cluster_node_type_aggregation_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/project_detailed_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/project_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/project_extended_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/project_for_task_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/project_list_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/project_reference_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/project_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/project_resource_usage_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/proxy_type.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/proxy_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/public_key_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/regenerate_secure_shell_key_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/remove_accounting_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/remove_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/remove_cluster_node_type_aggregation_accounting_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/remove_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/remove_cluster_node_type_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/remove_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/remove_command_template_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/remove_command_template_parameter_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/remove_file_transfer_method_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/remove_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/remove_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/remove_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/remove_secure_shell_key_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/remove_sub_project_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/resource_allocation_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/restore_database_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/scheduler_type.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/scheduler_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/ssh_key_user_credentials_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/statistics_ext_.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/status_check_logs_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/status_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/sub_project_aggregated_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/sub_project_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/submit_job_model.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/submitted_job_info_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/submitted_task_info_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/synchronizable_files_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/task_detailed_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/task_extended_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/task_file_offset_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/task_paralization_parameter_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/task_priority_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/task_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/task_specification_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/task_state_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/unauthorized_result.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/usage_type_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/user_group_list_report_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/vault_.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/vault_credential_counts_ext_.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/vault_info_.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/models/version_information_ext.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe/heappe_v6/core/rest.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/src/py4heappe_cli.py +0 -0
- {py4heappe-2.5.0 → py4heappe-2.5.1}/tests/__init__.py +0 -0
|
@@ -5,10 +5,18 @@ 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.5.1
|
|
9
|
+
|
|
10
|
+
### Compatible with HEAppE V6.2.X, V6.0.X, V5.0.X, V4.3.X and V4.2.X
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Dependencies relaxation.
|
|
14
|
+
|
|
8
15
|
## 2.5.0
|
|
9
16
|
|
|
10
17
|
### Compatible with HEAppE V6.2.X, V6.0.X, V5.0.X, V4.3.X and V4.2.X
|
|
11
18
|
|
|
19
|
+
|
|
12
20
|
## 2.4.0
|
|
13
21
|
|
|
14
22
|
### Compatible with HEAppE V6.1.X, V6.0.X, 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.5.
|
|
3
|
+
Version: 2.5.1
|
|
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
|
|
@@ -13,12 +13,12 @@ Classifier: Operating System :: OS Independent
|
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
15
|
License-File: LICENSE
|
|
16
|
-
Requires-Dist: paramiko
|
|
16
|
+
Requires-Dist: paramiko>=4.0.0
|
|
17
17
|
Requires-Dist: scp==0.15.0
|
|
18
|
-
Requires-Dist: urllib3
|
|
19
|
-
Requires-Dist: certifi
|
|
20
|
-
Requires-Dist: six
|
|
21
|
-
Requires-Dist: click
|
|
18
|
+
Requires-Dist: urllib3>=2.0.2
|
|
19
|
+
Requires-Dist: certifi>=2025.1.31
|
|
20
|
+
Requires-Dist: six>=1.16.0
|
|
21
|
+
Requires-Dist: click>=8.1.0
|
|
22
22
|
Requires-Dist: typer>=0.15.0
|
|
23
23
|
Requires-Dist: python-dotenv>=0.21.1
|
|
24
24
|
Requires-Dist: validators==0.35.0
|
|
@@ -29,57 +29,64 @@ Dynamic: license-file
|
|
|
29
29
|
# Py4HEAppE (Python for HEAppE Middleware)
|
|
30
30
|
|
|
31
31
|
Py4HEAppE simplifies access to the [HEAppE](https://heappe.eu) features by providing a high-level Python interface that abstracts away the complexities of direct API interactions. This allows users to focus on their core tasks without worrying about the underlying details of API communication. It can be usable in <b>two modes</b> depends what the end-user needs:
|
|
32
|
+
|
|
32
33
|
- HEAppE CLI Commands
|
|
33
34
|
- HEAppE API Wrapper Library
|
|
34
35
|
|
|
35
36
|
## Key Benefits
|
|
36
37
|
|
|
37
38
|
### Ease of Use:
|
|
39
|
+
|
|
38
40
|
Py4HEAppE provides a straightforward and intuitive interface for interacting with the HEAppE API. Users can perform complex operations with simple function calls.
|
|
39
41
|
|
|
40
|
-
### Abstraction:
|
|
42
|
+
### Abstraction:
|
|
43
|
+
|
|
41
44
|
The library abstracts the intricacies of the HEAppE API, allowing users to work with high-level concepts and operations.
|
|
42
45
|
|
|
43
|
-
### Efficiency:
|
|
46
|
+
### Efficiency:
|
|
47
|
+
|
|
44
48
|
By using Py4HEAppE, users can quickly integrate HEAppE functionalities into their Python applications, reducing development time and effort.
|
|
45
49
|
|
|
46
50
|
### Consistency:
|
|
51
|
+
|
|
47
52
|
The library ensures consistent and reliable communication with the HEAppE API, handling errors and edge cases gracefully.
|
|
48
53
|
|
|
49
54
|
## Supported HEAppE versions
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
|
53
|
-
|
|
|
54
|
-
|
|
|
55
|
-
|
|
|
56
|
-
|
|
|
57
|
-
|
|
|
58
|
-
|
|
|
55
|
+
|
|
56
|
+
| Py4HEAppE | HEAppE Version | Notes |
|
|
57
|
+
| :-------: | :------------------------------: | :--------------------------------- |
|
|
58
|
+
| 2.5.X | 6.2.X 6.1.X, 6.0.X, 5.X.X, 4.X.X | W/O Admin/File sections in CLI |
|
|
59
|
+
| 2.4.X | 6.1.X, 6.0.X, 5.X.X, 4.X.X | W/O Admin/File sections in CLI |
|
|
60
|
+
| 2.3.X | 6.0.x, 5.0.X, 4.X.X | W/O Admin/File sections in CLI |
|
|
61
|
+
| 2.2.X | 5.0.X, 4.3.X, 4.2.X | W/O Admin/File sections in CLI |
|
|
62
|
+
| 2.1.X | 5.0.X, 4.3.X, 4.2.X | W/O Admin/Job/File sections in CLI |
|
|
63
|
+
| 2.0.X | 5.0.X | W/O Admin/Job/File sections in CLI |
|
|
64
|
+
| 1.X.X | 4.3.X, 4.2.X | W/O Admin/Job/File sections in CLI |
|
|
59
65
|
|
|
60
66
|
<!-- GETTING STARTED -->
|
|
67
|
+
|
|
61
68
|
## Getting Started
|
|
62
69
|
|
|
63
70
|
### Prerequisites
|
|
64
71
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
72
|
+
- Python (version 3.11)
|
|
73
|
+
- Pip (package installer)
|
|
74
|
+
- Access to Deployed HEAppE instance (HEAppE instance URL and HPC project identificator)
|
|
68
75
|
|
|
69
76
|
### Installation
|
|
70
77
|
|
|
71
78
|
```
|
|
72
79
|
pip install Py4HEAppE
|
|
73
|
-
|
|
80
|
+
```
|
|
74
81
|
|
|
75
82
|
<b>Note:</b> In some cases, you can obtain a warning message like this <b>"WARNING: The script py4heappe.exe is installed in 'C:\Users\user\AppData\Roaming\Python\Python311\Scripts' which is not on PATH.</b>" If you obtained a similar warning message, it is necessary to add the mentioned path into your operation system <b>PATH</b> variable or use a path with an executable file (i.e. C:\Users\user\AppData\Roaming\Python\Python311\Scripts\py4heappe.exe).
|
|
76
83
|
|
|
77
|
-
|
|
78
84
|
## HEAppE CLI
|
|
79
85
|
|
|
80
86
|
The HEAppE CLI (Command Line Interface) provides a convenient way to interact with the HEAppE Middleware directly from your terminal. It allows users to perform various operations such as authentication, job management, and information retrieval without needing to write any code. This makes it an ideal tool for end-users who need to manage HEAppE Instance efficiently.
|
|
81
87
|
|
|
82
88
|
### Usage
|
|
89
|
+
|
|
83
90
|
For using HEAppE CLI it is neeaded to initializing Py4HEAppE for usage with a specific HEAppE Instance (It is necessary to call for the first usage). Command requires <b>HPC project accounting string</b> and <b>HEAppE Instance URL</b>.
|
|
84
91
|
|
|
85
92
|
```shell
|
|
@@ -91,43 +98,44 @@ All mentioned functions are aggregated to CLI's specific <b>commands groups (com
|
|
|
91
98
|
|
|
92
99
|
```shell
|
|
93
100
|
# List of commands groups (commands aggregations)
|
|
94
|
-
py4heappe --help
|
|
101
|
+
py4heappe --help
|
|
95
102
|
```
|
|
96
103
|
|
|
97
|
-
Available Commands Groups (commands aggregations):
|
|
104
|
+
Available Commands Groups (commands aggregations):
|
|
98
105
|
|
|
99
106
|
```shell
|
|
100
107
|
# Authentication commands group
|
|
101
|
-
py4heappe Auth --help
|
|
108
|
+
py4heappe Auth --help
|
|
102
109
|
|
|
103
110
|
# Command Template Management commands group
|
|
104
|
-
py4heappe CmdTemp --help
|
|
111
|
+
py4heappe CmdTemp --help
|
|
105
112
|
|
|
106
113
|
# Information commands group
|
|
107
|
-
py4heappe Info --help
|
|
114
|
+
py4heappe Info --help
|
|
108
115
|
|
|
109
116
|
# Job Management commands group
|
|
110
117
|
py4heappe Job --help
|
|
111
118
|
|
|
112
119
|
# Report commands group
|
|
113
|
-
py4heappe Report --help
|
|
120
|
+
py4heappe Report --help
|
|
114
121
|
```
|
|
115
122
|
|
|
116
123
|
<b>Note:</b> On Windows operation system need to use <b>"py4heappe.exe"</b> instead of <b>"py4heappe"</b>.
|
|
124
|
+
|
|
117
125
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
|
118
126
|
|
|
119
127
|
## HEAppE API Wrapper Library
|
|
120
128
|
|
|
121
129
|
In this mode, the Py4HEAppE package is used as a wrapper for HEAppE API specification. It allows users to perform various operations from <b>HEAppE API</b>, such as authentication, job management, and information retrieval, without needing to write their API wrapper code. It can be easily integrated with internal <b>Python</b> projects that HEAppE Middleware wants to be used. More information about usability can be found in the section below.
|
|
122
|
-
|
|
130
|
+
|
|
123
131
|
### Usage
|
|
124
|
-
|
|
132
|
+
|
|
125
133
|
It is required to specify following modules in "requirements.txt" file.
|
|
126
|
-
|
|
134
|
+
|
|
127
135
|
```text
|
|
128
|
-
paramiko
|
|
136
|
+
paramiko>=4.0.0
|
|
129
137
|
scp==0.15.0
|
|
130
|
-
urllib3
|
|
138
|
+
urllib3>=2.0.2
|
|
131
139
|
```
|
|
132
140
|
|
|
133
141
|
The code snapshot illustrated an example of "how to" obtain cluster information from the HEAppE Instance. For more detailed examples of basic HPC workflow, please refer to the [example.py](https://github.com/It4innovations/Py4HEAppE/blob/master/docs/examples/example.py) file.
|
|
@@ -138,14 +146,14 @@ import os
|
|
|
138
146
|
import time
|
|
139
147
|
from io import StringIO
|
|
140
148
|
from pathlib import Path
|
|
141
|
-
|
|
149
|
+
|
|
142
150
|
import py4heappe.core as hp
|
|
143
|
-
|
|
151
|
+
|
|
144
152
|
print("\nFetching cluster info...")
|
|
145
153
|
lac_body = {
|
|
146
154
|
"_preload_content": False
|
|
147
155
|
}
|
|
148
|
-
|
|
156
|
+
|
|
149
157
|
ciEndpoint = hp.ClusterInformationApi(api_instance)
|
|
150
158
|
r = ciEndpoint.heappe_cluster_information_list_available_clusters_get(**lac_body)
|
|
151
159
|
r_data = json.loads(r.data)
|
|
@@ -154,7 +162,6 @@ print(json.dumps(r_data, indent = 3))
|
|
|
154
162
|
|
|
155
163
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
|
156
164
|
|
|
157
|
-
|
|
158
165
|
## Acknowledgement
|
|
159
166
|
|
|
160
167
|
e-Infra CZ
|
|
@@ -3,57 +3,64 @@
|
|
|
3
3
|
# Py4HEAppE (Python for HEAppE Middleware)
|
|
4
4
|
|
|
5
5
|
Py4HEAppE simplifies access to the [HEAppE](https://heappe.eu) features by providing a high-level Python interface that abstracts away the complexities of direct API interactions. This allows users to focus on their core tasks without worrying about the underlying details of API communication. It can be usable in <b>two modes</b> depends what the end-user needs:
|
|
6
|
+
|
|
6
7
|
- HEAppE CLI Commands
|
|
7
8
|
- HEAppE API Wrapper Library
|
|
8
9
|
|
|
9
10
|
## Key Benefits
|
|
10
11
|
|
|
11
12
|
### Ease of Use:
|
|
13
|
+
|
|
12
14
|
Py4HEAppE provides a straightforward and intuitive interface for interacting with the HEAppE API. Users can perform complex operations with simple function calls.
|
|
13
15
|
|
|
14
|
-
### Abstraction:
|
|
16
|
+
### Abstraction:
|
|
17
|
+
|
|
15
18
|
The library abstracts the intricacies of the HEAppE API, allowing users to work with high-level concepts and operations.
|
|
16
19
|
|
|
17
|
-
### Efficiency:
|
|
20
|
+
### Efficiency:
|
|
21
|
+
|
|
18
22
|
By using Py4HEAppE, users can quickly integrate HEAppE functionalities into their Python applications, reducing development time and effort.
|
|
19
23
|
|
|
20
24
|
### Consistency:
|
|
25
|
+
|
|
21
26
|
The library ensures consistent and reliable communication with the HEAppE API, handling errors and edge cases gracefully.
|
|
22
27
|
|
|
23
28
|
## Supported HEAppE versions
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
|
27
|
-
|
|
|
28
|
-
|
|
|
29
|
-
|
|
|
30
|
-
|
|
|
31
|
-
|
|
|
32
|
-
|
|
|
29
|
+
|
|
30
|
+
| Py4HEAppE | HEAppE Version | Notes |
|
|
31
|
+
| :-------: | :------------------------------: | :--------------------------------- |
|
|
32
|
+
| 2.5.X | 6.2.X 6.1.X, 6.0.X, 5.X.X, 4.X.X | W/O Admin/File sections in CLI |
|
|
33
|
+
| 2.4.X | 6.1.X, 6.0.X, 5.X.X, 4.X.X | W/O Admin/File sections in CLI |
|
|
34
|
+
| 2.3.X | 6.0.x, 5.0.X, 4.X.X | W/O Admin/File sections in CLI |
|
|
35
|
+
| 2.2.X | 5.0.X, 4.3.X, 4.2.X | W/O Admin/File sections in CLI |
|
|
36
|
+
| 2.1.X | 5.0.X, 4.3.X, 4.2.X | W/O Admin/Job/File sections in CLI |
|
|
37
|
+
| 2.0.X | 5.0.X | W/O Admin/Job/File sections in CLI |
|
|
38
|
+
| 1.X.X | 4.3.X, 4.2.X | W/O Admin/Job/File sections in CLI |
|
|
33
39
|
|
|
34
40
|
<!-- GETTING STARTED -->
|
|
41
|
+
|
|
35
42
|
## Getting Started
|
|
36
43
|
|
|
37
44
|
### Prerequisites
|
|
38
45
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
46
|
+
- Python (version 3.11)
|
|
47
|
+
- Pip (package installer)
|
|
48
|
+
- Access to Deployed HEAppE instance (HEAppE instance URL and HPC project identificator)
|
|
42
49
|
|
|
43
50
|
### Installation
|
|
44
51
|
|
|
45
52
|
```
|
|
46
53
|
pip install Py4HEAppE
|
|
47
|
-
|
|
54
|
+
```
|
|
48
55
|
|
|
49
56
|
<b>Note:</b> In some cases, you can obtain a warning message like this <b>"WARNING: The script py4heappe.exe is installed in 'C:\Users\user\AppData\Roaming\Python\Python311\Scripts' which is not on PATH.</b>" If you obtained a similar warning message, it is necessary to add the mentioned path into your operation system <b>PATH</b> variable or use a path with an executable file (i.e. C:\Users\user\AppData\Roaming\Python\Python311\Scripts\py4heappe.exe).
|
|
50
57
|
|
|
51
|
-
|
|
52
58
|
## HEAppE CLI
|
|
53
59
|
|
|
54
60
|
The HEAppE CLI (Command Line Interface) provides a convenient way to interact with the HEAppE Middleware directly from your terminal. It allows users to perform various operations such as authentication, job management, and information retrieval without needing to write any code. This makes it an ideal tool for end-users who need to manage HEAppE Instance efficiently.
|
|
55
61
|
|
|
56
62
|
### Usage
|
|
63
|
+
|
|
57
64
|
For using HEAppE CLI it is neeaded to initializing Py4HEAppE for usage with a specific HEAppE Instance (It is necessary to call for the first usage). Command requires <b>HPC project accounting string</b> and <b>HEAppE Instance URL</b>.
|
|
58
65
|
|
|
59
66
|
```shell
|
|
@@ -65,43 +72,44 @@ All mentioned functions are aggregated to CLI's specific <b>commands groups (com
|
|
|
65
72
|
|
|
66
73
|
```shell
|
|
67
74
|
# List of commands groups (commands aggregations)
|
|
68
|
-
py4heappe --help
|
|
75
|
+
py4heappe --help
|
|
69
76
|
```
|
|
70
77
|
|
|
71
|
-
Available Commands Groups (commands aggregations):
|
|
78
|
+
Available Commands Groups (commands aggregations):
|
|
72
79
|
|
|
73
80
|
```shell
|
|
74
81
|
# Authentication commands group
|
|
75
|
-
py4heappe Auth --help
|
|
82
|
+
py4heappe Auth --help
|
|
76
83
|
|
|
77
84
|
# Command Template Management commands group
|
|
78
|
-
py4heappe CmdTemp --help
|
|
85
|
+
py4heappe CmdTemp --help
|
|
79
86
|
|
|
80
87
|
# Information commands group
|
|
81
|
-
py4heappe Info --help
|
|
88
|
+
py4heappe Info --help
|
|
82
89
|
|
|
83
90
|
# Job Management commands group
|
|
84
91
|
py4heappe Job --help
|
|
85
92
|
|
|
86
93
|
# Report commands group
|
|
87
|
-
py4heappe Report --help
|
|
94
|
+
py4heappe Report --help
|
|
88
95
|
```
|
|
89
96
|
|
|
90
97
|
<b>Note:</b> On Windows operation system need to use <b>"py4heappe.exe"</b> instead of <b>"py4heappe"</b>.
|
|
98
|
+
|
|
91
99
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
|
92
100
|
|
|
93
101
|
## HEAppE API Wrapper Library
|
|
94
102
|
|
|
95
103
|
In this mode, the Py4HEAppE package is used as a wrapper for HEAppE API specification. It allows users to perform various operations from <b>HEAppE API</b>, such as authentication, job management, and information retrieval, without needing to write their API wrapper code. It can be easily integrated with internal <b>Python</b> projects that HEAppE Middleware wants to be used. More information about usability can be found in the section below.
|
|
96
|
-
|
|
104
|
+
|
|
97
105
|
### Usage
|
|
98
|
-
|
|
106
|
+
|
|
99
107
|
It is required to specify following modules in "requirements.txt" file.
|
|
100
|
-
|
|
108
|
+
|
|
101
109
|
```text
|
|
102
|
-
paramiko
|
|
110
|
+
paramiko>=4.0.0
|
|
103
111
|
scp==0.15.0
|
|
104
|
-
urllib3
|
|
112
|
+
urllib3>=2.0.2
|
|
105
113
|
```
|
|
106
114
|
|
|
107
115
|
The code snapshot illustrated an example of "how to" obtain cluster information from the HEAppE Instance. For more detailed examples of basic HPC workflow, please refer to the [example.py](https://github.com/It4innovations/Py4HEAppE/blob/master/docs/examples/example.py) file.
|
|
@@ -112,14 +120,14 @@ import os
|
|
|
112
120
|
import time
|
|
113
121
|
from io import StringIO
|
|
114
122
|
from pathlib import Path
|
|
115
|
-
|
|
123
|
+
|
|
116
124
|
import py4heappe.core as hp
|
|
117
|
-
|
|
125
|
+
|
|
118
126
|
print("\nFetching cluster info...")
|
|
119
127
|
lac_body = {
|
|
120
128
|
"_preload_content": False
|
|
121
129
|
}
|
|
122
|
-
|
|
130
|
+
|
|
123
131
|
ciEndpoint = hp.ClusterInformationApi(api_instance)
|
|
124
132
|
r = ciEndpoint.heappe_cluster_information_list_available_clusters_get(**lac_body)
|
|
125
133
|
r_data = json.loads(r.data)
|
|
@@ -128,10 +136,9 @@ print(json.dumps(r_data, indent = 3))
|
|
|
128
136
|
|
|
129
137
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
|
130
138
|
|
|
131
|
-
|
|
132
139
|
## Acknowledgement
|
|
133
140
|
|
|
134
141
|
e-Infra CZ
|
|
135
142
|
This work was supported by the Ministry of Education, Youth and Sports of the Czech Republic through the e-INFRA CZ (ID:90254)
|
|
136
143
|
|
|
137
|
-
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
|
144
|
+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
|
@@ -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.5.
|
|
9
|
+
version = "2.5.1"
|
|
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.5.
|
|
3
|
+
Version: 2.5.1
|
|
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
|
|
@@ -13,12 +13,12 @@ Classifier: Operating System :: OS Independent
|
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
15
|
License-File: LICENSE
|
|
16
|
-
Requires-Dist: paramiko
|
|
16
|
+
Requires-Dist: paramiko>=4.0.0
|
|
17
17
|
Requires-Dist: scp==0.15.0
|
|
18
|
-
Requires-Dist: urllib3
|
|
19
|
-
Requires-Dist: certifi
|
|
20
|
-
Requires-Dist: six
|
|
21
|
-
Requires-Dist: click
|
|
18
|
+
Requires-Dist: urllib3>=2.0.2
|
|
19
|
+
Requires-Dist: certifi>=2025.1.31
|
|
20
|
+
Requires-Dist: six>=1.16.0
|
|
21
|
+
Requires-Dist: click>=8.1.0
|
|
22
22
|
Requires-Dist: typer>=0.15.0
|
|
23
23
|
Requires-Dist: python-dotenv>=0.21.1
|
|
24
24
|
Requires-Dist: validators==0.35.0
|
|
@@ -29,57 +29,64 @@ Dynamic: license-file
|
|
|
29
29
|
# Py4HEAppE (Python for HEAppE Middleware)
|
|
30
30
|
|
|
31
31
|
Py4HEAppE simplifies access to the [HEAppE](https://heappe.eu) features by providing a high-level Python interface that abstracts away the complexities of direct API interactions. This allows users to focus on their core tasks without worrying about the underlying details of API communication. It can be usable in <b>two modes</b> depends what the end-user needs:
|
|
32
|
+
|
|
32
33
|
- HEAppE CLI Commands
|
|
33
34
|
- HEAppE API Wrapper Library
|
|
34
35
|
|
|
35
36
|
## Key Benefits
|
|
36
37
|
|
|
37
38
|
### Ease of Use:
|
|
39
|
+
|
|
38
40
|
Py4HEAppE provides a straightforward and intuitive interface for interacting with the HEAppE API. Users can perform complex operations with simple function calls.
|
|
39
41
|
|
|
40
|
-
### Abstraction:
|
|
42
|
+
### Abstraction:
|
|
43
|
+
|
|
41
44
|
The library abstracts the intricacies of the HEAppE API, allowing users to work with high-level concepts and operations.
|
|
42
45
|
|
|
43
|
-
### Efficiency:
|
|
46
|
+
### Efficiency:
|
|
47
|
+
|
|
44
48
|
By using Py4HEAppE, users can quickly integrate HEAppE functionalities into their Python applications, reducing development time and effort.
|
|
45
49
|
|
|
46
50
|
### Consistency:
|
|
51
|
+
|
|
47
52
|
The library ensures consistent and reliable communication with the HEAppE API, handling errors and edge cases gracefully.
|
|
48
53
|
|
|
49
54
|
## Supported HEAppE versions
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
|
53
|
-
|
|
|
54
|
-
|
|
|
55
|
-
|
|
|
56
|
-
|
|
|
57
|
-
|
|
|
58
|
-
|
|
|
55
|
+
|
|
56
|
+
| Py4HEAppE | HEAppE Version | Notes |
|
|
57
|
+
| :-------: | :------------------------------: | :--------------------------------- |
|
|
58
|
+
| 2.5.X | 6.2.X 6.1.X, 6.0.X, 5.X.X, 4.X.X | W/O Admin/File sections in CLI |
|
|
59
|
+
| 2.4.X | 6.1.X, 6.0.X, 5.X.X, 4.X.X | W/O Admin/File sections in CLI |
|
|
60
|
+
| 2.3.X | 6.0.x, 5.0.X, 4.X.X | W/O Admin/File sections in CLI |
|
|
61
|
+
| 2.2.X | 5.0.X, 4.3.X, 4.2.X | W/O Admin/File sections in CLI |
|
|
62
|
+
| 2.1.X | 5.0.X, 4.3.X, 4.2.X | W/O Admin/Job/File sections in CLI |
|
|
63
|
+
| 2.0.X | 5.0.X | W/O Admin/Job/File sections in CLI |
|
|
64
|
+
| 1.X.X | 4.3.X, 4.2.X | W/O Admin/Job/File sections in CLI |
|
|
59
65
|
|
|
60
66
|
<!-- GETTING STARTED -->
|
|
67
|
+
|
|
61
68
|
## Getting Started
|
|
62
69
|
|
|
63
70
|
### Prerequisites
|
|
64
71
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
72
|
+
- Python (version 3.11)
|
|
73
|
+
- Pip (package installer)
|
|
74
|
+
- Access to Deployed HEAppE instance (HEAppE instance URL and HPC project identificator)
|
|
68
75
|
|
|
69
76
|
### Installation
|
|
70
77
|
|
|
71
78
|
```
|
|
72
79
|
pip install Py4HEAppE
|
|
73
|
-
|
|
80
|
+
```
|
|
74
81
|
|
|
75
82
|
<b>Note:</b> In some cases, you can obtain a warning message like this <b>"WARNING: The script py4heappe.exe is installed in 'C:\Users\user\AppData\Roaming\Python\Python311\Scripts' which is not on PATH.</b>" If you obtained a similar warning message, it is necessary to add the mentioned path into your operation system <b>PATH</b> variable or use a path with an executable file (i.e. C:\Users\user\AppData\Roaming\Python\Python311\Scripts\py4heappe.exe).
|
|
76
83
|
|
|
77
|
-
|
|
78
84
|
## HEAppE CLI
|
|
79
85
|
|
|
80
86
|
The HEAppE CLI (Command Line Interface) provides a convenient way to interact with the HEAppE Middleware directly from your terminal. It allows users to perform various operations such as authentication, job management, and information retrieval without needing to write any code. This makes it an ideal tool for end-users who need to manage HEAppE Instance efficiently.
|
|
81
87
|
|
|
82
88
|
### Usage
|
|
89
|
+
|
|
83
90
|
For using HEAppE CLI it is neeaded to initializing Py4HEAppE for usage with a specific HEAppE Instance (It is necessary to call for the first usage). Command requires <b>HPC project accounting string</b> and <b>HEAppE Instance URL</b>.
|
|
84
91
|
|
|
85
92
|
```shell
|
|
@@ -91,43 +98,44 @@ All mentioned functions are aggregated to CLI's specific <b>commands groups (com
|
|
|
91
98
|
|
|
92
99
|
```shell
|
|
93
100
|
# List of commands groups (commands aggregations)
|
|
94
|
-
py4heappe --help
|
|
101
|
+
py4heappe --help
|
|
95
102
|
```
|
|
96
103
|
|
|
97
|
-
Available Commands Groups (commands aggregations):
|
|
104
|
+
Available Commands Groups (commands aggregations):
|
|
98
105
|
|
|
99
106
|
```shell
|
|
100
107
|
# Authentication commands group
|
|
101
|
-
py4heappe Auth --help
|
|
108
|
+
py4heappe Auth --help
|
|
102
109
|
|
|
103
110
|
# Command Template Management commands group
|
|
104
|
-
py4heappe CmdTemp --help
|
|
111
|
+
py4heappe CmdTemp --help
|
|
105
112
|
|
|
106
113
|
# Information commands group
|
|
107
|
-
py4heappe Info --help
|
|
114
|
+
py4heappe Info --help
|
|
108
115
|
|
|
109
116
|
# Job Management commands group
|
|
110
117
|
py4heappe Job --help
|
|
111
118
|
|
|
112
119
|
# Report commands group
|
|
113
|
-
py4heappe Report --help
|
|
120
|
+
py4heappe Report --help
|
|
114
121
|
```
|
|
115
122
|
|
|
116
123
|
<b>Note:</b> On Windows operation system need to use <b>"py4heappe.exe"</b> instead of <b>"py4heappe"</b>.
|
|
124
|
+
|
|
117
125
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
|
118
126
|
|
|
119
127
|
## HEAppE API Wrapper Library
|
|
120
128
|
|
|
121
129
|
In this mode, the Py4HEAppE package is used as a wrapper for HEAppE API specification. It allows users to perform various operations from <b>HEAppE API</b>, such as authentication, job management, and information retrieval, without needing to write their API wrapper code. It can be easily integrated with internal <b>Python</b> projects that HEAppE Middleware wants to be used. More information about usability can be found in the section below.
|
|
122
|
-
|
|
130
|
+
|
|
123
131
|
### Usage
|
|
124
|
-
|
|
132
|
+
|
|
125
133
|
It is required to specify following modules in "requirements.txt" file.
|
|
126
|
-
|
|
134
|
+
|
|
127
135
|
```text
|
|
128
|
-
paramiko
|
|
136
|
+
paramiko>=4.0.0
|
|
129
137
|
scp==0.15.0
|
|
130
|
-
urllib3
|
|
138
|
+
urllib3>=2.0.2
|
|
131
139
|
```
|
|
132
140
|
|
|
133
141
|
The code snapshot illustrated an example of "how to" obtain cluster information from the HEAppE Instance. For more detailed examples of basic HPC workflow, please refer to the [example.py](https://github.com/It4innovations/Py4HEAppE/blob/master/docs/examples/example.py) file.
|
|
@@ -138,14 +146,14 @@ import os
|
|
|
138
146
|
import time
|
|
139
147
|
from io import StringIO
|
|
140
148
|
from pathlib import Path
|
|
141
|
-
|
|
149
|
+
|
|
142
150
|
import py4heappe.core as hp
|
|
143
|
-
|
|
151
|
+
|
|
144
152
|
print("\nFetching cluster info...")
|
|
145
153
|
lac_body = {
|
|
146
154
|
"_preload_content": False
|
|
147
155
|
}
|
|
148
|
-
|
|
156
|
+
|
|
149
157
|
ciEndpoint = hp.ClusterInformationApi(api_instance)
|
|
150
158
|
r = ciEndpoint.heappe_cluster_information_list_available_clusters_get(**lac_body)
|
|
151
159
|
r_data = json.loads(r.data)
|
|
@@ -154,7 +162,6 @@ print(json.dumps(r_data, indent = 3))
|
|
|
154
162
|
|
|
155
163
|
<p align="right">(<a href="#readme-top">back to top</a>)</p>
|
|
156
164
|
|
|
157
|
-
|
|
158
165
|
## Acknowledgement
|
|
159
166
|
|
|
160
167
|
e-Infra CZ
|
py4heappe-2.5.0/requirements.txt
DELETED
|
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.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/__init__api.mustache
RENAMED
|
File without changes
|
{py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/__init__model.mustache
RENAMED
|
File without changes
|
{py4heappe-2.5.0 → py4heappe-2.5.1}/Tools/APIWrapperGen/Templates/python/__init__package.mustache
RENAMED
|
File without changes
|