nextmv 0.35.1__tar.gz → 0.36.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 (87) hide show
  1. {nextmv-0.35.1 → nextmv-0.36.0}/PKG-INFO +1 -1
  2. nextmv-0.36.0/nextmv/__about__.py +1 -0
  3. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/manifest.py +7 -15
  4. nextmv-0.35.1/nextmv/__about__.py +0 -1
  5. {nextmv-0.35.1 → nextmv-0.36.0}/.gitignore +0 -0
  6. {nextmv-0.35.1 → nextmv-0.36.0}/LICENSE +0 -0
  7. {nextmv-0.35.1 → nextmv-0.36.0}/README.md +0 -0
  8. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/__entrypoint__.py +0 -0
  9. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/__init__.py +0 -0
  10. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/_serialization.py +0 -0
  11. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/base_model.py +0 -0
  12. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/cloud/__init__.py +0 -0
  13. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/cloud/acceptance_test.py +0 -0
  14. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/cloud/account.py +0 -0
  15. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/cloud/application.py +0 -0
  16. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/cloud/batch_experiment.py +0 -0
  17. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/cloud/client.py +0 -0
  18. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/cloud/ensemble.py +0 -0
  19. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/cloud/input_set.py +0 -0
  20. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/cloud/instance.py +0 -0
  21. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/cloud/package.py +0 -0
  22. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/cloud/scenario.py +0 -0
  23. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/cloud/secrets.py +0 -0
  24. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/cloud/url.py +0 -0
  25. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/cloud/version.py +0 -0
  26. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/default_app/.gitignore +0 -0
  27. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/default_app/README.md +0 -0
  28. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/default_app/app.yaml +0 -0
  29. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/default_app/input.json +0 -0
  30. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/default_app/main.py +0 -0
  31. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/default_app/requirements.txt +0 -0
  32. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/default_app/src/__init__.py +0 -0
  33. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/default_app/src/visuals.py +0 -0
  34. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/deprecated.py +0 -0
  35. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/input.py +0 -0
  36. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/local/__init__.py +0 -0
  37. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/local/application.py +0 -0
  38. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/local/executor.py +0 -0
  39. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/local/geojson_handler.py +0 -0
  40. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/local/local.py +0 -0
  41. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/local/plotly_handler.py +0 -0
  42. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/local/runner.py +0 -0
  43. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/logger.py +0 -0
  44. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/model.py +0 -0
  45. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/options.py +0 -0
  46. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/output.py +0 -0
  47. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/polling.py +0 -0
  48. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/run.py +0 -0
  49. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/safe.py +0 -0
  50. {nextmv-0.35.1 → nextmv-0.36.0}/nextmv/status.py +0 -0
  51. {nextmv-0.35.1 → nextmv-0.36.0}/pyproject.toml +0 -0
  52. {nextmv-0.35.1 → nextmv-0.36.0}/tests/__init__.py +0 -0
  53. {nextmv-0.35.1 → nextmv-0.36.0}/tests/cloud/__init__.py +0 -0
  54. {nextmv-0.35.1 → nextmv-0.36.0}/tests/cloud/app.yaml +0 -0
  55. {nextmv-0.35.1 → nextmv-0.36.0}/tests/cloud/test_client.py +0 -0
  56. {nextmv-0.35.1 → nextmv-0.36.0}/tests/cloud/test_package.py +0 -0
  57. {nextmv-0.35.1 → nextmv-0.36.0}/tests/cloud/test_scenario.py +0 -0
  58. {nextmv-0.35.1 → nextmv-0.36.0}/tests/local/__init__.py +0 -0
  59. {nextmv-0.35.1 → nextmv-0.36.0}/tests/local/test_application.py +0 -0
  60. {nextmv-0.35.1 → nextmv-0.36.0}/tests/local/test_executor.py +0 -0
  61. {nextmv-0.35.1 → nextmv-0.36.0}/tests/local/test_runner.py +0 -0
  62. {nextmv-0.35.1 → nextmv-0.36.0}/tests/scripts/__init__.py +0 -0
  63. {nextmv-0.35.1 → nextmv-0.36.0}/tests/scripts/options1.py +0 -0
  64. {nextmv-0.35.1 → nextmv-0.36.0}/tests/scripts/options2.py +0 -0
  65. {nextmv-0.35.1 → nextmv-0.36.0}/tests/scripts/options3.py +0 -0
  66. {nextmv-0.35.1 → nextmv-0.36.0}/tests/scripts/options4.py +0 -0
  67. {nextmv-0.35.1 → nextmv-0.36.0}/tests/scripts/options5.py +0 -0
  68. {nextmv-0.35.1 → nextmv-0.36.0}/tests/scripts/options6.py +0 -0
  69. {nextmv-0.35.1 → nextmv-0.36.0}/tests/scripts/options7.py +0 -0
  70. {nextmv-0.35.1 → nextmv-0.36.0}/tests/scripts/options_deprecated.py +0 -0
  71. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_base_model.py +0 -0
  72. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_entrypoint/__init__.py +0 -0
  73. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_entrypoint/test_entrypoint.py +0 -0
  74. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_input.py +0 -0
  75. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_inputs/test_data.csv +0 -0
  76. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_inputs/test_data.json +0 -0
  77. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_inputs/test_data.txt +0 -0
  78. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_logger.py +0 -0
  79. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_manifest.py +0 -0
  80. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_model.py +0 -0
  81. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_options.py +0 -0
  82. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_output.py +0 -0
  83. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_polling.py +0 -0
  84. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_run.py +0 -0
  85. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_safe.py +0 -0
  86. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_serialization.py +0 -0
  87. {nextmv-0.35.1 → nextmv-0.36.0}/tests/test_version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nextmv
3
- Version: 0.35.1
3
+ Version: 0.36.0
4
4
  Summary: The all-purpose Python SDK for Nextmv
5
5
  Project-URL: Homepage, https://www.nextmv.io
6
6
  Project-URL: Documentation, https://nextmv-py.docs.nextmv.io/en/latest/nextmv/
@@ -0,0 +1 @@
1
+ __version__ = "v0.36.0"
@@ -158,25 +158,17 @@ class ManifestRuntime(str, Enum):
158
158
  """
159
159
 
160
160
  DEFAULT = "ghcr.io/nextmv-io/runtime/default:latest"
161
- """This runtime is used to run compiled applications such as Go binaries."""
161
+ """A runtime used to run compiled applications such as Go binaries."""
162
162
  PYTHON = "ghcr.io/nextmv-io/runtime/python:3.11"
163
- """
164
- This runtime is used as the basis for all other Python runtimes and Python
165
- applications.
166
- """
163
+ """A runtime used to run standard Python applications."""
167
164
  JAVA = "ghcr.io/nextmv-io/runtime/java:latest"
168
- """This runtime is used to run Java applications."""
165
+ """A runtime used to run Java applications."""
169
166
  PYOMO = "ghcr.io/nextmv-io/runtime/pyomo:latest"
170
- """This runtime provisions Python packages to run Pyomo applications."""
171
- HEXALY = "ghcr.io/nextmv-io/runtime/hexaly:latest"
172
- """
173
- Based on the python runtime, it provisions (pre-installs) the Hexaly solver
174
- to run Python applications.
175
- """
167
+ """A runtime provisioning Python packages to run Pyomo applications."""
176
168
  CUOPT = "ghcr.io/nextmv-io/runtime/cuopt:latest"
177
- """
178
- A runtime providing the NVIDIA cuOpt solver.
179
- """
169
+ """A runtime providing the NVIDIA cuOpt solver."""
170
+ GAMSPY = "ghcr.io/nextmv-io/runtime/gamspy:latest"
171
+ """A runtime provisioning the GAMS Python API and supported solvers."""
180
172
 
181
173
 
182
174
  class ManifestPythonArch(str, Enum):
@@ -1 +0,0 @@
1
- __version__ = "v0.35.1"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes