maqet 0.0.8__py3-none-any.whl → 0.0.10__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.
- maqet/vendor/__init__.py +0 -0
- maqet/vendor/qemu/__init__.py +0 -0
- maqet/vendor/qemu/machine/machine.py +2 -2
- maqet/vendor/qemu/machine/qtest.py +1 -1
- maqet/vendor/qemu/qmp/qmp_shell.py +2 -2
- maqet/vendor/qemu/utils/qemu_ga_client.py +2 -2
- maqet/vendor/qemu/utils/qom_common.py +2 -2
- maqet/vendor/qemu/utils/qom_fuse.py +1 -1
- {maqet-0.0.8.dist-info → maqet-0.0.10.dist-info}/METADATA +1 -3
- {maqet-0.0.8.dist-info → maqet-0.0.10.dist-info}/RECORD +14 -12
- {maqet-0.0.8.dist-info → maqet-0.0.10.dist-info}/WHEEL +0 -0
- {maqet-0.0.8.dist-info → maqet-0.0.10.dist-info}/entry_points.txt +0 -0
- {maqet-0.0.8.dist-info → maqet-0.0.10.dist-info}/licenses/LICENSE +0 -0
- {maqet-0.0.8.dist-info → maqet-0.0.10.dist-info}/top_level.txt +0 -0
maqet/vendor/__init__.py
ADDED
File without changes
|
File without changes
|
@@ -100,13 +100,13 @@ from typing import (
|
|
100
100
|
cast,
|
101
101
|
)
|
102
102
|
|
103
|
-
from
|
103
|
+
from . import (
|
104
104
|
ConnectError,
|
105
105
|
ExecuteError,
|
106
106
|
QMPError,
|
107
107
|
SocketAddrT,
|
108
108
|
)
|
109
|
-
from
|
109
|
+
from .legacy import (
|
110
110
|
QEMUMonitorProtocol,
|
111
111
|
QMPBadPortError,
|
112
112
|
QMPMessage,
|
@@ -50,8 +50,8 @@ from typing import (
|
|
50
50
|
Sequence,
|
51
51
|
)
|
52
52
|
|
53
|
-
from
|
54
|
-
from
|
53
|
+
from ..qmp import ConnectError, SocketAddrT
|
54
|
+
from ..qmp.legacy import QEMUMonitorProtocol
|
55
55
|
|
56
56
|
|
57
57
|
# This script has not seen many patches or careful attention in quite
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: maqet
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.10
|
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
|
@@ -24,8 +24,6 @@ Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE
|
25
25
|
Requires-Dist: python-benedict>=0.33.2
|
26
26
|
Requires-Dist: PyYAML>=6.0.2
|
27
|
-
Provides-Extra: qemu
|
28
|
-
Requires-Dist: qemu.qmp>=3.0.0; extra == "qemu"
|
29
27
|
Provides-Extra: tables
|
30
28
|
Requires-Dist: tabulate>=0.9.0; extra == "tables"
|
31
29
|
Provides-Extra: dev
|
@@ -47,11 +47,13 @@ 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
|
-
maqet/vendor/qemu/machine/machine.py,sha256=
|
54
|
+
maqet/vendor/qemu/machine/machine.py,sha256=IvoJHl1VZjAnr-GgCaB_H-JCOy8DXaCwUI8oOXL78G8,32959
|
53
55
|
maqet/vendor/qemu/machine/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
54
|
-
maqet/vendor/qemu/machine/qtest.py,sha256=
|
56
|
+
maqet/vendor/qemu/machine/qtest.py,sha256=Cr_EXUEImMnxxKubwei-X7NiPrVGzxIPSRDO6pYsvBY,5923
|
55
57
|
maqet/vendor/qemu/qmp/__init__.py,sha256=Gz9qHFm1IPfva9CmBOT1H4MjBygpzXTK-JrHP0ba71E,1545
|
56
58
|
maqet/vendor/qemu/qmp/error.py,sha256=tCa_0PXVfGfj0-U88WzYnIpSVoo2kCnvyEZWh0hMp0A,1701
|
57
59
|
maqet/vendor/qemu/qmp/events.py,sha256=ztOo_BbzLJZC3_X0EV4BhY5ibNt0CjnGVWAWEmTTiVk,22653
|
@@ -61,19 +63,19 @@ maqet/vendor/qemu/qmp/models.py,sha256=mz3oDKmHUjro9vFDreooD0PucNFU4tCKJVYxTFfWd
|
|
61
63
|
maqet/vendor/qemu/qmp/protocol.py,sha256=d-3pInzEUJqI_RlM6IOOyYCOruEEfLm0U96NIjZa1OA,38506
|
62
64
|
maqet/vendor/qemu/qmp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
63
65
|
maqet/vendor/qemu/qmp/qmp_client.py,sha256=LqHwh1cFUcgr8kWYBo9Z1XIlrMNypL9_4xeLQ9kRdGk,22584
|
64
|
-
maqet/vendor/qemu/qmp/qmp_shell.py,sha256=
|
66
|
+
maqet/vendor/qemu/qmp/qmp_shell.py,sha256=uuDn4JOTkPnCNinTH5f7W0483-i-wlQ44zeP5LfJPxk,19882
|
65
67
|
maqet/vendor/qemu/qmp/qmp_tui.py,sha256=DRq2VhEqG8WkyQ7OdPVKYvJYi502WDpmHQDbISU4Rac,22318
|
66
68
|
maqet/vendor/qemu/qmp/util.py,sha256=A2ThMPFtt6CpqNGPa4F6T2D4vmhTcyEPGe8vjBV9Bbk,6231
|
67
69
|
maqet/vendor/qemu/utils/__init__.py,sha256=Z2w-s7ng08lym9luctBxfFEQmexp-wG4pOszYT8AB38,5703
|
68
70
|
maqet/vendor/qemu/utils/accel.py,sha256=gSA3lSMU7-7m_smH_u4d8fn1T4NmiwPwmcp9bMx7KDQ,2532
|
69
71
|
maqet/vendor/qemu/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
70
|
-
maqet/vendor/qemu/utils/qemu_ga_client.py,sha256=
|
72
|
+
maqet/vendor/qemu/utils/qemu_ga_client.py,sha256=08aymsXvvKM7mH1KAdV7JSch5kH695OqKUWbKr-Ei_w,9478
|
71
73
|
maqet/vendor/qemu/utils/qom.py,sha256=jKvE73CSb5NnbsD_UPOaIQML4xYdgart-PoQquhA3xI,7637
|
72
|
-
maqet/vendor/qemu/utils/qom_common.py,sha256=
|
73
|
-
maqet/vendor/qemu/utils/qom_fuse.py,sha256=
|
74
|
-
maqet-0.0.
|
75
|
-
maqet-0.0.
|
76
|
-
maqet-0.0.
|
77
|
-
maqet-0.0.
|
78
|
-
maqet-0.0.
|
79
|
-
maqet-0.0.
|
74
|
+
maqet/vendor/qemu/utils/qom_common.py,sha256=WhNJIALP2juoYVcc9yp4xFfV-mYOqrGaY_nul2QQG2w,6832
|
75
|
+
maqet/vendor/qemu/utils/qom_fuse.py,sha256=3zIliD5mAjXa8SGkIlkpg1Gi1J9AyKgqNN_1wMpuIf8,5963
|
76
|
+
maqet-0.0.10.dist-info/licenses/LICENSE,sha256=rOgOi9uqKq5-h53e_v1CuY7rQpxL8heKLrweLmnC5rI,1066
|
77
|
+
maqet-0.0.10.dist-info/METADATA,sha256=kTqHwsoGJMcC2BK4NoTLL9_zjGByC130SJ_VtF1WY5g,6978
|
78
|
+
maqet-0.0.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
79
|
+
maqet-0.0.10.dist-info/entry_points.txt,sha256=CDsejhGOi9jDKmlxaIiDUSj208af6l0BmDQWboEdB4M,46
|
80
|
+
maqet-0.0.10.dist-info/top_level.txt,sha256=qfP8Lh5LI3qwQ5XoATTR8UIYECuLUJRhB1sWjgqEH5I,6
|
81
|
+
maqet-0.0.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|