Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 722 Bytes

index.rst

File metadata and controls

41 lines (27 loc) · 722 Bytes
.. currentmodule:: pyisbn

API documentation

Class based access

.. toctree::
   :maxdepth: 2

   isbn
   isbn10
   isbn13
   sbn

Exceptions

.. autoexception:: pyisbn.CountryError

.. autoexception:: pyisbn.IsbnError

.. autoexception:: pyisbn.SiteError


Function based access

Additionally the top-level functions are available, if you do not wish to use the classes.

Note

While the layout of this module is a result of it moving from a strictly function-based layout to a class-based layout these functions will not be removed. Backwards compatibility is important, and will be maintained.

.. toctree::
   :maxdepth: 2

   utils