maqet 0.0.8__py3-none-any.whl → 0.0.9__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.
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maqet
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Summary: M4x0n's QEMU Tool - A Python-based QEMU automation framework for VM running
5
5
  Author: Max Rogol
6
6
  Maintainer: Max Rogol
@@ -47,6 +47,8 @@ maqet/qmp/keyboard.py,sha256=gBsnaloceKp-T_XzaBCqu2uY0xcbtcvAab6MNE7V080,5521
47
47
  maqet/qmp/qmp.py,sha256=ABgV_Qpce4C2RMxpU5sbAbNRFdpNsz3LAAh9A-eLE9U,637
48
48
  maqet/validation/__init__.py,sha256=hdkYdm72DsKO0OJikHo_NIak_qz4PzP3rQfTekhXrKM,219
49
49
  maqet/validation/config_validator.py,sha256=ZZm-NRnFLCTTb6UAqnu2BRYWffw0oZbh3HI56Gi0RLc,5728
50
+ maqet/vendor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
51
+ maqet/vendor/qemu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
50
52
  maqet/vendor/qemu/machine/__init__.py,sha256=X8_E5OIwoB8zsmqb8mJGOozzSlm5zujaJih6I12BBdg,945
51
53
  maqet/vendor/qemu/machine/console_socket.py,sha256=uZdScPgbtQXjAtzpBIpXwLuLgMj6MMblaOj4jLjYaEM,5314
52
54
  maqet/vendor/qemu/machine/machine.py,sha256=wXb2TmPfS9HOC5HoCKhZ0pwcXolqDNi10YmCQs14sCU,32965
@@ -71,9 +73,9 @@ maqet/vendor/qemu/utils/qemu_ga_client.py,sha256=ycQ6lOh7Q0DEwvNq_LyE0Y4DRZfimq8
71
73
  maqet/vendor/qemu/utils/qom.py,sha256=jKvE73CSb5NnbsD_UPOaIQML4xYdgart-PoQquhA3xI,7637
72
74
  maqet/vendor/qemu/utils/qom_common.py,sha256=md5ND0SfBHQ6UtAnasVFWDPlQ611xP3xhq8jGAh6b74,6838
73
75
  maqet/vendor/qemu/utils/qom_fuse.py,sha256=uDbTKVWWej1Ey1Jsnw2p9sjmuLC_2vBBtBZpPG40I-k,5966
74
- maqet-0.0.8.dist-info/licenses/LICENSE,sha256=rOgOi9uqKq5-h53e_v1CuY7rQpxL8heKLrweLmnC5rI,1066
75
- maqet-0.0.8.dist-info/METADATA,sha256=1l4N-OID6UWD0ZQT0SwFG2gyeGywlzzzwRFaaeru0ts,7046
76
- maqet-0.0.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
77
- maqet-0.0.8.dist-info/entry_points.txt,sha256=CDsejhGOi9jDKmlxaIiDUSj208af6l0BmDQWboEdB4M,46
78
- maqet-0.0.8.dist-info/top_level.txt,sha256=qfP8Lh5LI3qwQ5XoATTR8UIYECuLUJRhB1sWjgqEH5I,6
79
- maqet-0.0.8.dist-info/RECORD,,
76
+ maqet-0.0.9.dist-info/licenses/LICENSE,sha256=rOgOi9uqKq5-h53e_v1CuY7rQpxL8heKLrweLmnC5rI,1066
77
+ maqet-0.0.9.dist-info/METADATA,sha256=jHoN1hwD5JxwoLu957ikNNmhDKfB807ZywqgYMhfYME,7046
78
+ maqet-0.0.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
79
+ maqet-0.0.9.dist-info/entry_points.txt,sha256=CDsejhGOi9jDKmlxaIiDUSj208af6l0BmDQWboEdB4M,46
80
+ maqet-0.0.9.dist-info/top_level.txt,sha256=qfP8Lh5LI3qwQ5XoATTR8UIYECuLUJRhB1sWjgqEH5I,6
81
+ maqet-0.0.9.dist-info/RECORD,,
File without changes