================================= Astrochem Python Module reference ================================= This documents gives a description of Astrochem Python module. The module itself contains two packages: the :ref:`tool package `, which allows to work on chemical networks and astrochem output files and :ref:`wrapper package ` , which allows to run Astrochem from Python. For an example on how to do this, see :ref:`calling Astrochem from Python ` .. warning:: The Astrochem Python module is recent, and its API is subject to change in future releases. .. _sec-python-astrochem-tools: Tools (``astrochem.tools``) --------------------------- .. automodule:: tools :members: .. _sec-python-astrochem-wrapper: Wrapper (``astrochem.wrapper``) ------------------------------- .. automodule:: wrapper :members: