Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/ar
Commit message (Collapse)AuthorAgeFilesLines
* Docstring improvementsArthur de Jong2017-09-112-5/+5
|
* Implement CBU (unique bank code) of ArgentinaLuciano Rossi2016-11-151-0/+86
| | | | See https://github.com/arthurdejong/python-stdnum/issues/43
* Use zip() instead of enumerate()Arthur de Jong2015-10-051-1/+1
| | | | Makes the code slightly simpler and more compact.
* Add Argentinian CUIT (VAT) numberArthur de Jong2015-04-232-0/+104
Based partially on the implementation in the vatnumber module.