Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/tr
Commit message (Collapse)AuthorAgeFilesLines
* Add missing vat alias for TurkeyLeandro Regueiro2020-03-071-0/+1
|
* Add Vergi Kimlik NumarasıArthur de Jong2019-06-022-2/+85
| | | | Closes https://github.com/arthurdejong/python-stdnum/issues/99
* Use an internal isdigits() function instead of str.isdigit()Arthur de Jong2019-04-291-2/+2
| | | | | | | | | | | 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
* Allow configuring SOAP request timeoutArthur de Jong2018-02-061-5/+6
| | | | | | This adds a timeout parameter to all checks that use a SOAP web service to reduce the blocking time. The default timeout for all checks is 30 seconds.
* Cache SOAP client in get_soap_client()Arthur de Jong2017-10-221-15/+2
| | | | | This caches the instantiated SOAP client classes in the util module instead of doing the caching in every module that performs requests.
* Docstring improvementsArthur de Jong2017-09-112-7/+27
|
* Use a slightly more readable weight alternationArthur de Jong2017-04-071-2/+2
| | | | | Switch to a slightly more readable syntax for alternating between two weights in checksums calculations.
* Make more information links consistentArthur de Jong2016-04-111-3/+4
| | | | | Also fix a docstring in stdnum.nl.bsn and add a pointer to stdnum.nl.onderwijsnummer.
* Implement online TC Kimlik checkArthur de Jong2016-04-091-1/+33
| | | | | This refactors out the SOAP client function that was implemented for VIES to the stdnum.utils module.
* Add Turkish personal identification numberArthur de Jong2016-04-092-0/+85