From d80344312116ffd7dd62c844288c59a7e11613ac Mon Sep 17 00:00:00 2001 From: Arthur de Jong <arthur@arthurdejong.org> Date: Fri, 17 Feb 2012 15:36:45 +0000 Subject: add a DIČ (Daňové identifikační číslo, Czech VAT number) module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@132 9dea7c4f-944c-4273-ac1a-574ede026edc --- stdnum/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'stdnum/__init__.py') 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) -- cgit v1.2.3