Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/br
Commit message (Collapse)AuthorAgeFilesLines
* Add missing vat alias for BrazilLeandro Regueiro2020-03-071-0/+1
|
* Fix typosJakub Wilk2019-11-123-4/+4
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/172
* Use an internal isdigits() function instead of str.isdigit()Arthur de Jong2019-04-292-4/+4
| | | | | | | | | | | The problem with the latter is that it will also accept all kinds of unicode digits that are not the ASCII 0-9 digits causing all kinds of problems in check digit calculations. Some of these unicode characters are also considered digits by int() but some are not (such as the SUPERSCRIPT TWO unicode character). Closes https://github.com/arthurdejong/python-stdnum/issues/96
* Docstring improvementsArthur de Jong2017-09-112-9/+8
|
* Add documentation to Brazillian CPFArthur de Jong2016-07-261-1/+9
|
* Add Brazillian CNPJ business identifierArthur de Jong2015-08-161-0/+86
| | | | | Add module for Cadastro Nacional da Pessoa Jurídica, the Brazillian company identifier.
* Implement validate() for Brazillian numbersArthur de Jong2013-06-081-13/+27
|
* ensure that the module docstrings are in a somewhat more ↵Arthur de Jong2012-02-261-2/+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
* implement a stdnum.util module for holding utility ↵Arthur de Jong2012-02-041-2/+4
| | | | | | functions (for now clean()) git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@100 9dea7c4f-944c-4273-ac1a-574ede026edc
* make source code layout follow PEP8 moreArthur de Jong2011-08-191-7/+8
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@76 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a CPF (Cadastro de Pessoas Físicas) moduleArthur de Jong2011-01-152-0/+65
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@45 9dea7c4f-944c-4273-ac1a-574ede026edc