polyaxon 2.1.6rc0__tar.gz → 2.1.7.post1__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 (607) hide show
  1. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/PKG-INFO +2 -2
  2. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/artifacts.py +81 -0
  3. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/components.py +81 -0
  4. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/models.py +81 -0
  5. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/operations.py +1 -1
  6. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/project_versions.py +113 -1
  7. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/project.py +196 -1
  8. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_contexts/paths.py +1 -1
  9. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/service.py +3 -0
  10. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/pkg.py +1 -1
  11. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon.egg-info/PKG-INFO +2 -2
  12. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon.egg-info/requires.txt +1 -1
  13. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/setup.cfg +1 -1
  14. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/MANIFEST.in +0 -0
  15. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/__init__.py +0 -0
  16. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/__main__.py +0 -0
  17. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_auxiliaries/__init__.py +0 -0
  18. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_auxiliaries/cleaner.py +0 -0
  19. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_auxiliaries/default_scheduling.py +0 -0
  20. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_auxiliaries/init.py +0 -0
  21. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_auxiliaries/notifier.py +0 -0
  22. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_auxiliaries/sidecar.py +0 -0
  23. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_auxiliaries/tuner.py +0 -0
  24. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/__init__.py +0 -0
  25. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/admin.py +0 -0
  26. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/auth.py +0 -0
  27. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/check.py +0 -0
  28. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/completion.py +0 -0
  29. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/config.py +0 -0
  30. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/dashboard.py +0 -0
  31. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/errors.py +0 -0
  32. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/init.py +0 -0
  33. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/options.py +0 -0
  34. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/port_forward.py +0 -0
  35. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/projects.py +0 -0
  36. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/run.py +0 -0
  37. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/__init__.py +0 -0
  38. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/agent.py +0 -0
  39. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/clean_artifacts.py +0 -0
  40. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/docker.py +0 -0
  41. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/initializer.py +0 -0
  42. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/notifier.py +0 -0
  43. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/sidecar.py +0 -0
  44. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/tuner.py +0 -0
  45. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/services/wait.py +0 -0
  46. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/session.py +0 -0
  47. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/utils.py +0 -0
  48. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_cli/version.py +0 -0
  49. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/__init__.py +0 -0
  50. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/client.py +0 -0
  51. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/decorators/__init__.py +0 -0
  52. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/decorators/client_call_handler.py +0 -0
  53. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/decorators/errors.py +0 -0
  54. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/decorators/is_managed.py +0 -0
  55. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/impersonate.py +0 -0
  56. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/init.py +0 -0
  57. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/run.py +0 -0
  58. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/store.py +0 -0
  59. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/transport/__init__.py +0 -0
  60. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/transport/http_transport.py +0 -0
  61. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/transport/periodic_transport.py +0 -0
  62. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/transport/retry_transport.py +0 -0
  63. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/transport/socket_transport.py +0 -0
  64. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/transport/threaded_transport.py +0 -0
  65. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/transport/ws_client.py +0 -0
  66. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/workers/__init__.py +0 -0
  67. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/workers/base_worker.py +0 -0
  68. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/workers/periodic_worker.py +0 -0
  69. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_client/workers/queue_worker.py +0 -0
  70. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/__init__.py +0 -0
  71. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/__init__.py +0 -0
  72. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/base.py +0 -0
  73. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/contexts.py +0 -0
  74. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/dask_job.py +0 -0
  75. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/job.py +0 -0
  76. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/kubeflow/__init__.py +0 -0
  77. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/kubeflow/mpi_job.py +0 -0
  78. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/kubeflow/mx_job.py +0 -0
  79. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/kubeflow/paddle_job.py +0 -0
  80. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/kubeflow/pytroch_job.py +0 -0
  81. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/kubeflow/tf_job.py +0 -0
  82. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/kubeflow/xgb_job.py +0 -0
  83. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/ray_job.py +0 -0
  84. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/contexts/service.py +0 -0
  85. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/lineage/__init__.py +0 -0
  86. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/lineage/artifacts_collector.py +0 -0
  87. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/lineage/collector.py +0 -0
  88. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/lineage/io_collector.py +0 -0
  89. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/resolver/__init__.py +0 -0
  90. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/resolver/agent.py +0 -0
  91. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/resolver/resolver.py +0 -0
  92. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_compiler/resolver/runtime.py +0 -0
  93. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_config/__init__.py +0 -0
  94. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_config/manager.py +0 -0
  95. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_config/parser.py +0 -0
  96. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_config/reader.py +0 -0
  97. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_config/spec.py +0 -0
  98. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_connections/__init__.py +0 -0
  99. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_connections/kinds.py +0 -0
  100. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_connections/schemas.py +0 -0
  101. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_constants/__init__.py +0 -0
  102. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_constants/globals.py +0 -0
  103. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_constants/metadata.py +0 -0
  104. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_containers/__init__.py +0 -0
  105. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_containers/names.py +0 -0
  106. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_containers/pull_policy.py +0 -0
  107. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_containers/statuses.py +0 -0
  108. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_contexts/__init__.py +0 -0
  109. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_contexts/keys.py +0 -0
  110. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_contexts/params.py +0 -0
  111. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_contexts/refs.py +0 -0
  112. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_contexts/sections.py +0 -0
  113. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/__init__.py +0 -0
  114. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/operators/__init__.py +0 -0
  115. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/operators/cmd_operator.py +0 -0
  116. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/operators/compose.py +0 -0
  117. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/operators/conda.py +0 -0
  118. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/operators/docker.py +0 -0
  119. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/operators/helm.py +0 -0
  120. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/operators/kubectl.py +0 -0
  121. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/operators/pip.py +0 -0
  122. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/reader.py +0 -0
  123. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/__init__.py +0 -0
  124. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/auth.py +0 -0
  125. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/celery.py +0 -0
  126. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/deployment.py +0 -0
  127. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/deployment_types.py +0 -0
  128. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/email.py +0 -0
  129. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/ingress.py +0 -0
  130. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/intervals.py +0 -0
  131. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/operators.py +0 -0
  132. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/proxy.py +0 -0
  133. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/rbac.py +0 -0
  134. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/root_user.py +0 -0
  135. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/security_context.py +0 -0
  136. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/service_types.py +0 -0
  137. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/ssl.py +0 -0
  138. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_deploy/schemas/ui.py +0 -0
  139. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_dist.py +0 -0
  140. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/__init__.py +0 -0
  141. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/agent.py +0 -0
  142. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/builder/__init__.py +0 -0
  143. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/builder/builder.py +0 -0
  144. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/builder/dockerfile.py +0 -0
  145. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/builder/generator.py +0 -0
  146. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/__init__.py +0 -0
  147. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/base/__init__.py +0 -0
  148. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/base/base.py +0 -0
  149. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/base/containers.py +0 -0
  150. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/base/env_vars.py +0 -0
  151. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/base/init.py +0 -0
  152. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/base/main.py +0 -0
  153. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/base/mounts.py +0 -0
  154. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/converters/__init__.py +0 -0
  155. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/converters/job.py +0 -0
  156. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/converters/service.py +0 -0
  157. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/converter/mixins.py +0 -0
  158. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/docker_types.py +0 -0
  159. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_docker/executor.py +0 -0
  160. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/__init__.py +0 -0
  161. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/getters/__init__.py +0 -0
  162. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/getters/agent.py +0 -0
  163. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/getters/owner_entity.py +0 -0
  164. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/getters/project.py +0 -0
  165. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/getters/queue.py +0 -0
  166. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/getters/run.py +0 -0
  167. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/getters/user.py +0 -0
  168. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/getters/versioned_entity.py +0 -0
  169. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_env_vars/keys.py +0 -0
  170. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/__init__.py +0 -0
  171. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/builds/__init__.py +0 -0
  172. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/cache/__init__.py +0 -0
  173. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/cache/enums.py +0 -0
  174. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/component/__init__.py +0 -0
  175. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/component/base.py +0 -0
  176. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/component/component.py +0 -0
  177. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/component/component_reference.py +0 -0
  178. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/containers/__init__.py +0 -0
  179. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/containers/container.py +0 -0
  180. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/dags/__init__.py +0 -0
  181. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/early_stopping/__init__.py +0 -0
  182. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/early_stopping/policies.py +0 -0
  183. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/environment/__init__.py +0 -0
  184. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/events/__init__.py +0 -0
  185. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/events/enums.py +0 -0
  186. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/hooks/__init__.py +0 -0
  187. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/init/__init__.py +0 -0
  188. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/io/__init__.py +0 -0
  189. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/io/io.py +0 -0
  190. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/joins/__init__.py +0 -0
  191. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/__init__.py +0 -0
  192. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/base.py +0 -0
  193. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/bayes.py +0 -0
  194. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/enums.py +0 -0
  195. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/grid_search.py +0 -0
  196. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/hyperband.py +0 -0
  197. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/hyperopt.py +0 -0
  198. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/iterative.py +0 -0
  199. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/mapping.py +0 -0
  200. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/params.py +0 -0
  201. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/random_search.py +0 -0
  202. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/matrix/tuner.py +0 -0
  203. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/mounts/__init__.py +0 -0
  204. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/mounts/artifacts_mounts.py +0 -0
  205. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/notifications/__init__.py +0 -0
  206. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/operations/__init__.py +0 -0
  207. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/operations/base.py +0 -0
  208. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/operations/compiled_operation.py +0 -0
  209. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/operations/operation.py +0 -0
  210. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/operators.py +0 -0
  211. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/optimization/__init__.py +0 -0
  212. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/optimization/enums.py +0 -0
  213. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/params/__init__.py +0 -0
  214. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/params/ops_params.py +0 -0
  215. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/params/params.py +0 -0
  216. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/plugins/__init__.py +0 -0
  217. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/references/__init__.py +0 -0
  218. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/references/dag.py +0 -0
  219. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/references/hub.py +0 -0
  220. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/references/mixin.py +0 -0
  221. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/references/path.py +0 -0
  222. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/references/url.py +0 -0
  223. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/__init__.py +0 -0
  224. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/base.py +0 -0
  225. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/cleaner.py +0 -0
  226. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/dag.py +0 -0
  227. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/dask/__init__.py +0 -0
  228. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/dask/dask.py +0 -0
  229. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/dask/replica.py +0 -0
  230. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/enums.py +0 -0
  231. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/job.py +0 -0
  232. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/__init__.py +0 -0
  233. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/clean_pod_policy.py +0 -0
  234. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/mpi_job.py +0 -0
  235. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/mx_job.py +0 -0
  236. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/paddle_job.py +0 -0
  237. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/pytorch_job.py +0 -0
  238. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/replica.py +0 -0
  239. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/scheduling_policy.py +0 -0
  240. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/tf_job.py +0 -0
  241. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/kubeflow/xgboost_job.py +0 -0
  242. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/notifier.py +0 -0
  243. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/patch.py +0 -0
  244. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/ray/__init__.py +0 -0
  245. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/ray/ray.py +0 -0
  246. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/ray/replica.py +0 -0
  247. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/resources.py +0 -0
  248. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/service.py +0 -0
  249. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/tuner.py +0 -0
  250. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/run/utils.py +0 -0
  251. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/schedules/__init__.py +0 -0
  252. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/schedules/cron.py +0 -0
  253. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/schedules/datetime.py +0 -0
  254. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/schedules/enums.py +0 -0
  255. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/schedules/interval.py +0 -0
  256. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/templates/__init__.py +0 -0
  257. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/termination/__init__.py +0 -0
  258. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_flow/trigger_policies.py +0 -0
  259. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_fs/__init__.py +0 -0
  260. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_fs/async_manager.py +0 -0
  261. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_fs/fs.py +0 -0
  262. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_fs/manager.py +0 -0
  263. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_fs/tar.py +0 -0
  264. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_fs/types.py +0 -0
  265. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_fs/utils.py +0 -0
  266. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_fs/watcher.py +0 -0
  267. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_init/__init__.py +0 -0
  268. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_init/artifacts.py +0 -0
  269. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_init/auth.py +0 -0
  270. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_init/dockerfile.py +0 -0
  271. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_init/file.py +0 -0
  272. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_init/git.py +0 -0
  273. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_init/tensorboard.py +0 -0
  274. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/__init__.py +0 -0
  275. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/agent/__init__.py +0 -0
  276. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/agent/agent.py +0 -0
  277. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/agent/async_agent.py +0 -0
  278. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/constants.py +0 -0
  279. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/__init__.py +0 -0
  280. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/base/__init__.py +0 -0
  281. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/base/base.py +0 -0
  282. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/base/containers.py +0 -0
  283. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/base/env_vars.py +0 -0
  284. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/base/init.py +0 -0
  285. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/base/main.py +0 -0
  286. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/base/mounts.py +0 -0
  287. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/base/sidecar.py +0 -0
  288. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/common/__init__.py +0 -0
  289. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/common/accelerators.py +0 -0
  290. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/common/annotations.py +0 -0
  291. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/common/volumes.py +0 -0
  292. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/__init__.py +0 -0
  293. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/dask_job.py +0 -0
  294. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/helpers.py +0 -0
  295. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/job.py +0 -0
  296. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/kubeflow/__init__.py +0 -0
  297. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/kubeflow/mpi_job.py +0 -0
  298. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/kubeflow/mx_job.py +0 -0
  299. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/kubeflow/paddle_job.py +0 -0
  300. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/kubeflow/pytroch_job.py +0 -0
  301. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/kubeflow/tf_job.py +0 -0
  302. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/kubeflow/xgboost_job.py +0 -0
  303. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/ray_job.py +0 -0
  304. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/converters/service.py +0 -0
  305. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/mixins.py +0 -0
  306. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/pod/__init__.py +0 -0
  307. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/pod/spec.py +0 -0
  308. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/converter/pod/volumes.py +0 -0
  309. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/__init__.py +0 -0
  310. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/crd.py +0 -0
  311. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/dask_job.py +0 -0
  312. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/job.py +0 -0
  313. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/kubeflow/__init__.py +0 -0
  314. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/kubeflow/common.py +0 -0
  315. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/kubeflow/mpi_job.py +0 -0
  316. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/kubeflow/mx_job.py +0 -0
  317. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/kubeflow/paddle_job.py +0 -0
  318. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/kubeflow/pytorch_job.py +0 -0
  319. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/kubeflow/tf_job.py +0 -0
  320. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/kubeflow/xgb_job.py +0 -0
  321. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/operation.py +0 -0
  322. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/ray_job.py +0 -0
  323. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/service.py +0 -0
  324. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/custom_resources/setter.py +0 -0
  325. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/events.py +0 -0
  326. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/executor/__init__.py +0 -0
  327. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/executor/async_executor.py +0 -0
  328. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/executor/base.py +0 -0
  329. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/executor/executor.py +0 -0
  330. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/k8s_schemas.py +0 -0
  331. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/k8s_validation.py +0 -0
  332. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/logging/__init__.py +0 -0
  333. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/logging/async_monitor.py +0 -0
  334. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/logging/monitor.py +0 -0
  335. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/manager/__init__.py +0 -0
  336. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/manager/async_manager.py +0 -0
  337. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/manager/base.py +0 -0
  338. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/manager/manager.py +0 -0
  339. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/monitor.py +0 -0
  340. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/namespace.py +0 -0
  341. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/nodes.py +0 -0
  342. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/pods.py +0 -0
  343. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_k8s/replica.py +0 -0
  344. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/__init__.py +0 -0
  345. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/agent.py +0 -0
  346. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/auth.py +0 -0
  347. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/cli.py +0 -0
  348. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/client.py +0 -0
  349. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/compose.py +0 -0
  350. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/deploy.py +0 -0
  351. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/git.py +0 -0
  352. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/home.py +0 -0
  353. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/ignore.py +0 -0
  354. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/project.py +0 -0
  355. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/run.py +0 -0
  356. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_managers/user.py +0 -0
  357. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_notifiers/__init__.py +0 -0
  358. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_notifiers/spec.py +0 -0
  359. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_operations/__init__.py +0 -0
  360. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_operations/cleaner.py +0 -0
  361. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_operations/notifier.py +0 -0
  362. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_operations/tuner.py +0 -0
  363. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_plugins/__init__.py +0 -0
  364. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_plugins/sentry.py +0 -0
  365. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/__init__.py +0 -0
  366. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/check.py +0 -0
  367. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/manager/__init__.py +0 -0
  368. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/manager/operations.py +0 -0
  369. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/manager/workflows.py +0 -0
  370. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/params.py +0 -0
  371. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/__init__.py +0 -0
  372. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/base.py +0 -0
  373. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/compiled_operation.py +0 -0
  374. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/component.py +0 -0
  375. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/kinds.py +0 -0
  376. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/libs/__init__.py +0 -0
  377. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/libs/engine.py +0 -0
  378. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/libs/parser.py +0 -0
  379. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/libs/validator.py +0 -0
  380. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/operation.py +0 -0
  381. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_polyaxonfile/specs/sections.py +0 -0
  382. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_pql/__init__.py +0 -0
  383. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_pql/builder.py +0 -0
  384. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_pql/manager.py +0 -0
  385. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_pql/parser.py +0 -0
  386. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/__init__.py +0 -0
  387. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/agent/__init__.py +0 -0
  388. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/agent/async_agent.py +0 -0
  389. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/agent/base_agent.py +0 -0
  390. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/agent/client.py +0 -0
  391. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/agent/sync_agent.py +0 -0
  392. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/__init__.py +0 -0
  393. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/common/__init__.py +0 -0
  394. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/common/constants.py +0 -0
  395. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/common/containers.py +0 -0
  396. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/common/volumes.py +0 -0
  397. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/converter.py +0 -0
  398. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/init/__init__.py +0 -0
  399. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/init/artifacts.py +0 -0
  400. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/init/dockerfile.py +0 -0
  401. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/init/file.py +0 -0
  402. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/init/git.py +0 -0
  403. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/init/store.py +0 -0
  404. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/init/tensorboard.py +0 -0
  405. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/converter/types.py +0 -0
  406. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/executor.py +0 -0
  407. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_runner/kinds.py +0 -0
  408. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/__init__.py +0 -0
  409. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/agent.py +0 -0
  410. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/authentication.py +0 -0
  411. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/base.py +0 -0
  412. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/checks.py +0 -0
  413. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/cli.py +0 -0
  414. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/client.py +0 -0
  415. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/compatibility.py +0 -0
  416. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/container_resources.py +0 -0
  417. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/home.py +0 -0
  418. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/installation.py +0 -0
  419. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/lifecycle.py +0 -0
  420. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/log_handler.py +0 -0
  421. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/services.py +0 -0
  422. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/__init__.py +0 -0
  423. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/artifacts.py +0 -0
  424. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/base.py +0 -0
  425. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/clipped.py +0 -0
  426. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/dockerfile.py +0 -0
  427. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/event.py +0 -0
  428. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/file.py +0 -0
  429. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/git.py +0 -0
  430. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/types/tensorboard.py +0 -0
  431. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/user.py +0 -0
  432. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_schemas/version.py +0 -0
  433. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/__init__.py +0 -0
  434. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/__init__.py +0 -0
  435. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/agents_v1_api.py +0 -0
  436. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/artifacts_stores_v1_api.py +0 -0
  437. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/auth_v1_api.py +0 -0
  438. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/connections_v1_api.py +0 -0
  439. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/dashboards_v1_api.py +0 -0
  440. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/organizations_v1_api.py +0 -0
  441. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/presets_v1_api.py +0 -0
  442. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/project_dashboards_v1_api.py +0 -0
  443. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/project_searches_v1_api.py +0 -0
  444. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/projects_v1_api.py +0 -0
  445. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/queues_v1_api.py +0 -0
  446. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/runs_v1_api.py +0 -0
  447. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/searches_v1_api.py +0 -0
  448. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/service_accounts_v1_api.py +0 -0
  449. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/tags_v1_api.py +0 -0
  450. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/teams_v1_api.py +0 -0
  451. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/users_v1_api.py +0 -0
  452. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/api/versions_v1_api.py +0 -0
  453. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/async_client/__init__.py +0 -0
  454. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/async_client/api_client.py +0 -0
  455. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/async_client/rest.py +0 -0
  456. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/base_api.py +0 -0
  457. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/configuration.py +0 -0
  458. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/__init__.py +0 -0
  459. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_activity.py +0 -0
  460. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_agent.py +0 -0
  461. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_agent_reconcile_body_request.py +0 -0
  462. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_agent_state_response.py +0 -0
  463. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_agent_state_response_agent_state.py +0 -0
  464. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_agent_status_body_request.py +0 -0
  465. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_analytics_spec.py +0 -0
  466. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_artifact_tree.py +0 -0
  467. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_auth.py +0 -0
  468. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_cloning.py +0 -0
  469. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_connection_response.py +0 -0
  470. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_dashboard.py +0 -0
  471. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_dashboard_spec.py +0 -0
  472. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_entities_tags.py +0 -0
  473. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_entities_transfer.py +0 -0
  474. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_entity_notification_body.py +0 -0
  475. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_entity_stage_body_request.py +0 -0
  476. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_entity_status_body_request.py +0 -0
  477. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_events_response.py +0 -0
  478. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_activities_response.py +0 -0
  479. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_agents_response.py +0 -0
  480. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_bookmarks_response.py +0 -0
  481. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_connections_response.py +0 -0
  482. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_dashboards_response.py +0 -0
  483. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_organization_members_response.py +0 -0
  484. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_organizations_response.py +0 -0
  485. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_presets_response.py +0 -0
  486. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_project_versions_response.py +0 -0
  487. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_projects_response.py +0 -0
  488. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_queues_response.py +0 -0
  489. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_run_artifacts_response.py +0 -0
  490. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_run_connections_response.py +0 -0
  491. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_run_edges_response.py +0 -0
  492. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_runs_response.py +0 -0
  493. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_searches_response.py +0 -0
  494. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_service_accounts_response.py +0 -0
  495. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_tags_response.py +0 -0
  496. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_team_members_response.py +0 -0
  497. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_teams_response.py +0 -0
  498. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_list_token_response.py +0 -0
  499. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_operation_body.py +0 -0
  500. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_organization.py +0 -0
  501. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_organization_member.py +0 -0
  502. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_password_change.py +0 -0
  503. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_pipeline.py +0 -0
  504. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_preset.py +0 -0
  505. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_project.py +0 -0
  506. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_project_settings.py +0 -0
  507. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_project_version.py +0 -0
  508. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_queue.py +0 -0
  509. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_run.py +0 -0
  510. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_run_connection.py +0 -0
  511. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_run_edge.py +0 -0
  512. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_run_edge_lineage.py +0 -0
  513. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_run_edges_graph.py +0 -0
  514. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_run_reference_catalog.py +0 -0
  515. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_run_settings.py +0 -0
  516. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_search.py +0 -0
  517. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_search_spec.py +0 -0
  518. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_section_spec.py +0 -0
  519. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_service_account.py +0 -0
  520. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_settings_catalog.py +0 -0
  521. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_tag.py +0 -0
  522. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_team.py +0 -0
  523. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_team_member.py +0 -0
  524. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_team_settings.py +0 -0
  525. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_token.py +0 -0
  526. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_trial_start.py +0 -0
  527. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_user.py +0 -0
  528. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_user_access.py +0 -0
  529. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_user_email.py +0 -0
  530. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_user_singup.py +0 -0
  531. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/schemas/v1_uuids.py +0 -0
  532. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/sync_client/__init__.py +0 -0
  533. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/sync_client/api_client.py +0 -0
  534. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sdk/sync_client/rest.py +0 -0
  535. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_services/__init__.py +0 -0
  536. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_services/auth.py +0 -0
  537. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_services/headers.py +0 -0
  538. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_services/values.py +0 -0
  539. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/__init__.py +0 -0
  540. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/container/__init__.py +0 -0
  541. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/container/intervals.py +0 -0
  542. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/container/monitors/__init__.py +0 -0
  543. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/container/monitors/artifacts.py +0 -0
  544. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/container/monitors/logs.py +0 -0
  545. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/container/monitors/spec.py +0 -0
  546. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/ignore.py +0 -0
  547. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_sidecar/processor.py +0 -0
  548. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/__init__.py +0 -0
  549. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/cache.py +0 -0
  550. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/cli_constants.py +0 -0
  551. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/__init__.py +0 -0
  552. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/backfill.py +0 -0
  553. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/bo.py +0 -0
  554. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/build.py +0 -0
  555. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/grid.py +0 -0
  556. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/jobs.py +0 -0
  557. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/mapping.py +0 -0
  558. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/pipelines.py +0 -0
  559. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/schedule.py +0 -0
  560. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fixtures/services.py +0 -0
  561. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/formatting.py +0 -0
  562. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/fqn_utils.py +0 -0
  563. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/host_utils.py +0 -0
  564. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/test_utils.py +0 -0
  565. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_utils/urls_utils.py +0 -0
  566. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_vendor/__init__.py +0 -0
  567. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/_vendor/shell_pty.py +0 -0
  568. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/api.py +0 -0
  569. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/cli.py +0 -0
  570. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/client.py +0 -0
  571. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/docker.py +0 -0
  572. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/exceptions.py +0 -0
  573. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/fs.py +0 -0
  574. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/k8s.py +0 -0
  575. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/logger.py +0 -0
  576. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/polyaxonfile.py +0 -0
  577. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/py.typed +0 -0
  578. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/schemas.py +0 -0
  579. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/settings.py +0 -0
  580. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/__init__.py +0 -0
  581. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/__init__.py +0 -0
  582. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/fastai.py +0 -0
  583. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/fastai_v1.py +0 -0
  584. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/hugging_face.py +0 -0
  585. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/ignite.py +0 -0
  586. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/keras.py +0 -0
  587. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/lightgbm.py +0 -0
  588. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/pytorch_lightning.py +0 -0
  589. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/scikit.py +0 -0
  590. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/tensorboard.py +0 -0
  591. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/tensorflow.py +0 -0
  592. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/contrib/xgboost.py +0 -0
  593. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tracking/run.py +0 -0
  594. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tuners/__init__.py +0 -0
  595. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tuners/bayesian_optimization.py +0 -0
  596. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tuners/grid_search.py +0 -0
  597. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tuners/hyperband.py +0 -0
  598. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tuners/hyperopt.py +0 -0
  599. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tuners/mapping.py +0 -0
  600. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/tuners/random_search.py +0 -0
  601. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon/types.py +0 -0
  602. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon.egg-info/SOURCES.txt +0 -0
  603. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon.egg-info/dependency_links.txt +0 -0
  604. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon.egg-info/entry_points.txt +0 -0
  605. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon.egg-info/top_level.txt +0 -0
  606. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/polyaxon_sdk/__init__.py +0 -0
  607. {polyaxon-2.1.6rc0 → polyaxon-2.1.7.post1}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: polyaxon
