API overview ============ Top-level import ---------------- .. code-block:: python import asmpig from asmpig import asm1pig, asm2dpig, asm3pig, asm2dn2opig Subpackages ----------- The package currently provides: - ``asm1pig`` - ``asm2dpig`` - ``asm3pig`` - ``asm2dn2opig`` Common block names inside each subpackage ----------------------------------------- The compiled extension workflow is organized around these block names: - ``combiner`` - ``firstflush`` - ``fractionation`` - ``sewer`` - ``unisoilmodel`` Example ------- .. code-block:: python from asmpig.asm2dpig import combiner, firstflush, fractionation, sewer, unisoilmodel