nextmv 0.28.0__tar.gz → 0.28.1.dev0__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 (62) hide show
  1. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/PKG-INFO +24 -4
  2. nextmv-0.28.1.dev0/README.md +40 -0
  3. nextmv-0.28.1.dev0/nextmv/__about__.py +1 -0
  4. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/manifest.py +1 -1
  5. nextmv-0.28.0/README.md +0 -20
  6. nextmv-0.28.0/nextmv/__about__.py +0 -1
  7. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/.gitignore +0 -0
  8. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/LICENSE +0 -0
  9. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/__entrypoint__.py +0 -0
  10. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/__init__.py +0 -0
  11. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/base_model.py +0 -0
  12. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/__init__.py +0 -0
  13. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/acceptance_test.py +0 -0
  14. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/account.py +0 -0
  15. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/application.py +0 -0
  16. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/batch_experiment.py +0 -0
  17. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/client.py +0 -0
  18. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/input_set.py +0 -0
  19. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/instance.py +0 -0
  20. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/package.py +0 -0
  21. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/run.py +0 -0
  22. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/safe.py +0 -0
  23. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/scenario.py +0 -0
  24. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/secrets.py +0 -0
  25. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/status.py +0 -0
  26. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/version.py +0 -0
  27. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/deprecated.py +0 -0
  28. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/input.py +0 -0
  29. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/logger.py +0 -0
  30. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/model.py +0 -0
  31. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/options.py +0 -0
  32. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/output.py +0 -0
  33. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/pyproject.toml +0 -0
  34. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/requirements.txt +0 -0
  35. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/__init__.py +0 -0
  36. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/__init__.py +0 -0
  37. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/app.yaml +0 -0
  38. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/test_application.py +0 -0
  39. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/test_client.py +0 -0
  40. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/test_manifest.py +0 -0
  41. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/test_package.py +0 -0
  42. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/test_run.py +0 -0
  43. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/test_safe_name_id.py +0 -0
  44. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/test_scenario.py +0 -0
  45. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/__init__.py +0 -0
  46. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/options1.py +0 -0
  47. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/options2.py +0 -0
  48. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/options3.py +0 -0
  49. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/options4.py +0 -0
  50. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/options5.py +0 -0
  51. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/options6.py +0 -0
  52. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/options7.py +0 -0
  53. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/options_deprecated.py +0 -0
  54. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_base_model.py +0 -0
  55. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_entrypoint/__init__.py +0 -0
  56. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_entrypoint/test_entrypoint.py +0 -0
  57. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_input.py +0 -0
  58. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_logger.py +0 -0
  59. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_model.py +0 -0
  60. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_options.py +0 -0
  61. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_output.py +0 -0
  62. {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nextmv
3
- Version: 0.28.0
3
+ Version: 0.28.1.dev0
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://www.nextmv.io/docs/python-sdks/nextmv/installation
@@ -229,8 +229,28 @@ Description-Content-Type: text/markdown
229
229
 
230
230
  # Nextmv Python SDK
231
231
 
232
- Welcome to `nextmv`, the general Python SDK for the Nextmv Platform. To learn
233
- more about `nextmv`, visit the [docs][docs].
232
+ <!-- markdownlint-disable MD033 MD013 -->
233
+
234
+ <p align="center">
235
+ <a href="https://nextmv.io"><img src="https://cdn.prod.website-files.com/60dee0fad10d14c8ab66dd74/674628a824bc14307c1727aa_blog-prototype-p-2000.png" alt="Nextmv" width="45%"></a>
236
+ </p>
237
+ <p align="center">
238
+ <em>Nextmv: The home for all your optimization work</em>
239
+ </p>
240
+ <p align="center">
241
+ <a href="https://pypi.org/project/nextmv" target="_blank">
242
+ <img src="https://img.shields.io/pypi/pyversions/nextmv.svg?color=%2334D058" alt="Supported Python versions">
243
+ </a>
244
+ <a href="https://pypi.org/project/nextmv" target="_blank">
245
+ <img src="https://img.shields.io/pypi/v/nextmv?color=%2334D058&label=nextmv" alt="Package version">
246
+ </a>
247
+ </p>
248
+
249
+ <!-- markdownlint-enable MD033 MD013 -->
250
+
251
+ Welcome to `nextmv`, the general Python SDK for the Nextmv Platform.
252
+
253
+ 📖 To learn more about the `nextmv`, visit the [docs][docs].
234
254
 
235
255
  ## Installation
236
256
 
@@ -246,4 +266,4 @@ Install all optional dependencies (recommended):
246
266
  pip install "nextmv[all]"
247
267
  ```
248
268
 
249
- [docs]: https://nextmv.io/docs/python-sdks/nextmv/installation
269
+ [docs]: https://nextmv-py.readthedocs.io/en/latest/nextmv/
@@ -0,0 +1,40 @@
1
+ # Nextmv Python SDK
2
+
3
+ <!-- markdownlint-disable MD033 MD013 -->
4
+
5
+ <p align="center">
6
+ <a href="https://nextmv.io"><img src="https://cdn.prod.website-files.com/60dee0fad10d14c8ab66dd74/674628a824bc14307c1727aa_blog-prototype-p-2000.png" alt="Nextmv" width="45%"></a>
7
+ </p>
8
+ <p align="center">
9
+ <em>Nextmv: The home for all your optimization work</em>
10
+ </p>
11
+ <p align="center">
12
+ <a href="https://pypi.org/project/nextmv" target="_blank">
13
+ <img src="https://img.shields.io/pypi/pyversions/nextmv.svg?color=%2334D058" alt="Supported Python versions">
14
+ </a>
15
+ <a href="https://pypi.org/project/nextmv" target="_blank">
16
+ <img src="https://img.shields.io/pypi/v/nextmv?color=%2334D058&label=nextmv" alt="Package version">
17
+ </a>
18
+ </p>
19
+
20
+ <!-- markdownlint-enable MD033 MD013 -->
21
+
22
+ Welcome to `nextmv`, the general Python SDK for the Nextmv Platform.
23
+
24
+ 📖 To learn more about the `nextmv`, visit the [docs][docs].
25
+
26
+ ## Installation
27
+
28
+ Requires Python `>=3.9`. Install using `pip`:
29
+
30
+ ```bash
31
+ pip install nextmv
32
+ ```
33
+
34
+ Install all optional dependencies (recommended):
35
+
36
+ ```bash
37
+ pip install "nextmv[all]"
38
+ ```
39
+
40
+ [docs]: https://nextmv-py.readthedocs.io/en/latest/nextmv/
@@ -0,0 +1 @@
1
+ __version__ = "v0.28.1.dev0"
@@ -364,7 +364,7 @@ class ManifestOption(BaseModel):
364
364
  name: str
365
365
  """The name of the option"""
366
366
  option_type: str = Field(
367
- serialization_alias="type",
367
+ serialization_alias="option_type",
368
368
  validation_alias=AliasChoices("type", "option_type"),
369
369
  )
370
370
  """The type of the option (e.g., "string", "int", "bool", "float)."""
nextmv-0.28.0/README.md DELETED
@@ -1,20 +0,0 @@
1
- # Nextmv Python SDK
2
-
3
- Welcome to `nextmv`, the general Python SDK for the Nextmv Platform. To learn
4
- more about `nextmv`, visit the [docs][docs].
5
-
6
- ## Installation
7
-
8
- Requires Python `>=3.9`. Install using `pip`:
9
-
10
- ```bash
11
- pip install nextmv
12
- ```
13
-
14
- Install all optional dependencies (recommended):
15
-
16
- ```bash
17
- pip install "nextmv[all]"
18
- ```
19
-
20
- [docs]: https://nextmv.io/docs/python-sdks/nextmv/installation
@@ -1 +0,0 @@
1
- __version__ = "v0.28.0"
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