diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-17 16:36:45 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-17 16:36:45 +0100 |
commit | d80344312116ffd7dd62c844288c59a7e11613ac (patch) | |
tree | 2fe1a815bc5387b4b57193f68db45a343f207eb0 /stdnum/__init__.py | |
parent | 0d2e4ccb842393e8d215795012e75e0554201075 (diff) |
add a DIČ (Daňové identifikační číslo, Czech VAT number) module
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@132 9dea7c4f-944c-4273-ac1a-574ede026edc
Diffstat (limited to 'stdnum/__init__.py')
-rw-r--r-- | stdnum/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdnum/__init__.py b/stdnum/__init__.py index cf8cb48..b01b915 100644 --- a/stdnum/__init__.py +++ b/stdnum/__init__.py @@ -59,6 +59,7 @@ Currently this package supports the following formats: * NIF (Número de identificação fiscal, Portuguese VAT number) * IČ DPH (Identifikačné číslo pre daň z pridanej hodnoty, Slovak VAT number) * ALV nro (Arvonlisäveronumero, Finnish VAT number) + * DIČ (Daňové identifikační číslo, Czech VAT number) * IMEI (International Mobile Equipment Identity) * IMSI (International Mobile Subscriber Identity) * MEID (Mobile Equipment Identifier) |