Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/be
Commit message (Collapse)AuthorAgeFilesLines
* Get files ready for 1.9 release1.9Arthur de Jong2018-04-141-2/+3
|
* Update the flake8 ignore listArthur de Jong2018-02-142-2/+1
| | | | | | | | | | | | Re-enable the flake8 test for unused imports by explicitly marking imports for namespace purposes. This allows us to remove a few unused imports. A few more cleanups that allow us to reduce the number of ignored flake8 ignored tests. The remaining ignored tests are now documented. Ignore a flake8 warning about print statements because we use print in the update scripts.
* Add test for Belgian IBANsArthur de Jong2018-02-111-1/+2
| | | | | | | | | This adds a test for IBANs that were found online together with a BIC code to test the IBAN to swift code mapping. This also supports some extra separators in IBAN and BIC numbers and fixes a check digit calculation issue in the Belgian account number check digits.
* Add support for Belgian IBAN formatArthur de Jong2018-02-102-0/+288
| | | | | | | This adds further checks to the country-specific part of the IBAN for Belgian IBANs. Closes https://github.com/arthurdejong/python-stdnum/issues/62
* Docstring improvementsArthur de Jong2017-09-111-4/+3
|
* Provide businessid as an aliasArthur de Jong2016-10-142-3/+10
| | | | | The Belgian company number or enterprise number (ondernemingsnummer) is the new name for what was previously the VAT number.
* Implement validate() for Belgian numbersArthur de Jong2013-06-081-8/+23
|
* ensure that the module docstrings are in a somewhat more ↵Arthur de Jong2012-02-261-1/+1
| | | | | | usable format git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@165 9dea7c4f-944c-4273-ac1a-574ede026edc
* give all packages a descriptionArthur de Jong2012-02-191-0/+21
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@152 9dea7c4f-944c-4273-ac1a-574ede026edc
* add missing testArthur de Jong2012-02-111-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@118 9dea7c4f-944c-4273-ac1a-574ede026edc
* clean up numbers starting with (0)Arthur de Jong2012-02-111-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@117 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a BTW, TVA, NWSt (Belgian VAT number) moduleArthur de Jong2012-02-102-0/+56
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@109 9dea7c4f-944c-4273-ac1a-574ede026edc