diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-17 17:10:02 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-17 17:10:02 +0100 |
commit | 2100c28aa7ea05d5629872f5fc47e7cea358f4bb (patch) | |
tree | 76da4363d8edd40d50bfd472ffbd39f9753b4d74 /stdnum/__init__.py | |
parent | d2f1348de7189c8b69d16c7cf5cccdf866acea96 (diff) |
add a VAT (Irish VAT number) module
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@134 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 d84280a..d598df0 100644 --- a/stdnum/__init__.py +++ b/stdnum/__init__.py @@ -60,6 +60,7 @@ Currently this package supports the following formats: * 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) + * VAT (Irish VAT number) * ANUM (Közösségi adószám, Hungarian VAT number) * IMEI (International Mobile Equipment Identity) * IMSI (International Mobile Subscriber Identity) |