]> git.proxmox.com Git - mirror_qemu.git/blame - python/PACKAGE.rst
python/qemu: add qemu package itself to pipenv
[mirror_qemu.git] / python / PACKAGE.rst
CommitLineData
ea1213b7
JS
1QEMU Python Tooling
2===================
3
4This package provides QEMU tooling used by the QEMU project to build,
5configure, and test QEMU. It is not a fully-fledged SDK and it is subject
6to change at any time.
7
8Usage
9-----
10
11The ``qemu.qmp`` subpackage provides a library for communicating with
12QMP servers. The ``qemu.machine`` subpackage offers rudimentary
13facilities for launching and managing QEMU processes. Refer to each
14package's documentation
15(``>>> help(qemu.qmp)``, ``>>> help(qemu.machine)``)
16for more information.
17
18Contributing
19------------
20
21This package is maintained by John Snow <jsnow@redhat.com> as part of
22the QEMU source tree. Contributions are welcome and follow the `QEMU
23patch submission process
24<https://wiki.qemu.org/Contribute/SubmitAPatch>`_, which involves
25sending patches to the QEMU development mailing list.
26
27John maintains a `GitLab staging branch
28<https://gitlab.com/jsnow/qemu/-/tree/python>`_, and there is an
29official `GitLab mirror <https://gitlab.com/qemu-project/qemu>`_.
30
31Please report bugs on the `QEMU issue tracker
32<https://gitlab.com/qemu-project/qemu/-/issues>`_ and tag ``@jsnow`` in
33the report.