servo/python/mach
2023-01-22 05:13:30 +01: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 Vendor mach-1.0.0. 2021-12-21 10:57:18 -05: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/``.