API documentation

Exceptions

exception pyisbn.CountryError[source]

Unknown country value.

exception pyisbn.IsbnError[source]

Invalid ISBN string.

exception pyisbn.SiteError[source]

Unknown site value.

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.