Py4HEAppE 2.1.1__tar.gz → 2.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {py4heappe-2.1.1 → py4heappe-2.2.0}/.gitignore +3 -4
- py4heappe-2.2.0/.gitlab/issue_templates/Backlog.md +11 -0
- py4heappe-2.2.0/.gitlab/issue_templates/Bug.md +24 -0
- py4heappe-2.2.0/.gitlab/issue_templates/Feature.md +11 -0
- py4heappe-2.2.0/.gitlab/merge_request_templates/Default.md +24 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/CHANGELOG.md +14 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/PKG-INFO +15 -10
- {py4heappe-2.1.1 → py4heappe-2.2.0}/README.md +6 -2
- {py4heappe-2.1.1 → py4heappe-2.2.0}/pyproject.toml +1 -1
- py4heappe-2.2.0/requirements.txt +9 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/Py4HEAppE.egg-info/PKG-INFO +15 -10
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/Py4HEAppE.egg-info/SOURCES.txt +5 -0
- py4heappe-2.2.0/src/Py4HEAppE.egg-info/requires.txt +9 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/cli/command_template.py +3 -3
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/cli/configuration.py +15 -6
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/cli/information.py +1 -2
- py4heappe-2.2.0/src/py4heappe/heappe_v5/cli/job_management.py +350 -0
- py4heappe-2.2.0/src/py4heappe/heappe_v5/cli/transfer.py +95 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/base/utils.py +3 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe_cli.py +3 -1
- py4heappe-2.1.1/requirements.txt +0 -8
- py4heappe-2.1.1/src/Py4HEAppE.egg-info/requires.txt +0 -8
- py4heappe-2.1.1/src/py4heappe/heappe_v5/cli/job_management.py +0 -211
- {py4heappe-2.1.1 → py4heappe-2.2.0}/.gitlab/stages/.check.yml +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/.gitlab/stages/.generation.yml +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/.gitlab/stages/.publish.yml +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/.gitlab/stages/.release.yml +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/.gitlab-ci.yml +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/LICENSE +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/README.md +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/README.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/__init__api.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/__init__model.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/__init__package.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/__init__test.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/api.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/api_client.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/api_doc.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/api_test.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/asyncio/rest.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/configuration.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/git_push.sh.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/gitignore.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/model.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/model_doc.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/model_test.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/partial_header.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/requirements.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/rest.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/setup.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/test-requirements.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/tornado/rest.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/tox.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/travis.mustache +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/config.json +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/swagger.json +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/docs/examples/example.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/docs/imgs/logo.png +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/setup.cfg +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/Py4HEAppE.egg-info/dependency_links.txt +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/Py4HEAppE.egg-info/entry_points.txt +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/Py4HEAppE.egg-info/top_level.txt +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/__init__.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/__init__.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/__init__.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/cli/__init__.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/cli/auth.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/cli/command_template.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/cli/configuration.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/cli/information.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/cli/job_management.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/cli/report.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/__init__.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api/__init__.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api/cluster_information_api.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api/data_transfer_api.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api/file_transfer_api.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api/job_management_api.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api/job_reporting_api.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api/management_api.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api/user_and_limitation_management_api.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api_client.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/base/__init__.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/base/exceptions.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/base/logger.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/base/utils.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/configuration.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/__init__.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/adaptor_user.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_group.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_role.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_role_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_role_type.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_type.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_user_group_role.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/allocated_nodes_ips_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/authenticate_lexis_token_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/authenticate_user_digital_signature_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/authenticate_user_open_id_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/authenticate_user_open_id_open_stack_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/authenticate_user_password_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/authentication_credentials.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/bad_request_result.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cancel_job_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_authentication_credentials.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_authentication_credentials_auth_type.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_connection_protocol.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_detailed_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_init_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_detailed_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_for_task_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_requested_group.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_resource_usage_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_node_usage_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_project.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_project_credential.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_proxy_connection.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_proxy_connection_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/command_template.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/command_template_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/command_template_parameter.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/command_template_parameter_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/command_template_parameter_value_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/contact.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/copy_job_data_from_temp_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/copy_job_data_to_temp_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_command_inner_template_parameter_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_command_template_from_generic_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_command_template_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_command_template_parameter_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_job_by_project_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_project_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_secure_shell_key_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/current_cluster_node_usage_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/current_info_for_job_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/data_transfer_method_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/delete_job_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/deployment_type_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/digital_signature_credentials_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/download_file_from_cluster_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/download_parts_of_job_files_from_cluster_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/end_data_transfer_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/end_file_transfer_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/environment_variable_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/extended_command_template_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/extended_command_template_parameter_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/extended_project_info_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/file_information_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/file_transfer_cipher_type.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/file_transfer_cipher_type_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/file_transfer_key_credentials_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/file_transfer_method.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/file_transfer_method_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/file_transfer_protocol.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/file_transfer_protocol_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/get_command_template_parameters_name_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/get_current_usage_and_limitations_for_current_user_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/get_data_transfer_method_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/get_file_transfer_method_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/http_get_to_job_node_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/http_header_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/http_post_to_job_node_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/initialize_cluster_script_directory_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/instance_information_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/job_detailed_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/job_file_content_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/job_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/job_specification_by_project_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/job_specification_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/job_state_aggregation_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/job_state_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/lexis_credentials_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/list_changed_files_for_job_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/list_jobs_for_current_user_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/modify_command_template_from_generic_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/modify_command_template_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/modify_command_template_parameter_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/modify_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/modify_project_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/node_used_cores_and_limitation_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/open_id_credentials_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/open_stack_application_credentials_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/password_credentials_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/problem_details.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project_contact.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project_detailed_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project_for_task_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project_list_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project_reference_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project_resource_usage_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/proxy_type.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/proxy_type_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/public_key_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/recreate_secure_shell_key_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/regenerate_secure_shell_key_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/regenerate_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/remove_command_template_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/remove_command_template_parameter_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/remove_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/remove_project_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/remove_secure_shell_key_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/remove_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/resource_allocation_type_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/resource_limitation_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/resource_usage_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/scheduler_type.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/ssh_key_user_credentials_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/submit_job_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/submitted_job_info_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/submitted_task_info_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/synchronizable_files_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/task_detailed_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/task_file_offset_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/task_paralization_parameter_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/task_priority_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/task_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/task_specification_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/task_state_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/test_cluster_access_for_account_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/test_cluster_access_for_account_model_obsolete.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/unauthorized_result.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/usage_type.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/usage_type_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/user_group_detailed_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/user_group_list_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/user_group_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/version_information_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/rest.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/__init__.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/cli/__init__.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/cli/auth.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/cli/report.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/__init__.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api/__init__.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api/cluster_information_api.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api/data_transfer_api.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api/file_transfer_api.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api/job_management_api.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api/job_reporting_api.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api/management_api.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api/user_and_limitation_management_api.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api_client.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/base/__init__.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/base/exceptions.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/base/logger.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/configuration.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/__init__.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/accounting_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/accounting_state_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/accounting_state_type_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/adaptor_user_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/adaptor_user_group_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/adaptor_user_role_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/adaptor_user_type_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/authenticate_lexis_token_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/authenticate_user_digital_signature_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/authenticate_user_open_id_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/authenticate_user_open_id_open_stack_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/authenticate_user_password_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/bad_request_result.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cancel_job_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_aggregated_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_authentication_credentials_auth_type_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_connection_protocol.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_connection_protocol_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_detailed_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_extended_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_init_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_extended_type_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_aggregated_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_aggregation_accounting_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_aggregation_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_detailed_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_for_task_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_resource_usage_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_usage_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_project_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_proxy_connection_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/command_template_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/command_template_parameter_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/command_template_parameter_value_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/compute_accounting_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/copy_job_data_from_temp_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/copy_job_data_to_temp_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_accounting_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_cluster_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_cluster_node_type_aggregation_accounting_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_cluster_node_type_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_command_inner_template_parameter_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_command_template_from_generic_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_command_template_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_command_template_parameter_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_file_transfer_method_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_job_by_project_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_project_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_secure_shell_key_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_sub_project_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/data_transfer_method_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/delete_job_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/deployment_type_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/digital_signature_credentials_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/download_file_from_cluster_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/download_parts_of_job_files_from_cluster_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/end_data_transfer_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/end_file_transfer_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/environment_variable_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/extended_cluster_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/extended_command_template_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/extended_command_template_parameter_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/extended_project_info_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/file_information_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/file_transfer_cipher_type_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/file_transfer_key_credentials_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/file_transfer_method_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/file_transfer_method_no_credentials_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/file_transfer_protocol.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/file_transfer_protocol_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/get_command_template_parameters_name_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/get_data_transfer_method_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/get_file_transfer_method_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/http_get_to_job_node_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/http_header_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/http_post_to_job_node_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/initialize_cluster_script_directory_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/instance_information_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/job_detailed_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/job_extended_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/job_file_content_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/job_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/job_specification_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/job_state_aggregation_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/job_state_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/lexis_credentials_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_accounting_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_cluster_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_cluster_node_type_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_command_template_from_generic_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_command_template_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_command_template_parameter_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_file_transfer_method_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_project_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_sub_project_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/node_used_cores_and_limitation_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/open_id_credentials_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/open_stack_application_credentials_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/password_credentials_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/problem_details.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_aggregated_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_cluster_node_type_aggregation_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_detailed_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_extended_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_for_task_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_list_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_reference_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_resource_usage_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/proxy_type.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/proxy_type_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/public_key_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/regenerate_secure_shell_key_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/regenerate_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_accounting_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_node_type_aggregation_accounting_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_node_type_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_proxy_connection_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_command_template_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_command_template_parameter_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_file_transfer_method_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_project_assignment_to_cluster_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_project_cluster_node_type_aggregation_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_project_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_secure_shell_key_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_secure_shell_key_model_obsolete.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_sub_project_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/resource_allocation_type_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/scheduler_type.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/scheduler_type_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/ssh_key_user_credentials_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/sub_project_aggregated_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/sub_project_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/submit_job_model.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/submitted_job_info_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/submitted_task_info_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/synchronizable_files_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/task_detailed_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/task_extended_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/task_file_offset_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/task_paralization_parameter_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/task_priority_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/task_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/task_specification_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/task_state_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/test_cluster_access_for_account_model_obsolete.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/unauthorized_result.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/usage_type_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/user_group_list_report_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/version_information_ext.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/rest.py +0 -0
- {py4heappe-2.1.1 → py4heappe-2.2.0}/tests/__init__.py +0 -0
|
@@ -9,8 +9,7 @@ __pycache__
|
|
|
9
9
|
.env
|
|
10
10
|
lexis_logs.log
|
|
11
11
|
py4heappe.log
|
|
12
|
-
UNKNOWN.egg-info/
|
|
13
|
-
|
|
14
|
-
UNKNOWN.egg-info/SOURCES.txt
|
|
15
|
-
UNKNOWN.egg-info/top_level.txt
|
|
12
|
+
UNKNOWN.egg-info/
|
|
13
|
+
src/Py4HEAppE.egg-info/
|
|
16
14
|
data_transfer/
|
|
15
|
+
tests/cli_test_results.xml
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
### Proposal
|
|
2
|
+
|
|
3
|
+
<!-- Use this section to explain the feature and how it will work. It can be helpful to add technical details, design proposals, and links to related epics or issues. -->
|
|
4
|
+
|
|
5
|
+
<!-- Consider adding related issues and epics to this issue. You can also reference the Feature Proposal Template (https://gitlab.com/gitlab-org/gitlab/-/blob/master/.gitlab/issue_templates/Feature%20proposal%20-%20detailed.md) for additional details to consider adding to this issue. Additionally, as a data oriented organization, when your feature exits planning breakdown, consider adding the `What does success look like, and how can we measure that?` section.
|
|
6
|
+
-->
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
/label ~Backlog
|
|
11
|
+
/label ~"2. Ready for development"
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
### Environment
|
|
2
|
+
<!-- Specify if the environment is Development, Testing, or Production.
|
|
3
|
+
Optionally, include the operating system and browser if it is a UI-related issue. -->
|
|
4
|
+
|
|
5
|
+
### Summary
|
|
6
|
+
<!-- Summarize the bug encountered concisely. -->
|
|
7
|
+
|
|
8
|
+
### Steps to reproduce
|
|
9
|
+
<!-- Describe how one can reproduce the issue - this is very important. Please use an ordered list. -->
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### What is the current *bug* behavior?
|
|
13
|
+
<!-- Describe what actually happens. -->
|
|
14
|
+
|
|
15
|
+
### What is the expected *correct* behavior?
|
|
16
|
+
<!-- Describe what you should see instead. -->
|
|
17
|
+
|
|
18
|
+
### Relevant logs and/or screenshots
|
|
19
|
+
<!-- Paste any relevant logs - please use code blocks (```) to format console output, logs, and code
|
|
20
|
+
as it's tough to read otherwise. -->
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
/label ~Bug
|
|
24
|
+
/label ~"2. Ready for development"
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
### Proposal
|
|
2
|
+
|
|
3
|
+
<!-- Use this section to explain the feature and how it will work. It can be helpful to add technical details, design proposals, and links to related epics or issues. -->
|
|
4
|
+
|
|
5
|
+
<!-- Consider adding related issues and epics to this issue. You can also reference the Feature Proposal Template (https://gitlab.com/gitlab-org/gitlab/-/blob/master/.gitlab/issue_templates/Feature%20proposal%20-%20detailed.md) for additional details to consider adding to this issue. Additionally, as a data oriented organization, when your feature exits planning breakdown, consider adding the `What does success look like, and how can we measure that?` section.
|
|
6
|
+
-->
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
/label ~Feature
|
|
11
|
+
/label ~"2. Ready for development"
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
### Related Issues
|
|
2
|
+
<!--
|
|
3
|
+
/**
|
|
4
|
+
* This section of the code requires the developer to attach links to the issues
|
|
5
|
+
* that are included in the merge request. This helps in tracking the changes
|
|
6
|
+
* and understanding the context of the modifications made.
|
|
7
|
+
* Please include the link in the format #<ID_ISSUE>.
|
|
8
|
+
*/
|
|
9
|
+
-->
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Additional Notes
|
|
13
|
+
Include any extra information or considerations for reviewers, such as impacted areas of the codebase.
|
|
14
|
+
|
|
15
|
+
### How to validate
|
|
16
|
+
<!--
|
|
17
|
+
/**
|
|
18
|
+
* This section should describe how to validate the changes made in the merge request.
|
|
19
|
+
* The developer should provide clear steps or instructions to ensure the changes work as intended.
|
|
20
|
+
*/
|
|
21
|
+
-->
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
/draft
|
|
@@ -5,6 +5,20 @@ 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
|
+
## V2.2.0
|
|
9
|
+
|
|
10
|
+
### Compatible with HEAppE V5.0.X, V4.3.X and V4.2.X
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Update requirements package
|
|
14
|
+
- Adding File Commands Groups in CLI (support Job Management)
|
|
15
|
+
|
|
16
|
+
## V2.1.2
|
|
17
|
+
|
|
18
|
+
### Compatible with HEAppE V5.0.X, V4.3.X and V4.2.X
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
- Requirements package (python-dotenv)
|
|
8
22
|
|
|
9
23
|
## V2.1.1
|
|
10
24
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Py4HEAppE
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.0
|
|
4
4
|
Summary: Py4HEAppE is client library for easy access to HEAppE Middleware
|
|
5
5
|
Author-email: IT4Innovations <support.heappe@it4i.cz>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -13,14 +13,15 @@ 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==2.
|
|
19
|
-
Requires-Dist: certifi==
|
|
20
|
-
Requires-Dist: six==1.
|
|
21
|
-
Requires-Dist:
|
|
22
|
-
Requires-Dist:
|
|
23
|
-
Requires-Dist:
|
|
18
|
+
Requires-Dist: urllib3==2.5.0
|
|
19
|
+
Requires-Dist: certifi==2025.8.3
|
|
20
|
+
Requires-Dist: six==1.17.0
|
|
21
|
+
Requires-Dist: click==8.3.0
|
|
22
|
+
Requires-Dist: typer>=0.15.0
|
|
23
|
+
Requires-Dist: python-dotenv>=0.21.1
|
|
24
|
+
Requires-Dist: validators==0.35.0
|
|
24
25
|
Dynamic: license-file
|
|
25
26
|
|
|
26
27
|
<img align="right" width="35%" src="https://raw.githubusercontent.com/It4innovations/Py4HEAppE/refs/heads/master/docs/imgs/logo.png">
|
|
@@ -48,6 +49,7 @@ The library ensures consistent and reliable communication with the HEAppE API, h
|
|
|
48
49
|
## Supported HEAppE versions
|
|
49
50
|
| Py4HEAppE | HEAppE Version | Notes |
|
|
50
51
|
|:--------------:|:--------------------:|:-----------------------------------|
|
|
52
|
+
| 2.2.X | 5.0.X, 4.3.X, 4.2.X | W/O Admin/File sections in CLI |
|
|
51
53
|
| 2.1.X | 5.0.X, 4.3.X, 4.2.X | W/O Admin/Job/File sections in CLI |
|
|
52
54
|
| 2.0.X | 5.0.X | W/O Admin/Job/File sections in CLI |
|
|
53
55
|
| 1.X.X | 4.3.X, 4.2.X | W/O Admin/Job/File sections in CLI |
|
|
@@ -101,6 +103,9 @@ py4heappe CmdTemp --help
|
|
|
101
103
|
# Information commands group
|
|
102
104
|
py4heappe Info --help
|
|
103
105
|
|
|
106
|
+
# Job Management commands group
|
|
107
|
+
py4heappe Job --help
|
|
108
|
+
|
|
104
109
|
# Report commands group
|
|
105
110
|
py4heappe Report --help
|
|
106
111
|
```
|
|
@@ -117,9 +122,9 @@ In this mode, the Py4HEAppE package is used as a wrapper for HEAppE API specific
|
|
|
117
122
|
It is required to specify following modules in "requirements.txt" file.
|
|
118
123
|
|
|
119
124
|
```text
|
|
120
|
-
paramiko==
|
|
125
|
+
paramiko==4.0.0
|
|
121
126
|
scp==0.15.0
|
|
122
|
-
urllib3==2.
|
|
127
|
+
urllib3==2.5.0
|
|
123
128
|
```
|
|
124
129
|
|
|
125
130
|
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.
|
|
@@ -23,6 +23,7 @@ The library ensures consistent and reliable communication with the HEAppE API, h
|
|
|
23
23
|
## Supported HEAppE versions
|
|
24
24
|
| Py4HEAppE | HEAppE Version | Notes |
|
|
25
25
|
|:--------------:|:--------------------:|:-----------------------------------|
|
|
26
|
+
| 2.2.X | 5.0.X, 4.3.X, 4.2.X | W/O Admin/File sections in CLI |
|
|
26
27
|
| 2.1.X | 5.0.X, 4.3.X, 4.2.X | W/O Admin/Job/File sections in CLI |
|
|
27
28
|
| 2.0.X | 5.0.X | W/O Admin/Job/File sections in CLI |
|
|
28
29
|
| 1.X.X | 4.3.X, 4.2.X | W/O Admin/Job/File sections in CLI |
|
|
@@ -76,6 +77,9 @@ py4heappe CmdTemp --help
|
|
|
76
77
|
# Information commands group
|
|
77
78
|
py4heappe Info --help
|
|
78
79
|
|
|
80
|
+
# Job Management commands group
|
|
81
|
+
py4heappe Job --help
|
|
82
|
+
|
|
79
83
|
# Report commands group
|
|
80
84
|
py4heappe Report --help
|
|
81
85
|
```
|
|
@@ -92,9 +96,9 @@ In this mode, the Py4HEAppE package is used as a wrapper for HEAppE API specific
|
|
|
92
96
|
It is required to specify following modules in "requirements.txt" file.
|
|
93
97
|
|
|
94
98
|
```text
|
|
95
|
-
paramiko==
|
|
99
|
+
paramiko==4.0.0
|
|
96
100
|
scp==0.15.0
|
|
97
|
-
urllib3==2.
|
|
101
|
+
urllib3==2.5.0
|
|
98
102
|
```
|
|
99
103
|
|
|
100
104
|
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.
|
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|
|
6
6
|
name = "Py4HEAppE"
|
|
7
7
|
authors = [{name = "IT4Innovations", email = "support.heappe@it4i.cz"}]
|
|
8
8
|
description = "Py4HEAppE is client library for easy access to HEAppE Middleware"
|
|
9
|
-
version = "2.
|
|
9
|
+
version = "2.2.0"
|
|
10
10
|
license = "MIT"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
requires-python = ">=3.11"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Py4HEAppE
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.0
|
|
4
4
|
Summary: Py4HEAppE is client library for easy access to HEAppE Middleware
|
|
5
5
|
Author-email: IT4Innovations <support.heappe@it4i.cz>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -13,14 +13,15 @@ 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==2.
|
|
19
|
-
Requires-Dist: certifi==
|
|
20
|
-
Requires-Dist: six==1.
|
|
21
|
-
Requires-Dist:
|
|
22
|
-
Requires-Dist:
|
|
23
|
-
Requires-Dist:
|
|
18
|
+
Requires-Dist: urllib3==2.5.0
|
|
19
|
+
Requires-Dist: certifi==2025.8.3
|
|
20
|
+
Requires-Dist: six==1.17.0
|
|
21
|
+
Requires-Dist: click==8.3.0
|
|
22
|
+
Requires-Dist: typer>=0.15.0
|
|
23
|
+
Requires-Dist: python-dotenv>=0.21.1
|
|
24
|
+
Requires-Dist: validators==0.35.0
|
|
24
25
|
Dynamic: license-file
|
|
25
26
|
|
|
26
27
|
<img align="right" width="35%" src="https://raw.githubusercontent.com/It4innovations/Py4HEAppE/refs/heads/master/docs/imgs/logo.png">
|
|
@@ -48,6 +49,7 @@ The library ensures consistent and reliable communication with the HEAppE API, h
|
|
|
48
49
|
## Supported HEAppE versions
|
|
49
50
|
| Py4HEAppE | HEAppE Version | Notes |
|
|
50
51
|
|:--------------:|:--------------------:|:-----------------------------------|
|
|
52
|
+
| 2.2.X | 5.0.X, 4.3.X, 4.2.X | W/O Admin/File sections in CLI |
|
|
51
53
|
| 2.1.X | 5.0.X, 4.3.X, 4.2.X | W/O Admin/Job/File sections in CLI |
|
|
52
54
|
| 2.0.X | 5.0.X | W/O Admin/Job/File sections in CLI |
|
|
53
55
|
| 1.X.X | 4.3.X, 4.2.X | W/O Admin/Job/File sections in CLI |
|
|
@@ -101,6 +103,9 @@ py4heappe CmdTemp --help
|
|
|
101
103
|
# Information commands group
|
|
102
104
|
py4heappe Info --help
|
|
103
105
|
|
|
106
|
+
# Job Management commands group
|
|
107
|
+
py4heappe Job --help
|
|
108
|
+
|
|
104
109
|
# Report commands group
|
|
105
110
|
py4heappe Report --help
|
|
106
111
|
```
|
|
@@ -117,9 +122,9 @@ In this mode, the Py4HEAppE package is used as a wrapper for HEAppE API specific
|
|
|
117
122
|
It is required to specify following modules in "requirements.txt" file.
|
|
118
123
|
|
|
119
124
|
```text
|
|
120
|
-
paramiko==
|
|
125
|
+
paramiko==4.0.0
|
|
121
126
|
scp==0.15.0
|
|
122
|
-
urllib3==2.
|
|
127
|
+
urllib3==2.5.0
|
|
123
128
|
```
|
|
124
129
|
|
|
125
130
|
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.
|
|
@@ -5,6 +5,10 @@ LICENSE
|
|
|
5
5
|
README.md
|
|
6
6
|
pyproject.toml
|
|
7
7
|
requirements.txt
|
|
8
|
+
.gitlab/issue_templates/Backlog.md
|
|
9
|
+
.gitlab/issue_templates/Bug.md
|
|
10
|
+
.gitlab/issue_templates/Feature.md
|
|
11
|
+
.gitlab/merge_request_templates/Default.md
|
|
8
12
|
.gitlab/stages/.check.yml
|
|
9
13
|
.gitlab/stages/.generation.yml
|
|
10
14
|
.gitlab/stages/.publish.yml
|
|
@@ -230,6 +234,7 @@ src/py4heappe/heappe_v5/cli/configuration.py
|
|
|
230
234
|
src/py4heappe/heappe_v5/cli/information.py
|
|
231
235
|
src/py4heappe/heappe_v5/cli/job_management.py
|
|
232
236
|
src/py4heappe/heappe_v5/cli/report.py
|
|
237
|
+
src/py4heappe/heappe_v5/cli/transfer.py
|
|
233
238
|
src/py4heappe/heappe_v5/core/__init__.py
|
|
234
239
|
src/py4heappe/heappe_v5/core/api_client.py
|
|
235
240
|
src/py4heappe/heappe_v5/core/configuration.py
|
|
@@ -97,8 +97,8 @@ def modify_command_template(id:int = typer.Option(..., help='Id (Command templat
|
|
|
97
97
|
extAllocCommand:str = typer.Option(None, help='Extended allocation command'),
|
|
98
98
|
execScript:str = typer.Option(..., help='Path to executable file/script'),
|
|
99
99
|
prepScript:str = typer.Option(None, help='Path to preparation script or specific prerequisites/module loads'),
|
|
100
|
-
clusterNodeTypeId:int = typer.Option(
|
|
101
|
-
|
|
100
|
+
clusterNodeTypeId:int = typer.Option(..., help='Cluster node type identifier'),
|
|
101
|
+
enabled:bool = typer.Option(True, help='Is enabled')):
|
|
102
102
|
"""Modify existing command template"""
|
|
103
103
|
try:
|
|
104
104
|
utils.print_and_log("Modifying the command template ...")
|
|
@@ -112,7 +112,7 @@ def modify_command_template(id:int = typer.Option(..., help='Id (Command templat
|
|
|
112
112
|
"PreparationScript": prepScript,
|
|
113
113
|
"ExecutableFile": execScript,
|
|
114
114
|
"ClusterNodeTypeId": clusterNodeTypeId,
|
|
115
|
-
"IsEnabled":
|
|
115
|
+
"IsEnabled": enabled,
|
|
116
116
|
"SessionCode": utils.load_stored_session()
|
|
117
117
|
}
|
|
118
118
|
}
|
|
@@ -6,7 +6,7 @@ import validators
|
|
|
6
6
|
import py4heappe.heappe_v5.core as hp
|
|
7
7
|
import py4heappe.heappe_v5.core.base.utils as utils
|
|
8
8
|
from py4heappe.heappe_v5.core.base import exceptions
|
|
9
|
-
|
|
9
|
+
from urllib.parse import urlparse
|
|
10
10
|
|
|
11
11
|
app = typer.Typer(name="HEAppEConfigurationCLI", no_args_is_help=True, pretty_exceptions_show_locals=False)
|
|
12
12
|
|
|
@@ -46,15 +46,24 @@ def environment_preparation():
|
|
|
46
46
|
return
|
|
47
47
|
|
|
48
48
|
url = typer.prompt("Enter the HEAppE instance address (for example: https://heappe.domain.cz/production)")
|
|
49
|
-
|
|
49
|
+
|
|
50
|
+
normalized = url
|
|
51
|
+
parsed = urlparse(normalized)
|
|
52
|
+
if not parsed.scheme:
|
|
53
|
+
normalized = "http://" + normalized
|
|
54
|
+
parsed = urlparse(normalized)
|
|
55
|
+
|
|
56
|
+
host = parsed.hostname
|
|
57
|
+
|
|
58
|
+
if not validators.url(normalized) and host not in ("localhost", "127.0.0.1"):
|
|
50
59
|
raise exceptions.Py4HEAppEInternalException("The provided HEAppE URL is not valid.") from None
|
|
51
|
-
|
|
52
|
-
if "/swagger/index.html" in
|
|
53
|
-
|
|
60
|
+
|
|
61
|
+
if "/swagger/index.html" in normalized:
|
|
62
|
+
normalized = normalized.replace("/swagger/index.html", "")
|
|
54
63
|
|
|
55
64
|
computationalProject = typer.prompt("Enter HEAppE accounting string", confirmation_prompt=True)
|
|
56
65
|
|
|
57
|
-
dotenv.set_key(os.path.join(os.path.dirname(__file__), '.env'), "url",
|
|
66
|
+
dotenv.set_key(os.path.join(os.path.dirname(__file__), '.env'), "url", normalized)
|
|
58
67
|
dotenv.set_key(os.path.join(os.path.dirname(__file__), '.env'), "project", computationalProject)
|
|
59
68
|
|
|
60
69
|
utils.print_and_log("Py4HEAppE is configured.")
|
|
@@ -15,7 +15,7 @@ app = typer.Typer(name="HEAppEInfoCLI", no_args_is_help=True, pretty_exceptions_
|
|
|
15
15
|
|
|
16
16
|
def get_hpc_project():
|
|
17
17
|
try:
|
|
18
|
-
utils.
|
|
18
|
+
utils.log_info("Fetching computational project ...")
|
|
19
19
|
parameters = {
|
|
20
20
|
"_preload_content": False,
|
|
21
21
|
"SessionCode": utils.load_stored_session()
|
|
@@ -77,7 +77,6 @@ def get_cluster_information(clusterName:str = typer.Option(None, help='Cluster n
|
|
|
77
77
|
commandTemplateName:str = typer.Option(None, help='Command template name')):
|
|
78
78
|
"""Cluster information"""
|
|
79
79
|
try:
|
|
80
|
-
print(accountingString)
|
|
81
80
|
utils.print_and_log("Fetching cluster information ...")
|
|
82
81
|
parameters = {
|
|
83
82
|
"_preload_content": False,
|