.. _apireference: Library Reference ***************** This is the main package, containing the API to create and run templates; and perform and query monitoring and provenance. For background information on what Tigres is meant to do, see the :ref:`tigresoverview`. The top-level ``tigres`` module has tools for initializing and finalizing tigres programs. This can be done explicitly using :func:`tigres.start` and :func:`tigres.end()` or implicitly when the first Tigres data object is initialized. .. contents:: :depth: 3 :local: :backlinks: top .. automodule:: tigres :members: .. automodule:: tigres.utils :members: