servo/python/mach
Martin Robinson 463c61f34d
Stop using distutils (#30638)
This is removed from Python 3.12 so we can no longer rely on it. All of
this functionality is either in `setuptools` or `shutil`.
2023-10-28 17:17:57 +00:00
..
mach Make mach work on Python 3.11 2023-01-22 05:13:30 +01:00
mach.egg-info Vendor mach-1.0.0. 2021-12-21 10:57:18 -05:00
PKG-INFO Vendor mach-1.0.0. 2021-12-21 10:57:18 -05:00
README.rst Vendor mach-1.0.0. 2021-12-21 10:57:18 -05:00
setup.cfg Vendor mach-1.0.0. 2021-12-21 10:57:18 -05:00
setup.py Stop using distutils (#30638) 2023-10-28 17:17:57 +00:00

====
mach
====

Mach (German for *do*) is a generic command dispatcher for the command
line.

To use mach, you install the mach core (a Python package), create an
executable *driver* script (named whatever you want), and write mach
commands. When the *driver* is executed, mach dispatches to the
requested command handler automatically.

To learn more, read the docs in ``docs/``.