nextmv 0.28.3.dev2__tar.gz → 0.28.5__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 (63) hide show
  1. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/PKG-INFO +3 -3
  2. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/README.md +1 -1
  3. nextmv-0.28.5/nextmv/__about__.py +1 -0
  4. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/pyproject.toml +1 -1
  5. nextmv-0.28.3.dev2/nextmv/__about__.py +0 -1
  6. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/.gitignore +0 -0
  7. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/LICENSE +0 -0
  8. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/__entrypoint__.py +0 -0
  9. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/__init__.py +0 -0
  10. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/_serialization.py +0 -0
  11. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/base_model.py +0 -0
  12. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/cloud/__init__.py +0 -0
  13. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/cloud/acceptance_test.py +0 -0
  14. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/cloud/account.py +0 -0
  15. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/cloud/application.py +0 -0
  16. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/cloud/batch_experiment.py +0 -0
  17. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/cloud/client.py +0 -0
  18. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/cloud/input_set.py +0 -0
  19. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/cloud/instance.py +0 -0
  20. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/cloud/manifest.py +0 -0
  21. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/cloud/package.py +0 -0
  22. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/cloud/run.py +0 -0
  23. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/cloud/safe.py +0 -0
  24. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/cloud/scenario.py +0 -0
  25. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/cloud/secrets.py +0 -0
  26. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/cloud/status.py +0 -0
  27. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/cloud/version.py +0 -0
  28. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/deprecated.py +0 -0
  29. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/input.py +0 -0
  30. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/logger.py +0 -0
  31. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/model.py +0 -0
  32. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/options.py +0 -0
  33. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/nextmv/output.py +0 -0
  34. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/requirements.txt +0 -0
  35. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/__init__.py +0 -0
  36. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/cloud/__init__.py +0 -0
  37. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/cloud/app.yaml +0 -0
  38. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/cloud/test_application.py +0 -0
  39. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/cloud/test_client.py +0 -0
  40. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/cloud/test_manifest.py +0 -0
  41. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/cloud/test_package.py +0 -0
  42. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/cloud/test_run.py +0 -0
  43. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/cloud/test_safe_name_id.py +0 -0
  44. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/cloud/test_scenario.py +0 -0
  45. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/scripts/__init__.py +0 -0
  46. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/scripts/options1.py +0 -0
  47. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/scripts/options2.py +0 -0
  48. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/scripts/options3.py +0 -0
  49. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/scripts/options4.py +0 -0
  50. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/scripts/options5.py +0 -0
  51. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/scripts/options6.py +0 -0
  52. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/scripts/options7.py +0 -0
  53. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/scripts/options_deprecated.py +0 -0
  54. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/test_base_model.py +0 -0
  55. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/test_entrypoint/__init__.py +0 -0
  56. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/test_entrypoint/test_entrypoint.py +0 -0
  57. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/test_input.py +0 -0
  58. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/test_logger.py +0 -0
  59. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/test_model.py +0 -0
  60. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/test_options.py +0 -0
  61. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/test_output.py +0 -0
  62. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/test_serialization.py +0 -0
  63. {nextmv-0.28.3.dev2 → nextmv-0.28.5}/tests/test_version.py +0 -0
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nextmv
3
- Version: 0.28.3.dev2
3
+ Version: 0.28.5
4
4
  Summary: The all-purpose Python SDK for Nextmv
5
5
  Project-URL: Homepage, https://www.nextmv.io
6
- Project-URL: Documentation, https://www.nextmv.io/docs/python-sdks/nextmv/installation
6
+ Project-URL: Documentation, https://nextmv-py.docs.nextmv.io/en/latest/nextmv/
7
7
  Project-URL: Repository, https://github.com/nextmv-io/nextmv-py
8
8
  Author-email: Nextmv <tech@nextmv.io>
9
9
  Maintainer-email: Nextmv <tech@nextmv.io>
@@ -266,4 +266,4 @@ Install all optional dependencies (recommended):
266
266
  pip install "nextmv[all]"
267
267
  ```
268
268
 
269
- [docs]: https://nextmv-py.readthedocs.io/en/latest/nextmv/
269
+ [docs]: https://nextmv-py.docs.nextmv.io/en/latest/nextmv/
@@ -37,4 +37,4 @@ Install all optional dependencies (recommended):
37
37
  pip install "nextmv[all]"
38
38
  ```
39
39
 
40
- [docs]: https://nextmv-py.readthedocs.io/en/latest/nextmv/
40
+ [docs]: https://nextmv-py.docs.nextmv.io/en/latest/nextmv/
@@ -0,0 +1 @@
1
+ __version__ = "v0.28.5"
@@ -47,7 +47,7 @@ requires-python = ">=3.9"
47
47
 
48
48
  [project.urls]
49
49
  Homepage = "https://www.nextmv.io"
50
- Documentation = "https://www.nextmv.io/docs/python-sdks/nextmv/installation"
50
+ Documentation = "https://nextmv-py.docs.nextmv.io/en/latest/nextmv/"
51
51
  Repository = "https://github.com/nextmv-io/nextmv-py"
52
52
 
53
53
  [project.optional-dependencies]
@@ -1 +0,0 @@
1
- __version__ = "v0.28.3.dev2"
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