Configuration ************* :mod:`modpipe.config` -- Configuration file handling ==================================================== .. automodule:: modpipe.config :synopsis: Configuration file handling .. autoclass:: Config :members: .. autofunction:: read_file :mod:`modpipe.filesystem` -- ModPipe filesystem =============================================== .. automodule:: modpipe.filesystem :synopsis: ModPipe filesystem :members: :undoc-members: :mod:`modpipe.binaries` -- Locations of external binaries ========================================================= .. automodule:: modpipe.binaries :synopsis: Locations of external binaries :members: :undoc-members: This module provides a number of functions that return the location of various external binaries used by ModPipe. These locations are set by the :file:`Setup` script (see also :ref:`install-ext`). If a given binary is not present, the corresponding function will raise a :exc:`modpipe.MissingBinaryError`. :mod:`modpipe.version` -- Version and copyright information =========================================================== .. automodule:: modpipe.version :synopsis: Version and copyright information .. function:: get() Return the ModPipe version number. .. function:: message() Return version and copyright information, suitable for display by a command-line program's :option:`--version` option.