.. _api: === API === .. module:: tablib This part of the documentation covers all the interfaces of Tablib. For parts where Tablib depends on external libraries, we document the most important right here and provide links to the canonical documentation. -------------- Dataset Object -------------- .. autoclass:: Dataset :inherited-members: --------------- Databook Object --------------- .. autoclass:: Databook :inherited-members: --------- Functions --------- .. autofunction:: detect .. autofunction:: import_set ---------- Exceptions ---------- .. class:: InvalidDatasetType Raised when shit goes down. .. class:: InvalidDimensions Raised when shit goes down. .. class:: UnsupportedFormat Raised when shit goes down. Now, go start some :ref:`Tablib Development `.