Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/util.py
Commit message (Expand)AuthorAgeFilesLines
* Minor code improvements (mostly PEP8)Arthur de Jong2017-09-111-1/+1
* Ensure 100% branch coverageArthur de Jong2017-08-281-12/+3
* Introduce get_cc_module() utility functionArthur de Jong2016-09-101-13/+12
* Fix get_module_description()Arthur de Jong2016-05-281-1/+1
* Implement online TC Kimlik checkArthur de Jong2016-04-091-1/+19
* Code style improvementsArthur de Jong2015-10-111-12/+18
* Move finding VAT module to utilArthur de Jong2015-10-051-1/+20
* Only catch ExceptionArthur de Jong2014-10-181-1/+1
* Add pragma: no cover for Python 3Arthur de Jong2013-12-311-1/+1
* Try to replace Unicode characters with ASCIIArthur de Jong2013-11-081-2/+76
* Use validate() in stdnum.utilArthur de Jong2013-06-081-1/+1
* Raise a proper exception if cleaning failsArthur de Jong2013-06-081-1/+6
* Revert generating stdnum docstring dynamicallyArthur de Jong2013-06-071-1/+1
* Use a cleaner way to get all stdnum modulesArthur de Jong2013-04-261-3/+6
* generate part of the stdnum docstring based on introspect...Arthur de Jong2012-09-221-0/+25
* ensure that the module docstrings are in a somewhat more ...Arthur de Jong2012-02-261-1/+6
* use introspection to find number modules and test themArthur de Jong2012-02-191-0/+14
* use the luhn module where possibleArthur de Jong2012-02-121-10/+0
* implement a digitsum() function to find the sub of all di...Arthur de Jong2012-02-111-6/+16
* implement a stdnum.util module for holding utility functi...Arthur de Jong2012-02-041-0/+29