.. toctree:: pyreports modules =================== io __ The *io* module contains all the classes and functions needed to interface with inputs and outputs. .. automodule:: pyreports.io :members: :special-members: :show-inheritance: core ____ The *core* module contains all the classes that refer to the creation and manipulation of data. .. automodule:: pyreports.core :members: :special-members: :show-inheritance: datatools _________ The *datatools* module contains all utility functions for data processing. .. automodule:: pyreports.datatools :members: :special-members: :show-inheritance: exception _________ The *exception* module contains all the classes that represent explicit package exceptions. .. automodule:: pyreports.exception :members: :special-members: :show-inheritance: