:mod:`dxpy` Package =================== This package includes three key modules: * :mod:`dxpy.bindings`: Contains useful Pythonic bindings for interacting with remote objects via the DNAnexus API server. For convenience, this is automatically imported directly into the namespace under :mod:`dxpy` when :mod:`dxpy` is imported. * :mod:`dxpy.api`: Contains low-level wrappers that can be called directly to make the respective API calls to the API server. * :mod:`dxpy.exceptions`: Contains exceptions used in the other :mod:`dxpy` modules. Package Configuration --------------------- .. automodule:: dxpy :members: :undoc-members: