Lines Matching full:commands
8 commands or replacements for existing commands. New commands may be written to
10 replacements for existing commands may be made to modify details of how the
14 want to modify existing commands; many simply add a few file extensions that
19 :class:`distutils.cmd.Command` class. New commands may directly inherit from
21 indirectly, directly subclassing the command they are replacing. Commands are
24 .. % \section{Extending existing commands}
27 .. % \section{Writing new commands}
28 .. % \label{new-commands}
32 Integrating new commands
60 commands to be added which can support existing :file:`setup.py` scripts without
63 the commands can be used for anything distutils commands can be used for. A new
66 searched for modules implementing commands. Like all distutils options, this
69 any commands on the command line. If set in a configuration file, it can be
80 in that order. New commands are expected to be implemented in modules of the
90 Commands that create distributions (files in the :file:`dist/` directory) need