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.
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/PKG-INFO +24 -4
- nextmv-0.28.1.dev0/README.md +40 -0
- nextmv-0.28.1.dev0/nextmv/__about__.py +1 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/manifest.py +1 -1
- nextmv-0.28.0/README.md +0 -20
- nextmv-0.28.0/nextmv/__about__.py +0 -1
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/.gitignore +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/LICENSE +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/__entrypoint__.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/__init__.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/base_model.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/__init__.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/acceptance_test.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/account.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/application.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/batch_experiment.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/client.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/input_set.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/instance.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/package.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/run.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/safe.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/scenario.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/secrets.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/status.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/cloud/version.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/deprecated.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/input.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/logger.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/model.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/options.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/nextmv/output.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/pyproject.toml +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/requirements.txt +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/__init__.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/__init__.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/app.yaml +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/test_application.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/test_client.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/test_manifest.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/test_package.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/test_run.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/test_safe_name_id.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/cloud/test_scenario.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/__init__.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/options1.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/options2.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/options3.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/options4.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/options5.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/options6.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/options7.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/scripts/options_deprecated.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_base_model.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_entrypoint/__init__.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_entrypoint/test_entrypoint.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_input.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_logger.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_model.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_options.py +0 -0
- {nextmv-0.28.0 → nextmv-0.28.1.dev0}/tests/test_output.py +0 -0
- {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.
|
|
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
|
-
|
|
233
|
-
|
|
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/
|
|
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="
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|