Lines Matching full:python
1 QEMU Python Tooling
4 This directory houses Python tooling used by the QEMU project to build,
18 local python packages. If you are inside of a virtual environment,
36 <https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/>`_
47 directory, e.g. ``~/src/qemu/python``. See
48 https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH
50 2. Inside a Python script, use ``sys.path`` to forcibly include a search
52 https://docs.python.org/3/library/sys.html#sys.path
62 ``> PYTHONPATH=~/src/qemu/python python3 -m qemu.qmp.qmp_shell``
64 The mappings between console script name and python module path can be
71 - ``qemu/`` Python 'qemu' namespace package source directory.
72 - ``tests/`` Python package tests directory.
77 - ``MANIFEST.in`` is read by python setuptools, it specifies additional files