Python Module Documentation ============================ Recommended usage ------------------- In general, we recommend using goose in Python by first importing create from goose: .. code-block:: python from goose import create The ``create`` module can the be used to call all the user-facing functions. Documentation for these functions is included below. GOOSE functions ---------------- .. automodule:: goose.create :members: