python-stdnum commit: r107 - python-stdnum/stdnum/nl
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum commit: r107 - python-stdnum/stdnum/nl
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org
- Subject: python-stdnum commit: r107 - python-stdnum/stdnum/nl
- Date: Fri, 10 Feb 2012 14:23:21 +0100 (CET)
Author: arthur
Date: Fri Feb 10 14:23:21 2012
New Revision: 107
URL: http://arthurdejong.org/viewvc/python-stdnum?revision=107&view=revision
Log:
also make the stdnum.nl.btw module available as stdnum.nl.vat
Added:
python-stdnum/stdnum/nl/vat.py
Added: python-stdnum/stdnum/nl/vat.py
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ python-stdnum/stdnum/nl/vat.py Fri Feb 10 14:23:21 2012 (r107)
@@ -0,0 +1,22 @@
+# vat.py - functions for handling Dutch VAT numbers
+#
+# Copyright (C) 2012 Arthur de Jong
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+# this is just an alias for stdnum.nl.btw
+from stdnum.nl.btw import *
+__all__ = ['compact', 'is_valid']
--
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/python-stdnum-commits/
- python-stdnum commit: r107 - python-stdnum/stdnum/nl,
Commits of the python-stdnum project