api.rst 942 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .. _api:
  2. ===
  3. API
  4. ===
  5. .. module:: tablib
  6. This part of the documentation covers all the interfaces of Tablib. For
  7. parts where Tablib depends on external libraries, we document the most
  8. important right here and provide links to the canonical documentation.
  9. --------------
  10. Dataset Object
  11. --------------
  12. .. autoclass:: Dataset
  13. :inherited-members:
  14. ---------------
  15. Databook Object
  16. ---------------
  17. .. autoclass:: Databook
  18. :inherited-members:
  19. ---------
  20. Functions
  21. ---------
  22. .. autofunction:: detect_format
  23. .. autofunction:: import_set
  24. ----------
  25. Exceptions
  26. ----------
  27. .. class:: InvalidDatasetType
  28. You're trying to add something that doesn't quite look right.
  29. .. class:: InvalidDimensions
  30. You're trying to add something that doesn't quite fit right.
  31. .. class:: UnsupportedFormat
  32. You're trying to add something that doesn't quite taste right.
  33. Now, go start some :ref:`Tablib Development <development>`.