Metadata-Version: 2.1
Name: qwrapper
Version: 0.1.14
Summary: A QEMU wrapper for Python
Author-email: Daniel Dybing <danieldy@uia.no>, Ali Sirvanovitsj Ismailov <alisi18@uia.no>, Sirén Elise Lund Lohre <selohre@uia.no>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# QWrapper

QWrapper is a Python module meant to make automated interactions with QEMU (Quick EMUlator) easier. By the use of the existing Python modules `pygdbmi` and `qemu.qmp`, this modules communicates with a QEMU virtual machine instance and provides a simple interface for the developer to control the VM and extract useful information. 

This module was specifically developed for our bachelor project, where needed to automate the use of QEMU and to extract specific values such as registers. Much of this data is provided through the aforementioned modules, but their output is unstructured.

The purpose of this module is thus to simplify the interaction with these modules and provide structured output that can be more easily used.

Please see the `docs` folder for documentation.
