.. |hyd| replace:: :mod:`~hydpy.exe.hyd` .. |servertools| replace:: :mod:`~hydpy.exe.servertools` .. |xmltools| replace:: :mod:`~hydpy.exe.xmltools` .. _execution: Execution Tools =============== The `exec` subpackage provides features supporting the execution of different HydPy functionalities. Most importantly, they address HydPy's usage via the command line (see, for example, the entry script |hyd|), its configuration via XML workflow files (module |xmltools|), and its feature to run as a server (see module |servertools|). .. toctree:: :hidden: commandtools hyd modelimports replacetools servertools xmltools