Metadata-Version: 2.1
Name: qmp
Version: 0.0.1
Summary: QEMU Monitor Protocol client
Home-page: https://gitlab.com/abogdanenko/qmp
Maintainer: Alexey Bogdanenko
Maintainer-email: alexey@bogdanenko.com
License: UNKNOWN
Description: QEMU Monitor Protocol client
        ----------------------------
        
        QEMU Monitor Protocol (QMP) is a JSON-based protocol that allows applications to
        communicate with a QEMU instance.
        
        This project packages an exact copy of `python/qemu/qmp.py` from the QEMU source
        tree.
        
        For a brief introduction to QMP, see
        <https://github.com/qemu/qemu/blob/master/docs/interop/qmp-intro.txt>.
        
        For detailed information about the protocol, see
        <https://github.com/qemu/qemu/blob/master/docs/interop/qmp-spec.txt>.
        
        For the full list of commands supported by QMP see *qemu-qmp-ref* man page,
        which is available at
        <https://manpages.debian.org/unstable/qemu-system-common/qemu-qmp-ref.7.en.html>.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
