Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add a DNI (Documento nacional de identidad, Spanish ↵Arthur de Jong2012-02-105-0/+62
| | | | | | personal identity codes) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@110 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a BTW, TVA, NWSt (Belgian VAT number) moduleArthur de Jong2012-02-105-0/+59
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@109 9dea7c4f-944c-4273-ac1a-574ede026edc
* also make the stdnum.cz.rc module available as stdnum.sk.rcArthur de Jong2012-02-104-2/+47
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@108 9dea7c4f-944c-4273-ac1a-574ede026edc
* also make the stdnum.nl.btw module available as ↵Arthur de Jong2012-02-101-0/+22
| | | | | | stdnum.nl.vat git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@107 9dea7c4f-944c-4273-ac1a-574ede026edc
* fix number in test and ensure that number is not all zeroesArthur de Jong2012-02-101-3/+3
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@106 9dea7c4f-944c-4273-ac1a-574ede026edc
* add some info to descriptionArthur de Jong2012-02-101-1/+3
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@105 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an Ust ID Nr. (Umsatzsteur Identifikationnummer, the ↵Arthur de Jong2012-02-105-0/+56
| | | | | | German VAT number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@104 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a FPA, ΦΠΑ (Foros Prostithemenis Aksias, the ↵Arthur de Jong2012-02-105-0/+66
| | | | | | Greek VAT number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@103 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a SIREN (Système d'Identification du Répertoire ↵Arthur de Jong2012-02-055-0/+54
| | | | | | des Entreprises, a French company identification number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@102 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a RČ (Rodné číslo, the Czech birth numbers) moduleArthur de Jong2012-02-055-0/+100
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@101 9dea7c4f-944c-4273-ac1a-574ede026edc
* implement a stdnum.util module for holding utility ↵Arthur de Jong2012-02-0416-30/+84
| | | | | | functions (for now clean()) git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@100 9dea7c4f-944c-4273-ac1a-574ede026edc
* some extra rubustness checksArthur de Jong2012-02-041-3/+3
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@99 9dea7c4f-944c-4273-ac1a-574ede026edc
* rename calc_checksum() to checksum() for consistencyArthur de Jong2012-02-042-4/+4
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@98 9dea7c4f-944c-4273-ac1a-574ede026edc
* use integer divisionArthur de Jong2012-02-041-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@97 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a BTW (the Dutch VAT number) moduleArthur de Jong2012-02-024-1/+55
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@96 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an onderwijsnummer (Dutch school number) moduleArthur de Jong2012-02-025-8/+57
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@95 9dea7c4f-944c-4273-ac1a-574ede026edc
* revert switching to distutils part of r93, keep ↵Arthur de Jong2011-12-311-2/+2
| | | | | | restructuring part git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@94 9dea7c4f-944c-4273-ac1a-574ede026edc
* switch to distutilsArthur de Jong2011-12-312-5/+10
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@93 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a HETU (Finnish personal identity code) module as ↵Arthur de Jong2011-11-076-0/+174
| | | | | | provided by Jussi Judin (#5) git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@92 9dea7c4f-944c-4273-ac1a-574ede026edc
* fix version number use (fix r86)0.6Arthur de Jong2011-09-301-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@90 9dea7c4f-944c-4273-ac1a-574ede026edc
* get files ready for 0.6 releaseArthur de Jong2011-09-303-2/+87
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@88 9dea7c4f-944c-4273-ac1a-574ede026edc
* update data filesArthur de Jong2011-09-303-10/+13
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@87 9dea7c4f-944c-4273-ac1a-574ede026edc
* move the version number definition to the stdnum packageArthur de Jong2011-09-302-1/+4
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@86 9dea7c4f-944c-4273-ac1a-574ede026edc
* implement an ismn_type() functionArthur de Jong2011-09-251-11/+18
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@85 9dea7c4f-944c-4273-ac1a-574ede026edc
* ignore __pycache__ directoriesArthur de Jong2011-09-230-0/+0
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@84 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an IMSI (International Mobile Subscriber Identity) ↵Arthur de Jong2011-09-236-1/+2434
| | | | | | module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@83 9dea7c4f-944c-4273-ac1a-574ede026edc
* implement an imei.split() function that splits the ↵Arthur de Jong2011-09-231-0/+10
| | | | | | number into a TAC, serial number and checksum or software version git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@82 9dea7c4f-944c-4273-ac1a-574ede026edc
* remove unneeded importArthur de Jong2011-09-231-1/+0
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@81 9dea7c4f-944c-4273-ac1a-574ede026edc
* implement a conversion function from ISBN13 to ISBN10Arthur de Jong2011-09-202-0/+44
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@80 9dea7c4f-944c-4273-ac1a-574ede026edc
* fix space before inline commentsArthur de Jong2011-09-204-10/+10
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@79 9dea7c4f-944c-4273-ac1a-574ede026edc
* fix a problem with an ISBN13 with a valid check digit ↵Arthur de Jong2011-09-202-8/+9
| | | | | | but with an unknown bookland prefix git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@78 9dea7c4f-944c-4273-ac1a-574ede026edc
* fix homepage URLArthur de Jong2011-09-041-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@77 9dea7c4f-944c-4273-ac1a-574ede026edc
* make source code layout follow PEP8 moreArthur de Jong2011-08-1925-135/+229
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@76 9dea7c4f-944c-4273-ac1a-574ede026edc
* get files ready for 0.5 release0.5Arthur de Jong2011-07-093-1/+50
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@74 9dea7c4f-944c-4273-ac1a-574ede026edc
* update data filesArthur de Jong2011-07-093-9/+19
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@73 9dea7c4f-944c-4273-ac1a-574ede026edc
* implement a conversion function from ISSN to EANArthur de Jong2011-06-201-0/+10
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@72 9dea7c4f-944c-4273-ac1a-574ede026edc
* use the ean module for calculating the check digitArthur de Jong2011-06-202-17/+11
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@71 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an EAN (International Article Number) moduleArthur de Jong2011-06-204-1/+53
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@70 9dea7c4f-944c-4273-ac1a-574ede026edc
* also support Python3 with the same codebase (see #3)Arthur de Jong2011-03-062-7/+12
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@69 9dea7c4f-944c-4273-ac1a-574ede026edc
* ensure that data files are always includedArthur de Jong2011-03-061-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@68 9dea7c4f-944c-4273-ac1a-574ede026edc
* Python 2.5 compatibility improvementArthur de Jong2011-03-021-10/+10
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@67 9dea7c4f-944c-4273-ac1a-574ede026edc
* get files ready for 0.4 release0.4Arthur de Jong2011-02-063-2/+149
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@65 9dea7c4f-944c-4273-ac1a-574ede026edc
* include an updated versionArthur de Jong2011-02-061-3/+3
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@64 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an SSN (U.S. Social Security Number) moduleArthur de Jong2011-02-065-0/+75
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@63 9dea7c4f-944c-4273-ac1a-574ede026edc
* add ISIL to the documentationArthur de Jong2011-02-052-1/+5
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@62 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an ISIL (International Standard Identifier for ↵Arthur de Jong2011-02-054-1/+165
| | | | | | Libraries and Related Organizations) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@61 9dea7c4f-944c-4273-ac1a-574ede026edc
* allow most kind of characters in number rangesArthur de Jong2011-02-051-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@60 9dea7c4f-944c-4273-ac1a-574ede026edc
* move more validation into try/except (specifically the ↵Arthur de Jong2011-02-051-3/+3
| | | | | | _convert() call) git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@59 9dea7c4f-944c-4273-ac1a-574ede026edc
* move all robustness tests into one test fileArthur de Jong2011-02-0511-203/+20
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@58 9dea7c4f-944c-4273-ac1a-574ede026edc
* fix imports of iso7064.mod_*_* modulesArthur de Jong2011-02-051-24/+24
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@57 9dea7c4f-944c-4273-ac1a-574ede026edc