Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/ismn.py
Commit message (Expand)AuthorAgeFilesLines
* Docstring improvementsArthur de Jong2017-09-111-7/+7
* Ensure 100% branch coverageArthur de Jong2017-08-281-2/+2
* An ISMN can only be 10 or 13 digitsArthur de Jong2017-04-151-2/+6
* Turn on and improve branch coverageArthur de Jong2015-08-161-1/+1
* Implement validate() for ISMNArthur de Jong2013-06-081-17/+34
* ensure that the module docstrings are in a somewhat more ...Arthur de Jong2012-02-261-4/+6
* implement a stdnum.util module for holding utility functi...Arthur de Jong2012-02-041-3/+3
* implement an ismn_type() functionArthur de Jong2011-09-251-11/+18
* make source code layout follow PEP8 moreArthur de Jong2011-08-191-7/+13
* use the ean module for calculating the check digitArthur de Jong2011-06-201-9/+6
* switch to using enumerate() for looping over numbers wher...Arthur de Jong2010-08-261-1/+1
* add an ISMN (International Standard Music Number) moduleArthur de Jong2010-08-211-0/+103