lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 0.8.1-20-gd933aab

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 0.8.1-20-gd933aab



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".

The branch, master has been updated
       via  d933aab82678efab4814f15b46361f7edf079382 (commit)
       via  5c1765e7a04383c88c9836e584873addad8e4b24 (commit)
      from  4217c35a7488e6c6f8ccbe7720bf62c58460ed15 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://arthurdejong.org/git/python-stdnum/commit/?id=d933aab82678efab4814f15b46361f7edf079382

commit d933aab82678efab4814f15b46361f7edf079382
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Tue Dec 31 13:46:53 2013 +0100

    Get files ready for 0.9 release

diff --git a/.gitignore b/.gitignore
index 0df1d5c..2ffac4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ __pycache__
 /python_stdnum.egg-info
 /.coverage
 /coverage
+/distribute-*.egg
diff --git a/ChangeLog b/ChangeLog
index e660a62..1d546ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,166 @@
+2013-12-31  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [5c1765e] stdnum/iban.dat, stdnum/isbn.dat: Update database files
+
+2013-12-31  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [4217c35] stdnum/isan.py, stdnum/meid.py, stdnum/util.py: Add
+         pragma: no cover for Python 3
+
+         Some statements are not covered in Python 3 tests.
+
+2013-12-31  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [6c49ca8] getiban.py: Update getiban script
+
+         This switches to use the csv module to support multi-line column
+         values.  This also handles some problems in the BBAN structure
+         column that would contain an IBAN structure.
+
+2013-12-31  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [0ee74e5] ChangeLog: Generate Changelog with different formatter
+
+         git log --date=short --name-only \ --format="%x0c%ad  %aN
+             <%aE>%n%n%x09* [%h]%x00%s%n%x00%+b%x00" | \
+           awk 'BEGIN { RS="\f"; FS="\0" } { if ($1) { gsub(/\n*$/,
+           "", $4); gsub(/^\n*/, "", $4); gsub(/\n/, ", ", $4);
+           gsub(/\ngit-svn-id.*/, "", $3); gsub(/\n/, "\n\t  ", $3); print
+           $1 " " $4 ": "; print "\t  " $2 $3 }}' | \ fmt --width=78 -c
+           > ChangeLog
+
+2013-12-30  Cédric Krier <ced@b2ck.com>
+
+       * [a148835] stdnum/gb/vat.py, tests/test_gb_vat.doctest: Add some
+         new VAT numbers for GB
+
+         Add support for restarting from November 2009 using 9755.
+         Add support for EU format of health authorities
+
+         See: https://github.com/arthurdejong/python-stdnum/pull/4
+
+2013-12-12  eneq123 <koc@loki.glas.net>
+
+       * [4609a22] getimsi.py, stdnum/imsi.dat: Update parsing in getimsi
+         script
+
+         This updates the regexes and includes seom optimizations.
+
+         See: https://github.com/arthurdejong/python-stdnum/issues/1
+
+2013-12-30  Cédric Krier <ced@b2ck.com>
+
+       * [9ec3cb0] stdnum/eu/vat.py: Add support for proxy
+
+2013-12-04  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [7f30979] getimsi.py, stdnum/imsi.dat: Update getimsi script
+
+         This updates the script due to the Wikipedia article change and
+         removes the code for getting the data from ITU for now.
+
+         See: https://github.com/arthurdejong/python-stdnum/issues/1
+
+2013-11-09  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [b0c47d5] stdnum/nl/__init__.py, stdnum/nl/postcode.py: Add a
+         Dutch postal code module
+
+         The Dutch postal code (postcode) consists of four digits followed
+         by two characters and together with the house number should
+         uniquely identify any address.
+
+         Addresses trac ticket #7.
+
+2013-11-09  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [73d05b0] stdnum/nl/brin.py: Add a Dutch Brin number module
+
+         The Brin (Basis Registratie Instellingen) is a number to identify
+         schools and related institutions.
+
+         Addresses trac ticket #6.
+
+2013-11-09  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [73330a1] stdnum/nl/onderwijsnummer.py: Clarify onderwijsnummer
+         description
+
+2013-11-09  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [188d3ea] : Add various United States Tax number modules
+
+         This adds modules for the Individual Taxpayer Identification Number
+         (ITIN), the Employer Identification Number (EIN), Adoption Taxpayer
+         Identification Number (ATIN) and Preparer Tax Identification
+         Number (PTIN) that together with the Social Security Number
+         (SSN) are valid Taxpayer Identification Numbers (TIN)
+
+2013-10-12  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [9530635] stdnum/us/tin.py: Add a United States TIN module
+
+         The Taxpayer Identification Number is used used for tax purposes
+         in the United States. This module uses the SSN, ITIN, EIN,
+         PTIN and ATIN modules to determine validitiy of the TIN.
+
+2013-10-11  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [316e3f2] stdnum/us/ptin.py: Add a United States PTIN module
+
+         A Preparer Tax Identification Number (PTIN) is United States
+         identification number for tax return preparers. It is an
+         eight-digit number prefixed with a capital P.
+
+2013-10-11  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [47ea6ea] stdnum/us/atin.py: Add a United States ATIN module
+
+         An Adoption Taxpayer Identification Number (ATIN) is a temporary
+         nine-digit number issued by the United States IRS for a child for
+         whom the adopting parents cannot obtain a Social Security Number.
+
+2013-10-11  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [b1c9ba5] stdnum/us/ein.dat, stdnum/us/ein.py: Add a United
+         States EIN module
+
+         The Employer Identification Number (EIN), also known as Federal
+         Employer Identification Number (FEIN), is used to identify a
+         business entity in the United States. It is issued to anyone
+         that has to pay withholding taxes on employees.
+
+2013-10-11  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [19039f7] stdnum/us/itin.py: Add a United States ITIN module
+
+         The ITIN (Individual Taxpayer Identification Number) is issued
+         by the United States IRS to individuals who are required to
+         have a taxpayer identification number but who are not eligible
+         to obtain a Social Security Number.
+
+2013-10-11  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [70b974b] stdnum/meid.py: Remove unused import
+
+2013-11-08  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [f122c88] stdnum/util.py: Try to replace Unicode characters
+         with ASCII
+
+         This changes the stdnum.util.clean() method that is used by all
+         modules to replace alternative Unicode dashes, dots, etc. by
+         their ASCII equivalent so the numbers will be automatically
+         converted and validated.
+
+         Inspiration for this change came from
+         https://github.com/JNRowe/pyisbn/pull/6
+
+2013-06-14  Arthur de Jong <arthur@arthurdejong.org>
+
+       * [c042f02] ChangeLog, NEWS, stdnum/__init__.py: Get files ready
+         for 0.8.1 release
+
 2013-06-14  Arthur de Jong <arthur@arthurdejong.org>
 
        * [31e5e81] MANIFEST.in, setup.py: Ensure that all used files are
diff --git a/NEWS b/NEWS
index 3810b0c..47a403b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+changes from 0.8.1 to 0.9
+-------------------------
+
+* add modules for the following number formats:
+  - Brin number (Dutch number for schools)
+  - Postcode (Dutch postal code)
+  - ATIN (U.S. Adoption Taxpayer Identification Number)
+  - EIN (U.S. Employer Identification Number)
+  - ITIN (U.S. Individual Taxpayer Identification Number)
+  - PTIN (U.S. Preparer Tax Identification Number)
+  - TIN (U.S. Taxpayer Identification Number)
+* try to replace Unicode characters with similar-looking ASCII characters
+* update getimsi script (thanks eneq123)
+* update getiban script
+* add proxy support to the stdnum.eu.vat.check_vies() function (thanks
+  Cédric Krier)
+* support newer United Kingdom VAT numbers
+
+
 changes from 0.8 to 0.8.1
 -------------------------
 
diff --git a/README b/README
index 7c47020..b5b4023 100644
--- a/README
+++ b/README
@@ -54,9 +54,11 @@ Currently this package supports the following formats:
  * MEID (Mobile Equipment Identifier)
  * VAT (Maltese VAT number)
  * NRIC No. (Malaysian National Registration Identity Card Number)
+ * Brin number (Dutch number for schools)
  * BSN (Burgerservicenummer, Dutch national identification number)
  * BTW-nummer (Omzetbelastingnummer, the Dutch VAT number)
- * Onderwijsnummer (Dutch school number)
+ * Onderwijsnummer (Dutch student school number)
+ * Postcode (Dutch postal code)
  * NIP (Numer Identyfikacji Podatkowej, Polish VAT number)
  * NIF (Número de identificação fiscal, Portuguese VAT number)
  * CF (Cod de înregistrare în scopuri de TVA, Romanian VAT number)
@@ -65,7 +67,12 @@ Currently this package supports the following formats:
  * ID za DDV (Davčna številka, Slovenian VAT number)
  * IČ DPH (IČ pre daň z pridanej hodnoty, Slovak VAT number)
  * RČ (Rodné číslo, the Slovak birth number)
+ * ATIN (U.S. Adoption Taxpayer Identification Number)
+ * EIN (U.S. Employer Identification Number)
+ * ITIN (U.S. Individual Taxpayer Identification Number)
+ * PTIN (U.S. Preparer Tax Identification Number)
  * SSN (U.S. Social Security Number)
+ * TIN (U.S. Taxpayer Identification Number)
 
 Furthermore a number of generic check digit algorithms are available:
 
diff --git a/docs/index.rst b/docs/index.rst
index b5ceb92..513de76 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -130,9 +130,11 @@ Available formats
    meid
    mt.vat
    my.nric
+   nl.brin
    nl.bsn
    nl.btw
    nl.onderwijsnummer
+   nl.postcode
    pl.nip
    pt.nif
    ro.cf
@@ -141,4 +143,9 @@ Available formats
    si.ddv
    sk.dph
    sk.rc
+   us.atin
+   us.ein
+   us.itin
+   us.ptin
    us.ssn
+   us.tin
diff --git a/docs/stdnum.my.nric.rst b/docs/stdnum.my.nric.rst
new file mode 100644
index 0000000..9f51a8a
--- /dev/null
+++ b/docs/stdnum.my.nric.rst
@@ -0,0 +1,5 @@
+stdnum.my.nric
+==============
+
+.. automodule:: stdnum.my.nric
+   :members:
diff --git a/docs/stdnum.nl.brin.rst b/docs/stdnum.nl.brin.rst
new file mode 100644
index 0000000..161e0a0
--- /dev/null
+++ b/docs/stdnum.nl.brin.rst
@@ -0,0 +1,5 @@
+stdnum.nl.brin
+==============
+
+.. automodule:: stdnum.nl.brin
+   :members:
diff --git a/docs/stdnum.nl.postcode.rst b/docs/stdnum.nl.postcode.rst
new file mode 100644
index 0000000..583162f
--- /dev/null
+++ b/docs/stdnum.nl.postcode.rst
@@ -0,0 +1,5 @@
+stdnum.nl.postcode
+==================
+
+.. automodule:: stdnum.nl.postcode
+   :members:
diff --git a/docs/stdnum.us.atin.rst b/docs/stdnum.us.atin.rst
new file mode 100644
index 0000000..62d090f
--- /dev/null
+++ b/docs/stdnum.us.atin.rst
@@ -0,0 +1,5 @@
+stdnum.us.atin
+==============
+
+.. automodule:: stdnum.us.atin
+   :members:
diff --git a/docs/stdnum.us.ein.rst b/docs/stdnum.us.ein.rst
new file mode 100644
index 0000000..6e2dd9a
--- /dev/null
+++ b/docs/stdnum.us.ein.rst
@@ -0,0 +1,5 @@
+stdnum.us.ein
+=============
+
+.. automodule:: stdnum.us.ein
+   :members:
diff --git a/docs/stdnum.us.itin.rst b/docs/stdnum.us.itin.rst
new file mode 100644
index 0000000..2528a13
--- /dev/null
+++ b/docs/stdnum.us.itin.rst
@@ -0,0 +1,5 @@
+stdnum.us.itin
+==============
+
+.. automodule:: stdnum.us.itin
+   :members:
diff --git a/docs/stdnum.us.ptin.rst b/docs/stdnum.us.ptin.rst
new file mode 100644
index 0000000..efa229e
--- /dev/null
+++ b/docs/stdnum.us.ptin.rst
@@ -0,0 +1,5 @@
+stdnum.us.ptin
+==============
+
+.. automodule:: stdnum.us.ptin
+   :members:
diff --git a/docs/stdnum.us.tin.rst b/docs/stdnum.us.tin.rst
new file mode 100644
index 0000000..3c51e1b
--- /dev/null
+++ b/docs/stdnum.us.tin.rst
@@ -0,0 +1,5 @@
+stdnum.us.tin
+=============
+
+.. automodule:: stdnum.us.tin
+   :members:
diff --git a/getiban.py b/getiban.py
index 44573b5..2b9bf98 100755
--- a/getiban.py
+++ b/getiban.py
@@ -2,7 +2,7 @@
 
 # getiban.py - script to donwload and parse data from the IBAN registry
 #
