=========================================================
libtbx - low-level utilities and infrastructure for CCTBX
=========================================================

.. _libtbx:

``libtbx`` is the only pure-Python module in CCTBX, and is required by all
other modules.  Among many other functions, it handles all of the environment
and build system configuration.

Submodules
==========

.. toctree::
    :maxdepth: 1

    libtbx.easy_mp
    libtbx.program_template

Basic functionality
===================

The base ``libtbx`` module contains several convenience tools for simplifying
other modules.

.. automodule:: libtbx
   :members:
