Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum
Commit message (Expand)AuthorAgeFilesLines
...
* add a NIF (Número de Identificación Fiscal, Spanish VAT...Arthur de Jong2012-02-112-0/+72
* add a CIF (Certificado de Identificación Fiscal, Spanish...Arthur de Jong2012-02-112-0/+93
* implement a digitsum() function to find the sub of all di...Arthur de Jong2012-02-111-6/+16
* fix description and remove unnecessary importArthur de Jong2012-02-111-2/+2
* add a NIE (Número de Identificación de Extranjeros, Spa...Arthur de Jong2012-02-102-0/+62
* add a DNI (Documento nacional de identidad, Spanish perso...Arthur de Jong2012-02-103-0/+60
* add a BTW, TVA, NWSt (Belgian VAT number) moduleArthur de Jong2012-02-103-0/+57
* also make the stdnum.cz.rc module available as stdnum.sk.rcArthur de Jong2012-02-103-1/+46
* also make the stdnum.nl.btw module available as stdnum.nl...Arthur de Jong2012-02-101-0/+22
* fix number in test and ensure that number is not all zeroesArthur de Jong2012-02-101-3/+3
* add some info to descriptionArthur de Jong2012-02-101-1/+3
* add an Ust ID Nr. (Umsatzsteur Identifikationnummer, the ...Arthur de Jong2012-02-103-0/+54
* add a FPA, ΦΠΑ (Foros Prostithemenis Aksias, the Greek...Arthur de Jong2012-02-103-0/+64
* add a SIREN (Système d'Identification du Répertoire des...Arthur de Jong2012-02-053-0/+51
* add a RČ (Rodné číslo, the Czech birth numbers) moduleArthur de Jong2012-02-053-0/+98
* implement a stdnum.util module for holding utility functi...Arthur de Jong2012-02-0416-30/+84
* rename calc_checksum() to checksum() for consistencyArthur de Jong2012-02-042-4/+4
* use integer divisionArthur de Jong2012-02-041-1/+1
* add a BTW (the Dutch VAT number) moduleArthur de Jong2012-02-022-0/+53
* add an onderwijsnummer (Dutch school number) moduleArthur de Jong2012-02-023-5/+53
* add a HETU (Finnish personal identity code) module as pro...Arthur de Jong2011-11-073-0/+95
* get files ready for 0.6 releaseArthur de Jong2011-09-301-2/+2
* update data filesArthur de Jong2011-09-303-10/+13
* move the version number definition to the stdnum packageArthur de Jong2011-09-301-0/+3
* implement an ismn_type() functionArthur de Jong2011-09-251-11/+18
* add an IMSI (International Mobile Subscriber Identity) mo...Arthur de Jong2011-09-233-0/+2217
* implement an imei.split() function that splits the number...Arthur de Jong2011-09-231-0/+10
* implement a conversion function from ISBN13 to ISBN10Arthur de Jong2011-09-201-0/+24
* fix a problem with an ISBN13 with a valid check digit but...Arthur de Jong2011-09-201-8/+7
* make source code layout follow PEP8 moreArthur de Jong2011-08-1921-116/+194
* update data filesArthur de Jong2011-07-093-9/+19
* implement a conversion function from ISSN to EANArthur de Jong2011-06-201-0/+10
* use the ean module for calculating the check digitArthur de Jong2011-06-202-17/+11
* add an EAN (International Article Number) moduleArthur de Jong2011-06-202-0/+51
* also support Python3 with the same codebase (see #3)Arthur de Jong2011-03-061-6/+11
* Python 2.5 compatibility improvementArthur de Jong2011-03-021-10/+10
* include an updated versionArthur de Jong2011-02-061-3/+3
* add an SSN (U.S. Social Security Number) moduleArthur de Jong2011-02-063-0/+73
* add ISIL to the documentationArthur de Jong2011-02-051-1/+3
* add an ISIL (International Standard Identifier for Librar...Arthur de Jong2011-02-052-0/+98
* allow most kind of characters in number rangesArthur de Jong2011-02-051-1/+1
* move more validation into try/except (specifically the _c...Arthur de Jong2011-02-051-3/+3
* fix typo in r53Arthur de Jong2011-02-051-1/+1
* add encoding headerArthur de Jong2011-02-051-0/+1
* get README and package docstring in syncArthur de Jong2011-01-311-0/+3
* add a convert parameter to most isbn functions to automat...Arthur de Jong2011-01-211-13/+19
* add an IBAN (International Bank Account Number) moduleArthur de Jong2011-01-162-0/+146
* revert r49 because it wasn't needed after allArthur de Jong2011-01-161-25/+13
* introduce a full parameter that can be used to only retur...Arthur de Jong2011-01-161-12/+24
* fix import of iso7064 modulesArthur de Jong2011-01-162-7/+7