nextmv 0.28.5__py3-none-any.whl → 0.29.0__py3-none-any.whl
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/__about__.py +1 -1
- nextmv/__init__.py +8 -0
- nextmv/cloud/application.py +210 -21
- nextmv/cloud/client.py +28 -9
- nextmv/cloud/manifest.py +142 -14
- nextmv/cloud/package.py +1 -1
- nextmv/cloud/run.py +34 -0
- nextmv/input.py +476 -6
- nextmv/model.py +12 -3
- nextmv/options.py +88 -0
- nextmv/output.py +535 -51
- {nextmv-0.28.5.dist-info → nextmv-0.29.0.dist-info}/METADATA +13 -1
- {nextmv-0.28.5.dist-info → nextmv-0.29.0.dist-info}/RECORD +15 -15
- {nextmv-0.28.5.dist-info → nextmv-0.29.0.dist-info}/WHEEL +0 -0
- {nextmv-0.28.5.dist-info → nextmv-0.29.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nextmv
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.29.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/
|
|
@@ -225,6 +225,18 @@ Requires-Dist: requests>=2.31.0
|
|
|
225
225
|
Requires-Dist: urllib3>=2.1.0
|
|
226
226
|
Provides-Extra: all
|
|
227
227
|
Requires-Dist: mlflow>=2.17.2; extra == 'all'
|
|
228
|
+
Provides-Extra: dev
|
|
229
|
+
Requires-Dist: build>=1.0.3; extra == 'dev'
|
|
230
|
+
Requires-Dist: mlflow>=2.19.0; extra == 'dev'
|
|
231
|
+
Requires-Dist: nextroute>=1.11.1; extra == 'dev'
|
|
232
|
+
Requires-Dist: openpyxl>=3.1.5; extra == 'dev'
|
|
233
|
+
Requires-Dist: pandas>=2.2.3; extra == 'dev'
|
|
234
|
+
Requires-Dist: pydantic>=2.5.2; extra == 'dev'
|
|
235
|
+
Requires-Dist: pyyaml>=6.0.1; extra == 'dev'
|
|
236
|
+
Requires-Dist: requests>=2.31.0; extra == 'dev'
|
|
237
|
+
Requires-Dist: ruff>=0.1.7; extra == 'dev'
|
|
238
|
+
Requires-Dist: twine>=4.0.2; extra == 'dev'
|
|
239
|
+
Requires-Dist: urllib3>=2.1.0; extra == 'dev'
|
|
228
240
|
Description-Content-Type: text/markdown
|
|
229
241
|
|
|
230
242
|
# Nextmv Python SDK
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
nextmv/__about__.py,sha256=
|
|
1
|
+
nextmv/__about__.py,sha256=CeC9m4EfnisXEl1qdSPIaiCsBxaJW7s_N6pm012XSXM,24
|
|
2
2
|
nextmv/__entrypoint__.py,sha256=dA0iwwHtrq6Z9w9FxmxKLoBGLyhe7jWtUAU-Y3PEgHg,1094
|
|
3
|
-
nextmv/__init__.py,sha256=
|
|
3
|
+
nextmv/__init__.py,sha256=FsF0pEkOSBuPY5EKu7NsBxro7jswGmOmaw61kZEudXY,1930
|
|
4
4
|
nextmv/_serialization.py,sha256=JlSl6BL0M2Esf7F89GsGIZ__Pp8RnFRNM0UxYhuuYU4,2853
|
|
5
5
|
nextmv/base_model.py,sha256=qmJ4AsYr9Yv01HQX_BERrn3229gyoZrYyP9tcyqNfeU,2311
|
|
6
6
|
nextmv/deprecated.py,sha256=kEVfyQ-nT0v2ePXTNldjQG9uH5IlfQVy3L4tztIxwmU,1638
|
|
7
|
-
nextmv/input.py,sha256=
|
|
7
|
+
nextmv/input.py,sha256=iTMIdhSi4H-Xot44CYaUH110WDcpWDsJ5JXxSMGIZaY,40030
|
|
8
8
|
nextmv/logger.py,sha256=kNIbu46MisrzYe4T0hNMpWfRTKKacDVvbtQcNys_c_E,2513
|
|
9
|
-
nextmv/model.py,sha256=
|
|
10
|
-
nextmv/options.py,sha256
|
|
11
|
-
nextmv/output.py,sha256=
|
|
9
|
+
nextmv/model.py,sha256=SVoJLN_f5knXjaPLlyWWvzIqX_qKu1txn6pYfKPwt14,15019
|
|
10
|
+
nextmv/options.py,sha256=-9ru7nzqMsFf0aAAfR5OuMvChXYT6aho5sGghHKu8Ds,37323
|
|
11
|
+
nextmv/output.py,sha256=mBvxOshyizH9g2dc8Yp7iOwDCtFng_UnyTfzg14RMtQ,54044
|
|
12
12
|
nextmv/cloud/__init__.py,sha256=7BCh3z-XkbIcMvFHmbj2wA8OquIovjrAZL7O9kA9VZc,3868
|
|
13
13
|
nextmv/cloud/acceptance_test.py,sha256=Bcfdmh2fkPeBx8FDCngeUo2fjV_LhsUdygnzDQCDbYY,26898
|
|
14
14
|
nextmv/cloud/account.py,sha256=eukiYQha4U2fkIjg4SgdoawKE1kU5G7GPyDJVrn8hHA,6064
|
|
15
|
-
nextmv/cloud/application.py,sha256=
|
|
15
|
+
nextmv/cloud/application.py,sha256=hMCcEVUeDN8Pu24xWBBI00EtDD6J6Uo6CfON8g-zvCk,119765
|
|
16
16
|
nextmv/cloud/batch_experiment.py,sha256=rD3m-ioE1G8ADYN7afzr7zlq-3H22TNlj9RAh-_ZqIo,7270
|
|
17
|
-
nextmv/cloud/client.py,sha256=
|
|
17
|
+
nextmv/cloud/client.py,sha256=2TTr7oc5g7zpB64xrACDZZph189JpPmE_HiUzXnGATM,18146
|
|
18
18
|
nextmv/cloud/input_set.py,sha256=2dqmf5z-rZjTKwtBRvnUdfPfKv28It5uTCX0C70uP4Y,4242
|
|
19
19
|
nextmv/cloud/instance.py,sha256=SS4tbp0LQMWDaeYpwcNxJei82oi_Hozv1t5i3QGjASY,4024
|
|
20
|
-
nextmv/cloud/manifest.py,sha256=
|
|
21
|
-
nextmv/cloud/package.py,sha256=
|
|
22
|
-
nextmv/cloud/run.py,sha256=
|
|
20
|
+
nextmv/cloud/manifest.py,sha256=bphIZJzStkAc1gme39SecwI4L36QDjeyhWEZrSaukS4,35782
|
|
21
|
+
nextmv/cloud/package.py,sha256=f0OjdlIOsI2LpmgSxdFf6YaA8Ucs9yAm_3bO0Cp8LH4,13027
|
|
22
|
+
nextmv/cloud/run.py,sha256=YPBVjbnc6Ebgjxm5Rw1eY2-MiYx3KC7fQyqKWXY9auY,20836
|
|
23
23
|
nextmv/cloud/safe.py,sha256=idifvV8P_79Zo2hIC_qxqZt9LUmD5TLQ9ikKwRUvd34,2522
|
|
24
24
|
nextmv/cloud/scenario.py,sha256=JRFTDiFBcrgud6wE2qDHUu5oO-Ur3zbPYhhB6ONCxTo,14263
|
|
25
25
|
nextmv/cloud/secrets.py,sha256=fA5cX0jfTsPVZWV7433wzETGlXpWRLHGswuObx9e6FQ,6820
|
|
26
26
|
nextmv/cloud/status.py,sha256=blvykRCTCTBkaqH88j4dzdQLhU2v1Ig62-_va98zw20,2789
|
|
27
27
|
nextmv/cloud/version.py,sha256=5_S7_pWUVBFbvAArku20eK7S645GJcHtgE2OpXLdSzQ,5300
|
|
28
|
-
nextmv-0.
|
|
29
|
-
nextmv-0.
|
|
30
|
-
nextmv-0.
|
|
31
|
-
nextmv-0.
|
|
28
|
+
nextmv-0.29.0.dist-info/METADATA,sha256=rhs28JP-qjRkolykZC5RwaxJtgh2n0PoQBxJUGnBpUk,15826
|
|
29
|
+
nextmv-0.29.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
30
|
+
nextmv-0.29.0.dist-info/licenses/LICENSE,sha256=ZIbK-sSWA-OZprjNbmJAglYRtl5_K4l9UwAV3PGJAPc,11349
|
|
31
|
+
nextmv-0.29.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|