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.
Files changed (426) hide show
  1. {py4heappe-2.1.1 → py4heappe-2.2.0}/.gitignore +3 -4
  2. py4heappe-2.2.0/.gitlab/issue_templates/Backlog.md +11 -0
  3. py4heappe-2.2.0/.gitlab/issue_templates/Bug.md +24 -0
  4. py4heappe-2.2.0/.gitlab/issue_templates/Feature.md +11 -0
  5. py4heappe-2.2.0/.gitlab/merge_request_templates/Default.md +24 -0
  6. {py4heappe-2.1.1 → py4heappe-2.2.0}/CHANGELOG.md +14 -0
  7. {py4heappe-2.1.1 → py4heappe-2.2.0}/PKG-INFO +15 -10
  8. {py4heappe-2.1.1 → py4heappe-2.2.0}/README.md +6 -2
  9. {py4heappe-2.1.1 → py4heappe-2.2.0}/pyproject.toml +1 -1
  10. py4heappe-2.2.0/requirements.txt +9 -0
  11. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/Py4HEAppE.egg-info/PKG-INFO +15 -10
  12. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/Py4HEAppE.egg-info/SOURCES.txt +5 -0
  13. py4heappe-2.2.0/src/Py4HEAppE.egg-info/requires.txt +9 -0
  14. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/cli/command_template.py +3 -3
  15. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/cli/configuration.py +15 -6
  16. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/cli/information.py +1 -2
  17. py4heappe-2.2.0/src/py4heappe/heappe_v5/cli/job_management.py +350 -0
  18. py4heappe-2.2.0/src/py4heappe/heappe_v5/cli/transfer.py +95 -0
  19. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/base/utils.py +3 -0
  20. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe_cli.py +3 -1
  21. py4heappe-2.1.1/requirements.txt +0 -8
  22. py4heappe-2.1.1/src/Py4HEAppE.egg-info/requires.txt +0 -8
  23. py4heappe-2.1.1/src/py4heappe/heappe_v5/cli/job_management.py +0 -211
  24. {py4heappe-2.1.1 → py4heappe-2.2.0}/.gitlab/stages/.check.yml +0 -0
  25. {py4heappe-2.1.1 → py4heappe-2.2.0}/.gitlab/stages/.generation.yml +0 -0
  26. {py4heappe-2.1.1 → py4heappe-2.2.0}/.gitlab/stages/.publish.yml +0 -0
  27. {py4heappe-2.1.1 → py4heappe-2.2.0}/.gitlab/stages/.release.yml +0 -0
  28. {py4heappe-2.1.1 → py4heappe-2.2.0}/.gitlab-ci.yml +0 -0
  29. {py4heappe-2.1.1 → py4heappe-2.2.0}/LICENSE +0 -0
  30. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/README.md +0 -0
  31. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/README.mustache +0 -0
  32. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/__init__api.mustache +0 -0
  33. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/__init__model.mustache +0 -0
  34. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/__init__package.mustache +0 -0
  35. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/__init__test.mustache +0 -0
  36. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/api.mustache +0 -0
  37. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/api_client.mustache +0 -0
  38. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/api_doc.mustache +0 -0
  39. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/api_test.mustache +0 -0
  40. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/asyncio/rest.mustache +0 -0
  41. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/configuration.mustache +0 -0
  42. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/git_push.sh.mustache +0 -0
  43. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/gitignore.mustache +0 -0
  44. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/model.mustache +0 -0
  45. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/model_doc.mustache +0 -0
  46. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/model_test.mustache +0 -0
  47. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/partial_header.mustache +0 -0
  48. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/requirements.mustache +0 -0
  49. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/rest.mustache +0 -0
  50. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/setup.mustache +0 -0
  51. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/test-requirements.mustache +0 -0
  52. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/tornado/rest.mustache +0 -0
  53. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/tox.mustache +0 -0
  54. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/Templates/python/travis.mustache +0 -0
  55. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/config.json +0 -0
  56. {py4heappe-2.1.1 → py4heappe-2.2.0}/Tools/APIWrapperGen/swagger.json +0 -0
  57. {py4heappe-2.1.1 → py4heappe-2.2.0}/docs/examples/example.py +0 -0
  58. {py4heappe-2.1.1 → py4heappe-2.2.0}/docs/imgs/logo.png +0 -0
  59. {py4heappe-2.1.1 → py4heappe-2.2.0}/setup.cfg +0 -0
  60. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/Py4HEAppE.egg-info/dependency_links.txt +0 -0
  61. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/Py4HEAppE.egg-info/entry_points.txt +0 -0
  62. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/Py4HEAppE.egg-info/top_level.txt +0 -0
  63. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/__init__.py +0 -0
  64. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/__init__.py +0 -0
  65. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/__init__.py +0 -0
  66. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/cli/__init__.py +0 -0
  67. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/cli/auth.py +0 -0
  68. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/cli/command_template.py +0 -0
  69. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/cli/configuration.py +0 -0
  70. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/cli/information.py +0 -0
  71. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/cli/job_management.py +0 -0
  72. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/cli/report.py +0 -0
  73. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/__init__.py +0 -0
  74. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api/__init__.py +0 -0
  75. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api/cluster_information_api.py +0 -0
  76. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api/data_transfer_api.py +0 -0
  77. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api/file_transfer_api.py +0 -0
  78. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api/job_management_api.py +0 -0
  79. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api/job_reporting_api.py +0 -0
  80. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api/management_api.py +0 -0
  81. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api/user_and_limitation_management_api.py +0 -0
  82. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/api_client.py +0 -0
  83. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/base/__init__.py +0 -0
  84. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/base/exceptions.py +0 -0
  85. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/base/logger.py +0 -0
  86. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/base/utils.py +0 -0
  87. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/configuration.py +0 -0
  88. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/__init__.py +0 -0
  89. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/adaptor_user.py +0 -0
  90. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_group.py +0 -0
  91. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_role.py +0 -0
  92. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_role_ext.py +0 -0
  93. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_role_type.py +0 -0
  94. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_type.py +0 -0
  95. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/adaptor_user_user_group_role.py +0 -0
  96. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/allocated_nodes_ips_model.py +0 -0
  97. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/authenticate_lexis_token_model.py +0 -0
  98. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/authenticate_user_digital_signature_model.py +0 -0
  99. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/authenticate_user_open_id_model.py +0 -0
  100. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/authenticate_user_open_id_open_stack_model.py +0 -0
  101. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/authenticate_user_password_model.py +0 -0
  102. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/authentication_credentials.py +0 -0
  103. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/bad_request_result.py +0 -0
  104. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cancel_job_model.py +0 -0
  105. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster.py +0 -0
  106. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_authentication_credentials.py +0 -0
  107. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_authentication_credentials_auth_type.py +0 -0
  108. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_connection_protocol.py +0 -0
  109. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_detailed_report_ext.py +0 -0
  110. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_ext.py +0 -0
  111. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_init_report_ext.py +0 -0
  112. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type.py +0 -0
  113. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_detailed_report_ext.py +0 -0
  114. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_ext.py +0 -0
  115. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_for_task_ext.py +0 -0
  116. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_report_ext.py +0 -0
  117. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_requested_group.py +0 -0
  118. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_node_type_resource_usage_ext.py +0 -0
  119. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_node_usage_ext.py +0 -0
  120. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_project.py +0 -0
  121. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_project_credential.py +0 -0
  122. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_proxy_connection.py +0 -0
  123. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_proxy_connection_ext.py +0 -0
  124. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/cluster_report_ext.py +0 -0
  125. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/command_template.py +0 -0
  126. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/command_template_ext.py +0 -0
  127. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/command_template_parameter.py +0 -0
  128. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/command_template_parameter_ext.py +0 -0
  129. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/command_template_parameter_value_ext.py +0 -0
  130. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/contact.py +0 -0
  131. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/copy_job_data_from_temp_model.py +0 -0
  132. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/copy_job_data_to_temp_model.py +0 -0
  133. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_command_inner_template_parameter_model.py +0 -0
  134. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_command_template_from_generic_model.py +0 -0
  135. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_command_template_model.py +0 -0
  136. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_command_template_parameter_model.py +0 -0
  137. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_job_by_project_model.py +0 -0
  138. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_project_assignment_to_cluster_model.py +0 -0
  139. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_project_model.py +0 -0
  140. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_secure_shell_key_model.py +0 -0
  141. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/create_secure_shell_key_model_obsolete.py +0 -0
  142. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/current_cluster_node_usage_model.py +0 -0
  143. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/current_info_for_job_model.py +0 -0
  144. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/data_transfer_method_ext.py +0 -0
  145. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/delete_job_model.py +0 -0
  146. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/deployment_type_ext.py +0 -0
  147. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/digital_signature_credentials_ext.py +0 -0
  148. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/download_file_from_cluster_model.py +0 -0
  149. {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
  150. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/end_data_transfer_model.py +0 -0
  151. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/end_file_transfer_model.py +0 -0
  152. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/environment_variable_ext.py +0 -0
  153. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/extended_command_template_ext.py +0 -0
  154. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/extended_command_template_parameter_ext.py +0 -0
  155. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/extended_project_info_ext.py +0 -0
  156. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/file_information_ext.py +0 -0
  157. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/file_transfer_cipher_type.py +0 -0
  158. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/file_transfer_cipher_type_ext.py +0 -0
  159. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/file_transfer_key_credentials_ext.py +0 -0
  160. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/file_transfer_method.py +0 -0
  161. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/file_transfer_method_ext.py +0 -0
  162. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/file_transfer_protocol.py +0 -0
  163. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/file_transfer_protocol_ext.py +0 -0
  164. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/get_command_template_parameters_name_model.py +0 -0
  165. {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
  166. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/get_data_transfer_method_model.py +0 -0
  167. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/get_file_transfer_method_model.py +0 -0
  168. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/http_get_to_job_node_model.py +0 -0
  169. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/http_header_ext.py +0 -0
  170. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/http_post_to_job_node_model.py +0 -0
  171. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/initialize_cluster_script_directory_model.py +0 -0
  172. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/instance_information_ext.py +0 -0
  173. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/job_detailed_report_ext.py +0 -0
  174. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/job_file_content_ext.py +0 -0
  175. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/job_report_ext.py +0 -0
  176. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/job_specification_by_project_ext.py +0 -0
  177. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/job_specification_ext.py +0 -0
  178. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/job_state_aggregation_report_ext.py +0 -0
  179. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/job_state_ext.py +0 -0
  180. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/lexis_credentials_ext.py +0 -0
  181. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/list_changed_files_for_job_model.py +0 -0
  182. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/list_jobs_for_current_user_model.py +0 -0
  183. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/modify_command_template_from_generic_model.py +0 -0
  184. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/modify_command_template_model.py +0 -0
  185. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/modify_command_template_parameter_model.py +0 -0
  186. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/modify_project_assignment_to_cluster_model.py +0 -0
  187. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/modify_project_model.py +0 -0
  188. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/node_used_cores_and_limitation_ext.py +0 -0
  189. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/open_id_credentials_ext.py +0 -0
  190. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/open_stack_application_credentials_ext.py +0 -0
  191. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/password_credentials_ext.py +0 -0
  192. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/problem_details.py +0 -0
  193. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project.py +0 -0
  194. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project_contact.py +0 -0
  195. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project_detailed_report_ext.py +0 -0
  196. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project_ext.py +0 -0
  197. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project_for_task_ext.py +0 -0
  198. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project_list_report_ext.py +0 -0
  199. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project_reference_ext.py +0 -0
  200. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project_report_ext.py +0 -0
  201. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/project_resource_usage_ext.py +0 -0
  202. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/proxy_type.py +0 -0
  203. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/proxy_type_ext.py +0 -0
  204. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/public_key_ext.py +0 -0
  205. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/recreate_secure_shell_key_model.py +0 -0
  206. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/regenerate_secure_shell_key_model.py +0 -0
  207. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/regenerate_secure_shell_key_model_obsolete.py +0 -0
  208. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/remove_command_template_model.py +0 -0
  209. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/remove_command_template_parameter_model.py +0 -0
  210. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/remove_project_assignment_to_cluster_model.py +0 -0
  211. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/remove_project_model.py +0 -0
  212. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/remove_secure_shell_key_model.py +0 -0
  213. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/remove_secure_shell_key_model_obsolete.py +0 -0
  214. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/resource_allocation_type_ext.py +0 -0
  215. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/resource_limitation_ext.py +0 -0
  216. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/resource_usage_ext.py +0 -0
  217. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/scheduler_type.py +0 -0
  218. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/ssh_key_user_credentials_model.py +0 -0
  219. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/submit_job_model.py +0 -0
  220. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/submitted_job_info_ext.py +0 -0
  221. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/submitted_task_info_ext.py +0 -0
  222. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/synchronizable_files_ext.py +0 -0
  223. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/task_detailed_report_ext.py +0 -0
  224. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/task_file_offset_ext.py +0 -0
  225. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/task_paralization_parameter_ext.py +0 -0
  226. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/task_priority_ext.py +0 -0
  227. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/task_report_ext.py +0 -0
  228. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/task_specification_ext.py +0 -0
  229. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/task_state_ext.py +0 -0
  230. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/test_cluster_access_for_account_model.py +0 -0
  231. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/test_cluster_access_for_account_model_obsolete.py +0 -0
  232. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/unauthorized_result.py +0 -0
  233. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/usage_type.py +0 -0
  234. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/usage_type_ext.py +0 -0
  235. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/user_group_detailed_report_ext.py +0 -0
  236. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/user_group_list_report_ext.py +0 -0
  237. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/user_group_report_ext.py +0 -0
  238. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/models/version_information_ext.py +0 -0
  239. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v4/core/rest.py +0 -0
  240. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/__init__.py +0 -0
  241. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/cli/__init__.py +0 -0
  242. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/cli/auth.py +0 -0
  243. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/cli/report.py +0 -0
  244. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/__init__.py +0 -0
  245. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api/__init__.py +0 -0
  246. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api/cluster_information_api.py +0 -0
  247. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api/data_transfer_api.py +0 -0
  248. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api/file_transfer_api.py +0 -0
  249. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api/job_management_api.py +0 -0
  250. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api/job_reporting_api.py +0 -0
  251. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api/management_api.py +0 -0
  252. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api/user_and_limitation_management_api.py +0 -0
  253. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/api_client.py +0 -0
  254. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/base/__init__.py +0 -0
  255. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/base/exceptions.py +0 -0
  256. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/base/logger.py +0 -0
  257. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/configuration.py +0 -0
  258. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/__init__.py +0 -0
  259. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/accounting_ext.py +0 -0
  260. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/accounting_state_ext.py +0 -0
  261. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/accounting_state_type_ext.py +0 -0
  262. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/adaptor_user_ext.py +0 -0
  263. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/adaptor_user_group_ext.py +0 -0
  264. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/adaptor_user_role_ext.py +0 -0
  265. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/adaptor_user_type_ext.py +0 -0
  266. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/authenticate_lexis_token_model.py +0 -0
  267. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/authenticate_user_digital_signature_model.py +0 -0
  268. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/authenticate_user_open_id_model.py +0 -0
  269. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/authenticate_user_open_id_open_stack_model.py +0 -0
  270. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/authenticate_user_password_model.py +0 -0
  271. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/bad_request_result.py +0 -0
  272. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cancel_job_model.py +0 -0
  273. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_aggregated_report_ext.py +0 -0
  274. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_authentication_credentials_auth_type_ext.py +0 -0
  275. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_connection_protocol.py +0 -0
  276. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_connection_protocol_ext.py +0 -0
  277. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_detailed_report_ext.py +0 -0
  278. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_ext.py +0 -0
  279. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_extended_report_ext.py +0 -0
  280. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_init_report_ext.py +0 -0
  281. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_extended_type_report_ext.py +0 -0
  282. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_aggregated_report_ext.py +0 -0
  283. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_aggregation_accounting_ext.py +0 -0
  284. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_aggregation_ext.py +0 -0
  285. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_detailed_report_ext.py +0 -0
  286. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_ext.py +0 -0
  287. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_for_task_ext.py +0 -0
  288. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_report_ext.py +0 -0
  289. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_type_resource_usage_ext.py +0 -0
  290. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_node_usage_ext.py +0 -0
  291. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_project_ext.py +0 -0
  292. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_proxy_connection_ext.py +0 -0
  293. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/cluster_report_ext.py +0 -0
  294. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/command_template_ext.py +0 -0
  295. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/command_template_parameter_ext.py +0 -0
  296. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/command_template_parameter_value_ext.py +0 -0
  297. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/compute_accounting_model.py +0 -0
  298. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/copy_job_data_from_temp_model.py +0 -0
  299. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/copy_job_data_to_temp_model.py +0 -0
  300. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_accounting_model.py +0 -0
  301. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_cluster_model.py +0 -0
  302. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_cluster_node_type_aggregation_accounting_model.py +0 -0
  303. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_cluster_node_type_aggregation_model.py +0 -0
  304. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_cluster_node_type_model.py +0 -0
  305. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_cluster_proxy_connection_model.py +0 -0
  306. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_command_inner_template_parameter_model.py +0 -0
  307. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_command_template_from_generic_model.py +0 -0
  308. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_command_template_model.py +0 -0
  309. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_command_template_parameter_model.py +0 -0
  310. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_file_transfer_method_model.py +0 -0
  311. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_job_by_project_model.py +0 -0
  312. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_project_assignment_to_cluster_model.py +0 -0
  313. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_project_cluster_node_type_aggregation_model.py +0 -0
  314. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_project_model.py +0 -0
  315. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_secure_shell_key_model.py +0 -0
  316. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_secure_shell_key_model_obsolete.py +0 -0
  317. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/create_sub_project_model.py +0 -0
  318. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/data_transfer_method_ext.py +0 -0
  319. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/delete_job_model.py +0 -0
  320. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/deployment_type_ext.py +0 -0
  321. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/digital_signature_credentials_ext.py +0 -0
  322. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/download_file_from_cluster_model.py +0 -0
  323. {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
  324. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/end_data_transfer_model.py +0 -0
  325. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/end_file_transfer_model.py +0 -0
  326. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/environment_variable_ext.py +0 -0
  327. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/extended_cluster_ext.py +0 -0
  328. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/extended_command_template_ext.py +0 -0
  329. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/extended_command_template_parameter_ext.py +0 -0
  330. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/extended_project_info_ext.py +0 -0
  331. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/file_information_ext.py +0 -0
  332. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/file_transfer_cipher_type_ext.py +0 -0
  333. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/file_transfer_key_credentials_ext.py +0 -0
  334. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/file_transfer_method_ext.py +0 -0
  335. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/file_transfer_method_no_credentials_ext.py +0 -0
  336. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/file_transfer_protocol.py +0 -0
  337. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/file_transfer_protocol_ext.py +0 -0
  338. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/get_command_template_parameters_name_model.py +0 -0
  339. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/get_data_transfer_method_model.py +0 -0
  340. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/get_file_transfer_method_model.py +0 -0
  341. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/http_get_to_job_node_model.py +0 -0
  342. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/http_header_ext.py +0 -0
  343. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/http_post_to_job_node_model.py +0 -0
  344. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/initialize_cluster_script_directory_model.py +0 -0
  345. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/instance_information_ext.py +0 -0
  346. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/job_detailed_report_ext.py +0 -0
  347. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/job_extended_report_ext.py +0 -0
  348. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/job_file_content_ext.py +0 -0
  349. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/job_report_ext.py +0 -0
  350. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/job_specification_ext.py +0 -0
  351. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/job_state_aggregation_report_ext.py +0 -0
  352. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/job_state_ext.py +0 -0
  353. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/lexis_credentials_ext.py +0 -0
  354. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_accounting_model.py +0 -0
  355. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_cluster_model.py +0 -0
  356. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_cluster_node_type_aggregation_model.py +0 -0
  357. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_cluster_node_type_model.py +0 -0
  358. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_cluster_proxy_connection_model.py +0 -0
  359. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_command_template_from_generic_model.py +0 -0
  360. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_command_template_model.py +0 -0
  361. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_command_template_parameter_model.py +0 -0
  362. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_file_transfer_method_model.py +0 -0
  363. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_project_assignment_to_cluster_model.py +0 -0
  364. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_project_cluster_node_type_aggregation_model.py +0 -0
  365. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_project_model.py +0 -0
  366. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/modify_sub_project_model.py +0 -0
  367. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/node_used_cores_and_limitation_ext.py +0 -0
  368. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/open_id_credentials_ext.py +0 -0
  369. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/open_stack_application_credentials_ext.py +0 -0
  370. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/password_credentials_ext.py +0 -0
  371. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/problem_details.py +0 -0
  372. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_aggregated_report_ext.py +0 -0
  373. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_cluster_node_type_aggregation_ext.py +0 -0
  374. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_detailed_report_ext.py +0 -0
  375. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_ext.py +0 -0
  376. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_extended_report_ext.py +0 -0
  377. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_for_task_ext.py +0 -0
  378. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_list_report_ext.py +0 -0
  379. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_reference_ext.py +0 -0
  380. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_report_ext.py +0 -0
  381. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/project_resource_usage_ext.py +0 -0
  382. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/proxy_type.py +0 -0
  383. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/proxy_type_ext.py +0 -0
  384. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/public_key_ext.py +0 -0
  385. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/regenerate_secure_shell_key_model.py +0 -0
  386. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/regenerate_secure_shell_key_model_obsolete.py +0 -0
  387. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_accounting_model.py +0 -0
  388. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_model.py +0 -0
  389. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_node_type_aggregation_accounting_model.py +0 -0
  390. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_node_type_aggregation_model.py +0 -0
  391. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_node_type_model.py +0 -0
  392. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_cluster_proxy_connection_model.py +0 -0
  393. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_command_template_model.py +0 -0
  394. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_command_template_parameter_model.py +0 -0
  395. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_file_transfer_method_model.py +0 -0
  396. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_project_assignment_to_cluster_model.py +0 -0
  397. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_project_cluster_node_type_aggregation_model.py +0 -0
  398. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_project_model.py +0 -0
  399. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_secure_shell_key_model.py +0 -0
  400. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_secure_shell_key_model_obsolete.py +0 -0
  401. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/remove_sub_project_model.py +0 -0
  402. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/resource_allocation_type_ext.py +0 -0
  403. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/scheduler_type.py +0 -0
  404. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/scheduler_type_ext.py +0 -0
  405. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/ssh_key_user_credentials_model.py +0 -0
  406. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/sub_project_aggregated_report_ext.py +0 -0
  407. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/sub_project_ext.py +0 -0
  408. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/submit_job_model.py +0 -0
  409. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/submitted_job_info_ext.py +0 -0
  410. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/submitted_task_info_ext.py +0 -0
  411. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/synchronizable_files_ext.py +0 -0
  412. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/task_detailed_report_ext.py +0 -0
  413. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/task_extended_report_ext.py +0 -0
  414. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/task_file_offset_ext.py +0 -0
  415. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/task_paralization_parameter_ext.py +0 -0
  416. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/task_priority_ext.py +0 -0
  417. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/task_report_ext.py +0 -0
  418. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/task_specification_ext.py +0 -0
  419. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/task_state_ext.py +0 -0
  420. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/test_cluster_access_for_account_model_obsolete.py +0 -0
  421. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/unauthorized_result.py +0 -0
  422. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/usage_type_ext.py +0 -0
  423. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/user_group_list_report_ext.py +0 -0
  424. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/models/version_information_ext.py +0 -0
  425. {py4heappe-2.1.1 → py4heappe-2.2.0}/src/py4heappe/heappe_v5/core/rest.py +0 -0
  426. {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/dependency_links.txt
13
- UNKNOWN.egg-info/PKG-INFO
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.1.1
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==3.5.0
16
+ Requires-Dist: paramiko==4.0.0
17
17
  Requires-Dist: scp==0.15.0
18
- Requires-Dist: urllib3==2.2.3
19
- Requires-Dist: certifi==2024.8.30
20
- Requires-Dist: six==1.16.0
21
- Requires-Dist: typer==0.13.1
22
- Requires-Dist: python-dotenv==1.0.1
23
- Requires-Dist: validators==0.34.0
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==3.5.0
125
+ paramiko==4.0.0
121
126
  scp==0.15.0
122
- urllib3==2.2.3
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==3.5.0
99
+ paramiko==4.0.0
96
100
  scp==0.15.0
97
- urllib3==2.2.3
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.1.1"
9
+ version = "2.2.0"
10
10
  license = "MIT"
11
11
  readme = "README.md"
12
12
  requires-python = ">=3.11"
@@ -0,0 +1,9 @@
1
+ paramiko==4.0.0
2
+ scp==0.15.0
3
+ urllib3==2.5.0
4
+ certifi==2025.8.3
5
+ six==1.17.0
6
+ click==8.3.0
7
+ typer>=0.15.0
8
+ python-dotenv>=0.21.1
9
+ validators==0.35.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Py4HEAppE
3
- Version: 2.1.1
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==3.5.0
16
+ Requires-Dist: paramiko==4.0.0
17
17
  Requires-Dist: scp==0.15.0
18
- Requires-Dist: urllib3==2.2.3
19
- Requires-Dist: certifi==2024.8.30
20
- Requires-Dist: six==1.16.0
21
- Requires-Dist: typer==0.13.1
22
- Requires-Dist: python-dotenv==1.0.1
23
- Requires-Dist: validators==0.34.0
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==3.5.0
125
+ paramiko==4.0.0
121
126
  scp==0.15.0
122
- urllib3==2.2.3
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
@@ -0,0 +1,9 @@
1
+ paramiko==4.0.0
2
+ scp==0.15.0
3
+ urllib3==2.5.0
4
+ certifi==2025.8.3
5
+ six==1.17.0
6
+ click==8.3.0
7
+ typer>=0.15.0
8
+ python-dotenv>=0.21.1
9
+ validators==0.35.0
@@ -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(None, help='Cluster node type identifier'),
101
- isEnabled:bool = typer.Option(None, help='Is enabled')):
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": 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
- if not validators.url(url):
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 url:
53
- url = url.replace("/swagger/index.html", "")
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", 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.print_and_log("Fetching computational project ...")
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,