mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
f6bf14afd2
* Add project release config and use Travis build stages. Refs #378. * Restructure project to use src/ and tests/ directories. * Fix testing. * Remove eggs. * More fixes. - isort and flake8 config - manifest template update - tox ini extension - docs build fixes - docs content fixes * Docs and license cleanup.
65 lines
942 B
ReStructuredText
65 lines
942 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_format
|
|
|
|
.. autofunction:: import_set
|
|
|
|
|
|
----------
|
|
Exceptions
|
|
----------
|
|
|
|
|
|
.. class:: InvalidDatasetType
|
|
|
|
You're trying to add something that doesn't quite look right.
|
|
|
|
|
|
.. class:: InvalidDimensions
|
|
|
|
You're trying to add something that doesn't quite fit right.
|
|
|
|
|
|
.. class:: UnsupportedFormat
|
|
|
|
You're trying to add something that doesn't quite taste right.
|
|
|
|
|
|
Now, go start some :ref:`Tablib Development <development>`.
|