JNRowe

pyisbn

SBN, ISBN-10 and ISBN-13 conversion and validation module

pyisbn

Note

pyisbn source code is available from GitHub, and this page is likely to disappear in the near future.

Introduction

pyisbn is a GPL v3 licensed module for working with SBN, ISBN-10 and ISBN-13 entities. It includes functions for verifying entities, calculating checksums and converting between the formats. It also includes basic classes for representing ISBNs as objects.

It was written simply as a tool for me to update my book database with valid ISBN-13 entities now that ISBN-13 is the current standard.

Grab it from the downloads section and read the included epydoc generated documentation for usage examples. If you have any problems with it feel free to drop me a mail.

Downloads

  • Most recent source available from GitHub

Python v2 and v3

Return to Top