3
- Version: 2.1.6rc0
3
+ Version: 2.1.7.post1
4
4
  Summary: Command Line Interface (CLI) and client to interact with Polyaxon API.
5
5
  Home-page: https://github.com/polyaxon/polyaxon
6
6
  Author: Polyaxon, Inc.
@@ -51,7 +51,7 @@ Provides-Extra: sandbox
51
51
  [![Slack](https://img.shields.io/badge/Slack-1.5k%20members-blue.svg?style=flat&logo=slack&longCache=true)](https://polyaxon.com/slack/)
52
52
 
53
53
  [![Docs](https://img.shields.io/badge/docs-stable-brightgreen.svg?style=flat&longCache=true)](https://polyaxon.com/docs/)
54
- [![Release](https://img.shields.io/badge/release-v2.1.6-brightgreen.svg?longCache=true)](https://polyaxon.com/docs/releases/2-1/)
54
+ [![Release](https://img.shields.io/badge/release-v2.1.7-brightgreen.svg?longCache=true)](https://polyaxon.com/docs/releases/2-1/)
55
55
  [![GitHub](https://img.shields.io/badge/issue_tracker-github-blue?style=flat&logo=github&longCache=true)](https://github.com/polyaxon/polyaxon/issues)
56
56
  [![GitHub](https://img.shields.io/badge/roadmap-github-blue?style=flat&logo=github&longCache=true)](https://github.com/orgs/polyaxon/projects/5)
57
57
 
@@ -15,6 +15,7 @@ from polyaxon._cli.project_versions import (
15
15
  list_project_versions,
16
16
  open_project_version_dashboard,
17
17
  pull_one_or_many_project_versions,
18
+ push_one_or_many_project_versions,
18
19
  register_project_version,
19
20
  stage_project_version,
20
21
  transfer_project_version,
@@ -547,6 +548,86 @@ def pull(
547
548
  )
548
549
 
549
550
 
551
+ @artifacts.command()
552
+ @click.option(*OPTIONS_PROJECT["args"], **OPTIONS_PROJECT["kwargs"])
553
+ @click.option(*OPTIONS_ARTIFACT_VERSION["args"], **OPTIONS_ARTIFACT_VERSION["kwargs"])
554
+ @click.option(
555
+ "--all-versions",
556
+ "-a",
557
+ is_flag=True,
558
+ default=False,
559
+ help="To push all versions.",
560
+ )
561
+ @click.option(
562
+ "--clean",
563
+ "-c",
564
+ is_flag=True,
565
+ default=False,
566
+ help="To clean the version(s) local data after syncing.",
567
+ )
568
+ @click.option(
569
+ "--path",
570
+ "--path-from",
571
+ type=click.Path(exists=False),
572
+ help="Optional path where the artifact versions are persisted, "
573
+ "default value is taken from the env var: `POLYAXON_OFFLINE_ROOT`.",
574
+ )
575
+ @click.option(
576
+ "--reset-project",
577
+ is_flag=True,
578
+ default=False,
579
+ help="Optional, to ignore the owner/project of the local "
580
+ "version and use the owner/project provided or resolved from the current project.",
581
+ )
582
+ @click.option(
583
+ "--force",
584
+ is_flag=True,
585
+ default=False,
586
+ help="Flag to force register if the version already exists.",
587
+ )
588
+ @click.pass_context
589
+ @clean_outputs
590
+ def push(
591
+ ctx,
592
+ project,
593
+ version,
594
+ all_versions,
595
+ clean,
596
+ path,
597
+ reset_project,
598
+ force,
599
+ ):
600
+ """Push local packaged artifact version or multiple artifact versions to a remove server.
601
+
602
+ Uses /docs/core/cli/#caching
603
+
604
+ Examples:
605
+
606
+ \b
607
+ $ polyaxon artifacts push -ver rc12
608
+
609
+ \b
610
+ $ polyaxon artifacts push -p acme/foobar --path /tmp/versions
611
+
612
+ \b
613
+ $ polyaxon artifacts pull -p acme/foobar -a --path /tmp/versions
614
+ """
615
+ owner, project_name = get_project_or_local(
616
+ project or ctx.obj.get("project"), is_cli=True
617
+ )
618
+ push_one_or_many_project_versions(
619
+ owner=owner,
620
+ project_name=project_name,
621
+ kind=V1ProjectVersionKind.ARTIFACT,
622
+ version=version,
623
+ all_versions=all_versions,
624
+ path=path,
625
+ clean=clean,
626
+ force=force,
627
+ reset_project=reset_project,
628
+ )
629
+
630
+
550
631
  @artifacts.command()
551
632
  @click.option(*OPTIONS_PROJECT["args"], **OPTIONS_PROJECT["kwargs"])
552
633
  @click.option(*OPTIONS_ARTIFACT_VERSION["args"], **OPTIONS_ARTIFACT_VERSION["kwargs"])
@@ -21,6 +21,7 @@ from polyaxon._cli.project_versions import (
21
21
  list_project_versions,
22
22
  open_project_version_dashboard,
23
23
  pull_one_or_many_project_versions,
24
+ push_one_or_many_project_versions,
24
25
  register_project_version,
25
26
  stage_project_version,
26
27
  transfer_project_version,
@@ -576,6 +577,86 @@ def pull(
576
577
  )
577
578
 
578
579
 
580
+ @components.command()
581
+ @click.option(*OPTIONS_PROJECT["args"], **OPTIONS_PROJECT["kwargs"])
582
+ @click.option(*OPTIONS_COMPONENT_VERSION["args"], **OPTIONS_COMPONENT_VERSION["kwargs"])
583
+ @click.option(
584
+ "--all-versions",
585
+ "-a",
586
+ is_flag=True,
587
+ default=False,
588
+ help="To push all versions.",
589
+ )
590
+ @click.option(
591
+ "--clean",
592
+ "-c",
593
+ is_flag=True,
594
+ default=False,
595
+ help="To clean the version(s) local data after syncing.",
596
+ )
597
+ @click.option(
598
+ "--path",
599
+ "--path-from",
600
+ type=click.Path(exists=False),
601
+ help="Optional path where the component versions are persisted, "
602
+ "default value is taken from the env var: `POLYAXON_OFFLINE_ROOT`.",
603
+ )
604
+ @click.option(
605
+ "--reset-project",
606
+ is_flag=True,
607
+ default=False,
608
+ help="Optional, to ignore the owner/project of the local "
609
+ "version and use the owner/project provided or resolved from the current project.",
610
+ )
611
+ @click.option(
612
+ "--force",
613
+ is_flag=True,
614
+ default=False,
615
+ help="Flag to force register if the version already exists.",
616
+ )
617
+ @click.pass_context
618
+ @clean_outputs
619
+ def push(
620
+ ctx,
621
+ project,
622
+ version,
623
+ all_versions,
624
+ clean,
625
+ path,
626
+ reset_project,
627
+ force,
628
+ ):
629
+ """Push local packaged component version or multiple component versions to a remove server.
630
+
631
+ Uses /docs/core/cli/#caching
632
+
633
+ Examples:
634
+
635
+ \b
636
+ $ polyaxon components push -ver rc12
637
+
638
+ \b
639
+ $ polyaxon components push -p acme/foobar --path /tmp/versions
640
+
641
+ \b
642
+ $ polyaxon components pull -p acme/foobar -a --path /tmp/versions
643
+ """
644
+ owner, project_name = get_project_or_local(
645
+ project or ctx.obj.get("project"), is_cli=True
646
+ )
647
+ push_one_or_many_project_versions(
648
+ owner=owner,
649
+ project_name=project_name,
650
+ kind=V1ProjectVersionKind.COMPONENT,
651
+ version=version,
652
+ all_versions=all_versions,
653
+ path=path,
654
+ clean=clean,
655
+ force=force,
656
+ reset_project=reset_project,
657
+ )
658
+
659
+
579
660
  @components.command()
580
661
  @click.option(*OPTIONS_PROJECT["args"], **OPTIONS_PROJECT["kwargs"])
581
662
  @click.option(*OPTIONS_COMPONENT_VERSION["args"], **OPTIONS_COMPONENT_VERSION["kwargs"])
@@ -11,6 +11,7 @@ from polyaxon._cli.project_versions import (
11
11
  list_project_versions,
12
12
  open_project_version_dashboard,
13
13
  pull_one_or_many_project_versions,
14
+ push_one_or_many_project_versions,
14
15
  register_project_version,
15
16
  stage_project_version,
16
17
  transfer_project_version,
@@ -546,6 +547,86 @@ def pull(
546
547
  )
547
548
 
548
549
 
550
+ @models.command()
551
+ @click.option(*OPTIONS_PROJECT["args"], **OPTIONS_PROJECT["kwargs"])
552
+ @click.option(*OPTIONS_MODEL_VERSION["args"], **OPTIONS_MODEL_VERSION["kwargs"])
553
+ @click.option(
554
+ "--all-versions",
555
+ "-a",
556
+ is_flag=True,
557
+ default=False,
558
+ help="To push all versions.",
559
+ )
560
+ @click.option(
561
+ "--clean",
562
+ "-c",
563
+ is_flag=True,
564
+ default=False,
565
+ help="To clean the version(s) local data after syncing.",
566
+ )
567
+ @click.option(
568
+ "--path",
569
+ "--path-from",
570
+ type=click.Path(exists=False),
571
+ help="Optional path where the model versions are persisted, "
572
+ "default value is taken from the env var: `POLYAXON_OFFLINE_ROOT`.",
573
+ )
574
+ @click.option(
575
+ "--reset-project",
576
+ is_flag=True,
577
+ default=False,
578
+ help="Optional, to ignore the owner/project of the local "
579
+ "version and use the owner/project provided or resolved from the current project.",
580
+ )
581
+ @click.option(
582
+ "--force",
583
+ is_flag=True,
584
+ default=False,
585
+ help="Flag to force register if the version already exists.",
586
+ )
587
+ @click.pass_context
588
+ @clean_outputs
589
+ def push(
590
+ ctx,
591
+ project,
592
+ version,
593
+ all_versions,
594
+ clean,
595
+ path,
596
+ reset_project,
597
+ force,
598
+ ):
599
+ """Push local packaged model version or multiple model versions to a remove server.
600
+
601
+ Uses /docs/core/cli/#caching
602
+
603
+ Examples:
604
+
605
+ \b
606
+ $ polyaxon models push -ver rc12
607
+
608
+ \b
609
+ $ polyaxon models push -p acme/foobar --path /tmp/versions
610
+
611
+ \b
612
+ $ polyaxon models pull -p acme/foobar -a --path /tmp/versions
613
+ """
614
+ owner, project_name = get_project_or_local(
615
+ project or ctx.obj.get("project"), is_cli=True
616
+ )
617
+ push_one_or_many_project_versions(
618
+ owner=owner,
619
+ project_name=project_name,
620
+ kind=V1ProjectVersionKind.MODEL,
621
+ version=version,
622
+ all_versions=all_versions,
623
+ path=path,
624
+ clean=clean,
625
+ force=force,
626
+ reset_project=reset_project,
627
+ )
628
+
629
+
549
630
  @models.command()
550
631
  @click.option(*OPTIONS_PROJECT["args"], **OPTIONS_PROJECT["kwargs"])
551
632
  @click.option(*OPTIONS_MODEL_VERSION["args"], **OPTIONS_MODEL_VERSION["kwargs"])
@@ -2259,7 +2259,7 @@ def pull(
2259
2259
  @click.pass_context
2260
2260
  @clean_outputs
2261
2261
  def push(ctx, project, uid, all_runs, no_artifacts, clean, path, reset_project):
2262
- """Push an local run to a remove server.
2262
+ """Push a local run (or all runs) to a remove server.
2263
2263
 
2264
2264
  Uses /docs/core/cli/#caching
2265
2265
 
@@ -1,3 +1,4 @@
1
+ import os
1
2
  import sys
2
3
 
3
4
  from typing import Callable, List, Optional, Union
@@ -13,6 +14,7 @@ from urllib3.exceptions import HTTPError
13
14
 
14
15
  from polyaxon._cli.dashboard import get_dashboard_url
15
16
  from polyaxon._cli.errors import handle_cli_error
17
+ from polyaxon._contexts.paths import get_offline_base_path
16
18
  from polyaxon._schemas.lifecycle import V1ProjectVersionKind
17
19
  from polyaxon._utils.fqn_utils import get_versioned_entity_full_name
18
20
  from polyaxon.client import PolyaxonClient, ProjectClient
@@ -526,7 +528,7 @@ def pull_one_or_many_project_versions(
526
528
  owner: str,
527
529
  project_name: str,
528
530
  kind: V1ProjectVersionKind,
529
- version: str,
531
+ version: Optional[str] = None,
530
532
  all_versions: Optional[bool] = None,
531
533
  query: Optional[str] = None,
532
534
  limit: Optional[int] = None,
@@ -566,3 +568,113 @@ def pull_one_or_many_project_versions(
566
568
  "or pass the flag `-a/--all` to pull versions.",
567
569
  sys_exit=True,
568
570
  )
571
+
572
+
573
+ def push_project_version(
574
+ owner: str,
575
+ project_name: str,
576
+ kind: V1ProjectVersionKind,
577
+ version: str,
578
+ path: str,
579
+ reset_project: bool = False,
580
+ force: bool = False,
581
+ clean: bool = False,
582
+ sys_exit: bool = False,
583
+ ):
584
+ fqn_version = get_versioned_entity_full_name(owner, project_name, version)
585
+ polyaxon_client = ProjectClient(
586
+ owner=owner, project=project_name, manual_exceptions_handling=True
587
+ )
588
+
589
+ try:
590
+ try:
591
+ polyaxon_client.load_offline_version(
592
+ kind=kind,
593
+ version=version,
594
+ path=path,
595
+ project_client=polyaxon_client,
596
+ reset_project=reset_project,
597
+ raise_if_not_found=True,
598
+ )
599
+ except Exception as _:
600
+ Printer.error(
601
+ "Could not load offline version `{}`.".format(version),
602
+ sys_exit=sys_exit,
603
+ )
604
+ return
605
+
606
+ Printer.header(
607
+ "Pushing {} version [white]`{}`[/white] ...".format(kind, fqn_version),
608
+ )
609
+ polyaxon_client.push_version(
610
+ kind,
611
+ version,
612
+ path=path,
613
+ force=force,
614
+ clean=clean,
615
+ )
616
+ Printer.success(
617
+ "Finished pushing the {} version `{}` from `{}`".format(
618
+ kind, fqn_version, path
619
+ )
620
+ )
621
+ except (ApiException, HTTPError) as e:
622
+ handle_cli_error(
623
+ e,
624
+ message="Could not push the {} version `{}`".format(kind, fqn_version),
625
+ )
626
+
627
+
628
+ def push_one_or_many_project_versions(
629
+ owner: str,
630
+ project_name: str,
631
+ kind: V1ProjectVersionKind,
632
+ path: str,
633
+ version: Optional[str] = None,
634
+ all_versions: Optional[bool] = None,
635
+ reset_project: bool = False,
636
+ force: bool = False,
637
+ clean: bool = False,
638
+ ):
639
+ def _push(version_name: str):
640
+ push_project_version(
641
+ owner=owner,
642
+ project_name=project_name,
643
+ kind=kind,
644
+ version=version_name,
645
+ path=path,
646
+ reset_project=reset_project,
647
+ force=force,
648
+ clean=clean,
649
+ )
650
+
651
+ offline_path = get_offline_base_path(
652
+ entity_kind=kind,
653
+ path=path,
654
+ )
655
+
656
+ if all_versions:
657
+ if (
658
+ not os.path.exists(offline_path)
659
+ or not os.path.isdir(offline_path)
660
+ or not os.listdir(offline_path)
661
+ ):
662
+ Printer.error(
663
+ f"Could not push offline {kind} versions, the path `{offline_path}` "
664
+ f"does not exist, is not a directory, or is empty."
665
+ )
666
+ sys.exit(1)
667
+ version_paths = os.listdir(offline_path)
668
+ Printer.header(
669
+ f"Pushing local {kind} versions (total: {len(version_paths)}) ..."
670
+ )
671
+ for idx, uid in enumerate(version_paths):
672
+ Printer.heading(f"Pushing {kind} version {idx + 1}/{len(offline_path)} ...")
673
+ _push(uid)
674
+ elif version:
675
+ _push(version)
676
+ else:
677
+ Printer.error(
678
+ "Please provide a version name, or pass the flag `-a/--all` to pull versions.",
679
+ sys_exit=True,
680
+ )
@@ -4,7 +4,7 @@ from datetime import datetime
4
4
  from requests import HTTPError
5
5
  from typing import Dict, List, Optional, Tuple, Union
6
6
 
7
- from clipped.utils.json import orjson_dumps
7
+ from clipped.utils.json import orjson_dumps, orjson_loads
8
8
  from clipped.utils.paths import check_or_create_path, delete_path
9
9
  from clipped.utils.query_params import get_query_params
10
10
  from clipped.utils.tz import now
@@ -727,9 +727,12 @@ class ProjectClient:
727
727
  description: Optional[str] = None,
728
728
  tags: Optional[Union[str, List[str]]] = None,
729
729
  content: Optional[Union[str, Dict]] = None,
730
+ readme: Optional[str] = None,
730
731
  run: Optional[str] = None,
731
732
  connection: Optional[str] = None,
732
733
  artifacts: Optional[List[str]] = None,
734
+ stage: Optional[V1Stages] = None,
735
+ stage_conditions: Optional[List[V1StageCondition]] = None,
733
736
  force: bool = False,
734
737
  ) -> V1ProjectVersion:
735
738
  """Creates or Updates a project version based on the data passed.
@@ -745,9 +748,12 @@ class ProjectClient:
745
748
  description: str, optional, the version description.
746
749
  tags: str or List[str], optional.
747
750
  content: str or dict, optional, content/metadata (JSON object) of the version.
751
+ readme: str, optional, the version readme.
748
752
  run: str, optional, a uuid reference to the run.
749
753
  connection: str, optional, a uuid reference to a connection.
750
754
  artifacts: List[str], optional, list of artifacts to highlight(requires passing a run)
755
+ stage: V1Stages, optional, the version stage.
756
+ stage_conditions: List[V1StageCondition], optional, the version stage conditions.
751
757
  force: bool, optional, to force push, i.e. update if exists.
752
758
 
753
759
  Returns:
@@ -783,12 +789,18 @@ class ProjectClient:
783
789
  version_config.tags = tags
784
790
  if content:
785
791
  version_config.content = content # type: ignore
792
+ if readme is not None:
793
+ version_config.readme = readme
786
794
  if run:
787
795
  version_config.run = run
788
796
  if artifacts is not None:
789
797
  version_config.artifacts = artifacts
790
798
  if connection is not None:
791
799
  version_config.connection = connection
800
+ if stage is not None:
801
+ version_config.stage = stage
802
+ if stage_conditions is not None:
803
+ version_config.stage_conditions = stage_conditions
792
804
  return self.patch_version(
793
805
  kind=kind,
794
806
  version=version,
@@ -800,9 +812,12 @@ class ProjectClient:
800
812
  description=description,
801
813
  tags=tags,
802
814
  run=run,
815
+ readme=readme,
803
816
  artifacts=artifacts,
804
817
  connection=connection,
805
818
  content=content,
819
+ stage=stage,
820
+ stage_conditions=stage_conditions,
806
821
  )
807
822
  return self.create_version(kind=kind, data=version_config)
808
823
 
@@ -1575,3 +1590,183 @@ class ProjectClient:
1575
1590
  path=path,
1576
1591
  download_artifacts=download_artifacts,
1577
1592
  )
1593
+
1594
+ @classmethod
1595
+ @client_handler(check_no_op=True)
1596
+ def load_offline_version(
1597
+ cls,
1598
+ kind: V1ProjectVersionKind,
1599
+ version: str,
1600
+ path: str,
1601
+ project_client: Optional["ProjectClient"] = None,
1602
+ reset_project: bool = False,
1603
+ raise_if_not_found: bool = False,
1604
+ ) -> Optional["ProjectClient"]:
1605
+ """Loads a project version from a local path.
1606
+
1607
+ Args:
1608
+ kind: V1ProjectVersionKind, kind of the project version.
1609
+ version: str, required, the version name/tag.
1610
+ path: str, local path where to load the version's metadata and artifacts from.
1611
+ project_client: ProjectClient, optional,
1612
+ a project client to update with the loaded version.
1613
+ reset_project: bool, optional, to reset the project client with the loaded version.
1614
+ raise_if_not_found: bool, optional, to raise an exception if the version is not found.
1615
+
1616
+ Returns:
1617
+ ProjectClient, a project client with the loaded version.
1618
+ """
1619
+ path = ctx_paths.get_offline_path(
1620
+ entity_value=version, entity_kind=kind, path=path
1621
+ )
1622
+ version_path = "{}/{}".format(path, ctx_paths.CONTEXT_LOCAL_VERSION)
1623
+ if not os.path.exists(version_path):
1624
+ if raise_if_not_found:
1625
+ raise PolyaxonClientException(
1626
+ "Version not found in the provided path: {}".format(path)
1627
+ )
1628
+ else:
1629
+ logger.info(f"Offline data was not found: {version_path}")
1630
+ return None
1631
+
1632
+ with open(version_path, "r") as config_file:
1633
+ config_str = config_file.read()
1634
+ version_config = V1ProjectVersion(**orjson_loads(config_str))
1635
+ owner = version_config.owner
1636
+ project = version_config.project
1637
+ if project_client:
1638
+ if reset_project or not owner:
1639
+ owner = project_client.owner
1640
+ if reset_project or not project:
1641
+ project = project_client.project
1642
+ project_client._owner = owner
1643
+ project_client._project = project
1644
+ else:
1645
+ project_client = cls(
1646
+ owner=owner,
1647
+ project=project,
1648
+ )
1649
+ logger.info("Loaded version `{}`".format(version_path))
1650
+
1651
+ return project_client
1652
+
1653
+ @client_handler(check_no_op=True, check_offline=True)
1654
+ def push_version(
1655
+ self,
1656
+ kind: V1ProjectVersionKind,
1657
+ version: str,
1658
+ path: str,
1659
+ force: bool = False,
1660
+ clean: bool = False,
1661
+ ):
1662
+ """Pushes a local version from a local path to Polyaxon's API.
1663
+
1664
+ This is a generic function based on the kind passed and pushes a:
1665
+ * component version
1666
+ * model version
1667
+ * artifact version
1668
+
1669
+ Args:
1670
+ kind: V1ProjectVersionKind, kind of the project version.
1671
+ version: str, required, the version name/tag.
1672
+ path: str, optional, defaults to the offline root path,
1673
+ path where to load the metadata and artifacts from.
1674
+ force: bool, optional, to force push, i.e. update if exists.
1675
+ clean: bool, optional, to clean the version after pushing.
1676
+ """
1677
+ path = ctx_paths.get_offline_path(
1678
+ entity_value=version, entity_kind=kind, path=path
1679
+ )
1680
+ version_path = "{}/{}".format(path, ctx_paths.CONTEXT_LOCAL_VERSION)
1681
+ with open(version_path, "r") as config_file:
1682
+ config_str = config_file.read()
1683
+ version_config = V1ProjectVersion(**orjson_loads(config_str))
1684
+
1685
+ self.register_version(
1686
+ kind=kind,
1687
+ version=version,
1688
+ description=version_config.description,
1689
+ tags=version_config.tags,
1690
+ content=version_config.content,
1691
+ readme=version_config.readme,
1692
+ run=version_config.run,
1693
+ stage=version_config.stage,
1694
+ stage_conditions=version_config.stage_conditions,
1695
+ connection=version_config.connection,
1696
+ artifacts=version_config.artifacts,
1697
+ force=force,
1698
+ )
1699
+ if clean:
1700
+ delete_path(path)
1701
+
1702
+ @client_handler(check_no_op=True, check_offline=True)
1703
+ def push_component_version(
1704
+ self,
1705
+ version: str,
1706
+ path: str,
1707
+ force: bool = False,
1708
+ clean: bool = False,
1709
+ ):
1710
+ """Pushes a local component version to a remove server.
1711
+
1712
+ Args:
1713
+ version: str, required, the version name/tag.
1714
+ path: str, local path where to load the metadata and artifacts from.
1715
+ force: bool, optional, to force push, i.e. update if exists.
1716
+ clean: bool, optional, to clean the version after pushing.
1717
+ """
1718
+ return self.push_version(
1719
+ kind=V1ProjectVersionKind.COMPONENT,
1720
+ version=version,
1721
+ path=path,
1722
+ force=force,
1723
+ clean=clean,
1724
+ )
1725
+
1726
+ @client_handler(check_no_op=True, check_offline=True)
1727
+ def push_model_version(
1728
+ self,
1729
+ version: str,
1730
+ path: str,
1731
+ force: bool = True,
1732
+ clean: bool = False,
1733
+ ):
1734
+ """Pushes a local model version to a remove server.
1735
+
1736
+ Args:
1737
+ version: str, required, the version name/tag.
1738
+ path: str, local path where to load the metadata and artifacts from.
1739
+ force: bool, optional, to force push, i.e. update if exists.
1740
+ clean: bool, optional, to clean the version after pushing.
1741
+ """
1742
+ return self.pull_version(
1743
+ kind=V1ProjectVersionKind.MODEL,
1744
+ version=version,
1745
+ path=path,
1746
+ force=force,
1747
+ clean=clean,
1748
+ )
1749
+
1750
+ @client_handler(check_no_op=True, check_offline=True)
1751
+ def push_artifact_version(
1752
+ self,
1753
+ version: str,
1754
+ path: str,
1755
+ force: bool = True,
1756
+ clean: bool = False,
1757
+ ):
1758
+ """Pushes a local artifact version to a remote server.
1759
+
1760
+ Args:
1761
+ version: str, required, the version name/tag.
1762
+ path: str, local path where to load the metadata and artifacts from.
1763
+ force: bool, optional, to force push, i.e. update if exists.
1764
+ clean: bool, optional, to clean the version after pushing.
1765
+ """
1766
+ return self.pull_version(
1767
+ kind=V1ProjectVersionKind.ARTIFACT,
1768
+ version=version,
1769
+ path=path,
1770
+ force=force,
1771
+ clean=clean,
1772
+ )