5 Mach (German for *do*) is a generic command dispatcher for the command
8 To use mach, you install the mach core (a Python package), create an
9 executable *driver* script (named whatever you want), and write mach
10 commands. When the *driver* is executed, mach dispatches to the
11 requested command handler automatically.
13 To learn more, read the docs in ``docs/``.