Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* get files ready for 0.7 release0.7Arthur de Jong2012-02-263-1/+603
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@172 9dea7c4f-944c-4273-ac1a-574ede026edc
* update data filesArthur de Jong2012-02-264-113/+122
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@171 9dea7c4f-944c-4273-ac1a-574ede026edc
* also generate a list of modules for use in the Spinx ↵Arthur de Jong2012-02-261-4/+14
| | | | | | documentation git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@170 9dea7c4f-944c-4273-ac1a-574ede026edc
* use a script to generate the list of number formats in ↵Arthur de Jong2012-02-263-124/+157
| | | | | | stdnum git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@169 9dea7c4f-944c-4273-ac1a-574ede026edc
* some more documentation improvementsArthur de Jong2012-02-2621-62/+59
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@168 9dea7c4f-944c-4273-ac1a-574ede026edc
* make script executableArthur de Jong2012-02-261-0/+0
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@167 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a to_vta() function to the stdnum.fr.siren moduleArthur de Jong2012-02-261-0/+19
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@166 9dea7c4f-944c-4273-ac1a-574ede026edc
* ensure that the module docstrings are in a somewhat more ↵Arthur de Jong2012-02-2667-203/+278
| | | | | | usable format git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@165 9dea7c4f-944c-4273-ac1a-574ede026edc
* add the optional dependency on suds for the ↵Arthur de Jong2012-02-251-0/+4
| | | | | | stdnum.eu.vat.check_vies() function git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@164 9dea7c4f-944c-4273-ac1a-574ede026edc
* make the get_birth_date() function publically availableArthur de Jong2012-02-241-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@163 9dea7c4f-944c-4273-ac1a-574ede026edc
* generate documentation using SphinxArthur de Jong2012-02-2463-0/+647
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@162 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a CPR (personnummer, the Danish citizen number) moduleArthur de Jong2012-02-233-0/+101
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@161 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a PPS No (Personal Public Service Number, Irish ↵Arthur de Jong2012-02-233-0/+62
| | | | | | personal number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@160 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an OIB (Osobni identifikacijski broj, Croatian ↵Arthur de Jong2012-02-224-0/+80
| | | | | | personal identification number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@159 9dea7c4f-944c-4273-ac1a-574ede026edc
* rename numdb test fileArthur de Jong2012-02-202-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@158 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a stdnum.eu.vat.check_vies() function to do an ↵Arthur de Jong2012-02-201-0/+21
| | | | | | on-line check of the VAT number git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@157 9dea7c4f-944c-4273-ac1a-574ede026edc
* add "pragma: no cover" statements to code that isn't ↵Arthur de Jong2012-02-192-2/+2
| | | | | | expected to be covered git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@156 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a VAT (European Union VAT number) moduleArthur de Jong2012-02-195-0/+764
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@155 9dea7c4f-944c-4273-ac1a-574ede026edc
* make number description consistentArthur de Jong2012-02-192-4/+4
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@154 9dea7c4f-944c-4273-ac1a-574ede026edc
* for all countries, provide vat as an alias for the local ↵Arthur de Jong2012-02-1918-0/+54
| | | | | | vat identifier git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@153 9dea7c4f-944c-4273-ac1a-574ede026edc
* give all packages a descriptionArthur de Jong2012-02-1929-0/+609
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@152 9dea7c4f-944c-4273-ac1a-574ede026edc
* remove stdnum.nl.vat alias moduleArthur de Jong2012-02-191-22/+0
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@151 9dea7c4f-944c-4273-ac1a-574ede026edc
* use introspection to find number modules and test themArthur de Jong2012-02-192-39/+20
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@150 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a VAT (Идентификационен номер ↵Arthur de Jong2012-02-185-1/+131
| | | | | | по ДДС, Bulgarian VAT numbers) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@149 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a PNF (ЛНЧ, Личен номер на ↵Arthur de Jong2012-02-184-1/+62
| | | | | | чужденец, Bulgarian personal number of a foreigner) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@148 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an EGN (ЕГН, Единен граждански ↵Arthur de Jong2012-02-185-0/+92
| | | | | | номер, Bulgarian personal identity codes) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@147 9dea7c4f-944c-4273-ac1a-574ede026edc
* explicitly test for FalseArthur de Jong2012-02-181-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@146 9dea7c4f-944c-4273-ac1a-574ede026edc
* explicitly return False if no rule matchesArthur de Jong2012-02-181-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@145 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a VAT (United Kingdom (and Isle of Man) VAT ↵Arthur de Jong2012-02-186-0/+145
| | | | | | registration number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@144 9dea7c4f-944c-4273-ac1a-574ede026edc
* fix typoArthur de Jong2012-02-181-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@143 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a VAT (Moms, Mervärdesskatt, Swedish VAT number) moduleArthur de Jong2012-02-185-0/+58
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@142 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a ID za DDV (Davčna številka, Slovenian VAT ↵Arthur de Jong2012-02-185-0/+67
| | | | | | number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@141 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a NIP (Numer Identyfikacji Podatkowej, Polish VAT ↵Arthur de Jong2012-02-185-0/+70
| | | | | | number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@140 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a VAT (Maltese VAT number) moduleArthur de Jong2012-02-185-0/+62
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@139 9dea7c4f-944c-4273-ac1a-574ede026edc
* strip a few more separatorsArthur de Jong2012-02-171-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@138 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a TVA (Numéro d'identification à la taxe sur la ↵Arthur de Jong2012-02-174-2/+85
| | | | | | valeur ajoutée, French VAT number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@137 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a PVM (Pridėtinės vertės mokestis mokėtojo ↵Arthur de Jong2012-02-175-0/+80
| | | | | | kodas, Lithuanian VAT number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@136 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a KMKR (Käibemaksukohuslase, Estonian VAT number) ↵Arthur de Jong2012-02-175-0/+59
| | | | | | module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@135 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a VAT (Irish VAT number) moduleArthur de Jong2012-02-175-0/+76
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@134 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an ANUM (Közösségi adószám, Hungarian VAT ↵Arthur de Jong2012-02-175-0/+62
| | | | | | number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@133 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a DIČ (Daňové identifikační číslo, Czech VAT ↵Arthur de Jong2012-02-174-1/+89
| | | | | | number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@132 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an ALV nro (Arvonlisäveronumero, Finnish VAT ↵Arthur de Jong2012-02-174-1/+61
| | | | | | number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@131 9dea7c4f-944c-4273-ac1a-574ede026edc
* add IČ DPH (Identifikačné číslo pre daň z pridanej ↵Arthur de Jong2012-02-174-1/+68
| | | | | | hodnoty, Slovak VAT number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@130 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a NIF (Número de identificação fiscal, Portuguese ↵Arthur de Jong2012-02-165-1/+63
| | | | | | VAT number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@129 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a UID (Umsatzsteuer-Identifikationsnummer, Austrian ↵Arthur de Jong2012-02-135-0/+67
| | | | | | VAT number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@128 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a Αριθμός Εγγραφής Φ.Π.Α. (Cypriot ↵Arthur de Jong2012-02-135-0/+71
| | | | | | VAT number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@127 9dea7c4f-944c-4273-ac1a-574ede026edc
* use the luhn module where possibleArthur de Jong2012-02-123-25/+6
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@126 9dea7c4f-944c-4273-ac1a-574ede026edc
* fix typo in headerArthur de Jong2012-02-121-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@125 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a Partita IVA (Italian VAT number) moduleArthur de Jong2012-02-125-0/+71
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@124 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a CF (Cod de înregistrare în scopuri de TVA, ↵Arthur de Jong2012-02-124-1/+75
| | | | | | Romanian VAT number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@123 9dea7c4f-944c-4273-ac1a-574ede026edc