Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Get files ready for 1.20 releaseHEAD1.20masterArthur de Jong2024-03-171-2/+2
|
* Get files ready for 1.19 release1.19Arthur de Jong2023-08-201-2/+2
|
* Get files ready for 1.18 release1.18Arthur de Jong2022-11-131-2/+2
|
* Get files ready for 1.17 release1.17Arthur de Jong2021-10-031-1/+1
|
* Get files ready for 1.16 release1.16Arthur de Jong2021-02-061-1/+1
|
* Get files ready for 1.15 release1.15Arthur de Jong2021-01-111-2/+2
|
* Get files ready for 1.14 release1.14Arthur de Jong2020-08-091-1/+1
|
* Get files ready for 1.13 release1.13Arthur de Jong2020-01-191-2/+2
|
* Get files ready for 1.12 release1.12Arthur de Jong2019-10-271-1/+1
|
* Get files ready for 1.11 release1.11Arthur de Jong2019-03-101-2/+2
| | | | This also adds the release notes to the generated documentation.
* Switch from import-order to isortArthur de Jong2019-03-031-0/+1
|
* Get files ready for 1.10 release1.10Arthur de Jong2018-10-141-1/+1
|
* Get files ready for 1.9 release1.9Arthur de Jong2018-04-141-1/+1
|
* Get files ready for 1.8.1 release1.8.1Arthur de Jong2018-01-061-1/+1
|
* Get files ready for 1.8 release1.8Arthur de Jong2018-01-031-2/+2
|
* Move get_cc_module() function to package for public useArthur de Jong2018-01-031-0/+3
|
* Use README as package long descriptionArthur de Jong2017-12-311-139/+0
| | | | | This also shortens the stdnum module docstring and updates the Sphinx configuration.
* Get files ready for 1.7 release1.7Arthur de Jong2017-09-121-1/+7
|
* Get files ready for 1.6 release1.6Arthur de Jong2017-04-111-3/+9
|
* Get files ready for 1.5 release1.5Arthur de Jong2016-11-131-2/+9
|
* Get files ready for 1.4 release1.4Arthur de Jong2016-07-261-2/+8
|
* Get files ready for 1.3 release1.3Arthur de Jong2016-03-051-2/+2
|
* Get files ready for 1.2 release1.2Arthur de Jong2015-10-111-1/+17
|
* Get files ready for 1.1 release1.1Arthur de Jong2015-04-271-3/+16
|
* Get files ready for 1.0 release1.0Arthur de Jong2014-10-191-2/+10
|
* Improve package docstring formatting and show exampleArthur de Jong2014-04-111-71/+84
|
* Get files ready for 0.9 release0.9Arthur de Jong2013-12-311-2/+9
|
* Get files ready for 0.8.1 release0.8.1Arthur de Jong2013-06-141-1/+1
|
* Get files ready for 0.8 release0.8Arthur de Jong2013-06-091-1/+2
|
* Revert generating stdnum docstring dynamicallyArthur de Jong2013-06-071-8/+68
| | | | | | | | | | | | | Generating the docstring dynamically results in all stdnum modules being imported for every import from any stdnum module which is a performance hit. So we switch back to a manually generated list, using: from stdnum.util import get_module_list print '\n'.join(get_module_list()) This also shortens a few short descriptions to attempt to fit things on one line.
* generate part of the stdnum docstring based on ↵Arthur de Jong2012-09-221-64/+8
| | | | | | introspection of the modules git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@176 9dea7c4f-944c-4273-ac1a-574ede026edc
* get files ready for 0.7 release0.7Arthur de Jong2012-02-261-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@172 9dea7c4f-944c-4273-ac1a-574ede026edc
* use a script to generate the list of number formats in ↵Arthur de Jong2012-02-261-62/+56
| | | | | | stdnum git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@169 9dea7c4f-944c-4273-ac1a-574ede026edc
* ensure that the module docstrings are in a somewhat more ↵Arthur de Jong2012-02-261-2/+4
| | | | | | usable format git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@165 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a CPR (personnummer, the Danish citizen number) moduleArthur de Jong2012-02-231-0/+1
| | | | 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-231-0/+1
| | | | | | 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-221-0/+1
| | | | | | personal identification number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@159 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a VAT (European Union VAT number) moduleArthur de Jong2012-02-191-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@155 9dea7c4f-944c-4273-ac1a-574ede026edc
* make number description consistentArthur de Jong2012-02-191-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@154 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a VAT (Идентификационен номер ↵Arthur de Jong2012-02-181-0/+1
| | | | | | по ДДС, 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-181-0/+1
| | | | | | чужденец, 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-181-0/+1
| | | | | | номер, Bulgarian personal identity codes) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@147 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a VAT (United Kingdom (and Isle of Man) VAT ↵Arthur de Jong2012-02-181-0/+1
| | | | | | registration number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@144 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a VAT (Moms, Mervärdesskatt, Swedish VAT number) moduleArthur de Jong2012-02-181-0/+1
| | | | 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-181-0/+1
| | | | | | 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-181-0/+1
| | | | | | 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-181-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@139 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a TVA (Numéro d'identification à la taxe sur la ↵Arthur de Jong2012-02-171-0/+2
| | | | | | 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-171-0/+1
| | | | | | 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-171-0/+1
| | | | | | module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@135 9dea7c4f-944c-4273-ac1a-574ede026edc