:py:mod:`fitlistreader` ======================= .. py:module:: fitlistreader .. autoapi-nested-parse:: fitlistreader ============= Provides: 1. A Parser for HDTV fitlist.xml files, converting them to Sequence-like-objects 2. CLI tools to do this directly in the terminal CLI-Utilities ------------- - fitlistreader : displays peak information of a given fitlist.xml file Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 fitintegral/index.rst fitintegralcoll/index.rst fitlist/index.rst fitlistreader/index.rst peak/index.rst Package Contents ---------------- Functions ~~~~~~~~~ .. autoapisummary:: fitlistreader.run fitlistreader.run_wrapper Attributes ~~~~~~~~~~ .. autoapisummary:: fitlistreader.__version__ .. py:function:: run() -> None Method called by CLI to print requested information from a fitlist file to std_out, using `sys.argv`. .. py:function:: run_wrapper() Access for the CLI to method in non-init file. .. py:data:: __version__