-# Copyright (C) 2011 Arthur de Jong
+# Copyright (C) 2011, 2013 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
diff --git a/getimsi.py b/getimsi.py
index 97a84b7..9c52931 100755
--- a/getimsi.py
+++ b/getimsi.py
@@ -2,7 +2,7 @@
 
 # getismsi.py - script to donwload data from Wikipedia to build the database
 #
-# Copyright (C) 2011 Arthur de Jong
+# Copyright (C) 2011, 2013 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
diff --git a/stdnum/__init__.py b/stdnum/__init__.py
index 4742be3..b11e4fc 100644
--- a/stdnum/__init__.py
+++ b/stdnum/__init__.py
@@ -70,9 +70,11 @@ Currently this package supports the following formats:
  * meid: MEID (Mobile Equipment Identifier)
  * mt.vat: VAT (Maltese VAT number)
  * my.nric: NRIC No. (Malaysian National Registration Identity Card Number)
+ * nl.brin: Brin number (Dutch number for schools)
  * nl.bsn: BSN (Burgerservicenummer, Dutch national identification number)
  * nl.btw: BTW-nummer (Omzetbelastingnummer, the Dutch VAT number)
- * nl.onderwijsnummer: Onderwijsnummer (Dutch school number)
+ * nl.onderwijsnummer: Onderwijsnummer (Dutch student school number)
+ * nl.postcode: Postcode (Dutch postal code)
  * pl.nip: NIP (Numer Identyfikacji Podatkowej, Polish VAT number)
  * pt.nif: NIF (Número de identificação fiscal, Portuguese VAT number)
  * ro.cf: CF (Cod de înregistrare în scopuri de TVA, Romanian VAT number)
@@ -81,7 +83,12 @@ Currently this package supports the following formats:
  * si.ddv: ID za DDV (Davčna številka, Slovenian VAT number)
  * sk.dph: IČ DPH (IČ pre daň z pridanej hodnoty, Slovak VAT number)
  * sk.rc: RČ (Rodné číslo, the Slovak birth number)
+ * us.atin: ATIN (U.S. Adoption Taxpayer Identification Number)
+ * us.ein: EIN (U.S. Employer Identification Number)
+ * us.itin: ITIN (U.S. Individual Taxpayer Identification Number)
+ * us.ptin: PTIN (U.S. Preparer Tax Identification Number)
  * us.ssn: SSN (U.S. Social Security Number)
+ * us.tin: TIN (U.S. Taxpayer Identification Number)
 
 Furthermore a number of generic check digit algorithms are available:
 
@@ -96,4 +103,4 @@ Furthermore a number of generic check digit algorithms are 
available:
 
 
 # the version number of the library
-__version__ = '0.8.1'
+__version__ = '0.9'

http://arthurdejong.org/git/python-stdnum/commit/?id=5c1765e7a04383c88c9836e584873addad8e4b24

