pyisbn 0.1.1
ISBN - A module for working with 10- and 13-digit ISBNs
Latest Version: 0.6.0
ISBN - A module for working with 10- and 13-digit ISBNs
This module supports the calculation of ISBN checksums with calculate_checksum(), the conversion between ISBN-10 and ISBN-13 with convert() and the validation of ISBNs with validate().
All the functions require ISBNs to be passed in as str types, even if it would seem reasonable to accept some int forms. The reason behind this is English speaking countries use 0 for their group identifier, and Python would treat ISBNs beginning with 0 as octal representations producing incorrect results.
The functions in this module also support 9-digit SBNs for people with older books in their collection.
- Author: James Rowe
- Documentation: pyisbn package documentation
- Home Page: http://www.jnrowe.ukfsn.org/projects/pyisbn.html
- Bug Tracker: https://github.com/JNRowe/pyisbn/issues
- Download URL: http://www.jnrowe.ukfsn.org/_downloads/pyisbn-0.1.1.tar.bz2
- Keywords: ISBN ISBN-10 ISBN-13 SBN
- License: GNU General Public License Version 2
- Categories
- Package Index Owner: jnrowe
- DOAP record: pyisbn-0.1.1.xml
