nextmv 0.29.1__py3-none-any.whl → 0.29.2.dev2__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 CHANGED
@@ -1 +1 @@
1
- __version__ = "v0.29.1"
1
+ __version__ = "v0.29.2.dev2"
nextmv/output.py CHANGED
@@ -1330,7 +1330,9 @@ class LocalOutputWriter(OutputWriter):
1330
1330
  if not os.path.exists(final_dir):
1331
1331
  os.makedirs(final_dir)
1332
1332
 
1333
- serialized = serialize_json(element, json_configurations=json_configurations)
1333
+ keyed_element = {element_key: element} # The element is expected behind its key.
1334
+
1335
+ serialized = serialize_json(keyed_element, json_configurations=json_configurations)
1334
1336
 
1335
1337
  with open(os.path.join(final_dir, f"{element_key}.json"), "w", encoding="utf-8") as file:
1336
1338
  file.write(serialized + "\n")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nextmv
3
- Version: 0.29.1
3
+ Version: 0.29.2.dev2
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/
@@ -1,4 +1,4 @@
1
- nextmv/__about__.py,sha256=EXJBk3PNqlbgMArhRMW_rnanzyQGCkN6ayHNlTJP6dM,24
1
+ nextmv/__about__.py,sha256=vASrcrw4_MSSV8RXKTfosJzlTX6kDwAfWuuC7oS4DJk,29
2
2
  nextmv/__entrypoint__.py,sha256=dA0iwwHtrq6Z9w9FxmxKLoBGLyhe7jWtUAU-Y3PEgHg,1094
3
3
  nextmv/__init__.py,sha256=FsF0pEkOSBuPY5EKu7NsBxro7jswGmOmaw61kZEudXY,1930
4
4
  nextmv/_serialization.py,sha256=JlSl6BL0M2Esf7F89GsGIZ__Pp8RnFRNM0UxYhuuYU4,2853
@@ -8,7 +8,7 @@ nextmv/input.py,sha256=iTMIdhSi4H-Xot44CYaUH110WDcpWDsJ5JXxSMGIZaY,40030
8
8
  nextmv/logger.py,sha256=kNIbu46MisrzYe4T0hNMpWfRTKKacDVvbtQcNys_c_E,2513
9
9
  nextmv/model.py,sha256=SVoJLN_f5knXjaPLlyWWvzIqX_qKu1txn6pYfKPwt14,15019
10
10
  nextmv/options.py,sha256=-9ru7nzqMsFf0aAAfR5OuMvChXYT6aho5sGghHKu8Ds,37323
11
- nextmv/output.py,sha256=mBvxOshyizH9g2dc8Yp7iOwDCtFng_UnyTfzg14RMtQ,54044
11
+ nextmv/output.py,sha256=vcBqtP1hJLYyUvfk_vl1Ejbk3q5KxOmlTz4Lnqqnyd0,54141
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
@@ -25,7 +25,7 @@ nextmv/cloud/scenario.py,sha256=JRFTDiFBcrgud6wE2qDHUu5oO-Ur3zbPYhhB6ONCxTo,1426
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.1.dist-info/METADATA,sha256=XL2_qbDv6_b8AIWqTOirbHZmLSR9v_Zl1TXPYTaSlCU,15826
29
- nextmv-0.29.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
- nextmv-0.29.1.dist-info/licenses/LICENSE,sha256=ZIbK-sSWA-OZprjNbmJAglYRtl5_K4l9UwAV3PGJAPc,11349
31
- nextmv-0.29.1.dist-info/RECORD,,
28
+ nextmv-0.29.2.dev2.dist-info/METADATA,sha256=XV6SBDhGj7Wwx6Bu_Op6p1zDng8vm999yJ7Tupdqqb8,15831
29
+ nextmv-0.29.2.dev2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
+ nextmv-0.29.2.dev2.dist-info/licenses/LICENSE,sha256=ZIbK-sSWA-OZprjNbmJAglYRtl5_K4l9UwAV3PGJAPc,11349
31
+ nextmv-0.29.2.dev2.dist-info/RECORD,,