commit 5c1765e7a04383c88c9836e584873addad8e4b24
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Tue Dec 31 12:40:46 2013 +0100

    Update database files

diff --git a/stdnum/iban.dat b/stdnum/iban.dat
index 7a9fb95..aa6e8dd 100644
--- a/stdnum/iban.dat
+++ b/stdnum/iban.dat
@@ -50,6 +50,7 @@ PK country="Pakistan" bban="4!a16!c"
 PS country="Palestine, State of" bban="4!a21!c"
 PL country="Poland" bban="8!n16!n"
 PT country="Portugal" bban="4!n4!n11!n2!n"
+QA country="Qatar" bban="4!a21!c"
 RO country="Romania" bban="4!a16!c"
 SM country="San Marino" bban="1!a5!n5!n12!c"
 SA country="Saudi Arabia" bban="2!n18!c"
diff --git a/stdnum/isbn.dat b/stdnum/isbn.dat
index 1b61596..38b7792 100644
--- a/stdnum/isbn.dat
+++ b/stdnum/isbn.dat
@@ -1,7 +1,7 @@
 # generated from RangeMessage.xml, downloaded from
 # http://www.isbn-international.org/agency?rmxml=1
-# file serial 68bca407-a5ed-46ff-b710-9f6ce2a5fc32
-# file date Thu, 23 May 2013 13:51:58 GMT
+# file serial be2e8e46-b368-41c0-8603-5938a5e7e0f7
+# file date Mon, 25 Nov 2013 09:51:28 GMT
 978
  0-5,600-649,7-7,80-94,950-989,9900-9989,99900-99999
  0 agency="English language"
@@ -27,8 +27,8 @@
  601 agency="Kazakhstan"
   00-19,200-699,7000-7999,80000-84999,85-99
  602 agency="Indonesia"
-  00-13,14000-14999,1500-1699,17000-17999,18000-18999,19000-19999,200-749
-  7500-7999,8000-9499,95000-99999
+  00-10,1100-1199,1200-1399,14000-14999,1500-1699,17000-17999,18000-18999
+  19000-19999,200-749,7500-7999,8000-9499,95000-99999
  603 agency="Saudi Arabia"
   00-04,05-49,500-799,8000-8999,90000-99999
  604 agency="Vietnam"
@@ -84,7 +84,8 @@
  87 agency="Denmark"
   00-29,400-649,7000-7999,85000-94999,970000-999999
  88 agency="Italy"
-  00-19,200-599,6000-8499,85000-89999,900000-909999,910-929,95000-99999
+  00-19,200-599,6000-8499,85000-89999,900000-909999,910-929,9300-9399
+  940000-949999,95000-99999
  89 agency="Korea, Republic"
   00-24,250-549,5500-8499,85000-94999,950000-969999,97000-98999,990-999
  90 agency="Netherlands"
@@ -109,8 +110,8 @@
  954 agency="Bulgaria"
   00-28,2900-2999,300-799,8000-8999,90000-92999,9300-9999
  955 agency="Sri Lanka"
-  0000-1999,20-43,44000-44999,4500-4999,50000-54999,550-799,8000-9499
-  95000-99999
+  0000-1999,20-40,41000-43999,44000-44999,4500-4999,50000-54999,550-799
+  8000-9499,95000-99999
  956 agency="Chile"
   00-19,200-699,7000-9999
  957 agency="Taiwan"
@@ -169,7 +170,7 @@
  980 agency="Venezuela"
   00-19,200-599,6000-9999
  981 agency="Singapore"
-  00-11,200-289,290-299,3000-3099,310-399,4000-9999
+  00-11,17000-19999,200-289,290-299,3000-3099,310-399,4000-9999
  982 agency="South Pacific"
   00-09,100-699,70-89,9000-9799,98000-99999
  983 agency="Malaysia"
@@ -182,7 +183,8 @@
  986 agency="Taiwan"
   00-11,120-559,5600-7999,80000-99999
  987 agency="Argentina"
