Files
tablib/docs/api.rst
T
2010-10-10 04:37:09 -04:00

64 lines
832 B
ReStructuredText

.. _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 <development>`.