/
valemobil
/
Mypal68
ОбзорДокументацияВойти
/
valemobil
/
Mypal68
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
Mypal68/
python/mach/
..
docs

68.12.1 version - first release unstable.

4 года назад
mach

68.12.1 version - first release unstable.

4 года назад
README.rst

68.12.1 version - first release unstable.

4 года назад
bash-completion.sh

68.12.1 version - first release unstable.

4 года назад
setup.py

68.12.1 version - first release unstable.

4 года назад
README.rst
====
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/``.