-  00-09,1000-1999,20000-29999,30-49,500-899,9000-9499,95000-99999
+  00-09,1000-1999,20000-29999,30-35,3600-3999,40-44,45000-49999,500-899
+  9000-9499,95000-99999
  988 agency="Hong Kong, China"
   00-11,12000-14999,15000-16999,17000-19999,200-799,8000-9699,97000-99999
  989 agency="Portugal"
@@ -218,7 +220,7 @@
  9941 agency="Georgia"
   0-0,10-39,400-899,9000-9999
  9942 agency="Ecuador"
-  00-89,900-984,9850-9999
+  00-84,8500-8999,900-984,9850-9999
  9943 agency="Uzbekistan"
   00-29,300-399,4000-9999
  9944 agency="Turkey"
@@ -260,7 +262,7 @@
  9962 agency="Panama"
   00-54,5500-5599,56-59,600-849,8500-9999
  9963 agency="Cyprus"
-  0-1,20-24,250-279,2800-2999,30-54,550-734,7350-7499,7500-9999
+  0-1,2000-2499,250-279,2800-2999,30-54,550-734,7350-7499,7500-9999
  9964 agency="Ghana"
   0-6,70-94,950-999
  9965 agency="Kazakhstan"
@@ -401,7 +403,7 @@
  99946 agency="Nepal"
   0-2,30-59,600-999
  99947 agency="Tajikistan"
-  0-2,30-69,700-959,96-99
+  0-2,30-69,700-999
  99948 agency="Eritrea"
   0-4,50-79,800-999
  99949 agency="Mauritius"
@@ -416,7 +418,7 @@
  99954 agency="Bolivia"
   0-2,30-69,700-879,88-99
  99955 agency="Srpska, Republic of"
-  0-0,10-19,20-59,600-799,80-89,90-99
+  0-1,20-59,600-799,80-99
  99956 agency="Albania"
   00-59,600-859,86-99
  99957 agency="Malta"
@@ -436,7 +438,7 @@
  99964 agency="Nicaragua"
   0-1,20-79,800-999
  99965 agency="Macau"
-  0-3,40-79,800-999
+  0-3,40-69,700-999
  99966 agency="Kuwait"
   0-2,30-69,700-799
  99967 agency="Paraguay"
@@ -453,6 +455,10 @@
   0-4,50-89,900-999
  99973 agency="Mongolia"
   0-3,40-79,800-999
+ 99974 agency="Bolivia"
+  40-79,800-999
+ 99975 agency="Tajikistan"
+  0-3,40-79,800-999
 979
  10-11
  10 agency="France"

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                  |    1 +
 ChangeLog                   |  163 +++++++++++++++++++++++++++++++++++++++++++
 NEWS                        |   19 +++++
 README                      |    9 ++-
 docs/index.rst              |    7 ++
 docs/stdnum.my.nric.rst     |    5 ++
 docs/stdnum.nl.brin.rst     |    5 ++
 docs/stdnum.nl.postcode.rst |    5 ++
 docs/stdnum.us.atin.rst     |    5 ++
 docs/stdnum.us.ein.rst      |    5 ++
 docs/stdnum.us.itin.rst     |    5 ++
 docs/stdnum.us.ptin.rst     |    5 ++
 docs/stdnum.us.tin.rst      |    5 ++
 getiban.py                  |    2 +-
 getimsi.py                  |    2 +-
 stdnum/__init__.py          |   11 ++-
 stdnum/iban.dat             |    1 +
 stdnum/isbn.dat             |   34 +++++----
 18 files changed, 270 insertions(+), 19 deletions(-)
 create mode 100644 docs/stdnum.my.nric.rst
 create mode 100644 docs/stdnum.nl.brin.rst
 create mode 100644 docs/stdnum.nl.postcode.rst
 create mode 100644 docs/stdnum.us.atin.rst
 create mode 100644 docs/stdnum.us.ein.rst
 create mode 100644 docs/stdnum.us.itin.rst
 create mode 100644 docs/stdnum.us.ptin.rst
 create mode 100644 docs/stdnum.us.tin.rst


hooks/post-receive
-- 
python-stdnum
-- 
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/python-stdnum-commits/