Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Get files ready for 1.17 release1.17Arthur de Jong2021-10-0313-2/+343
|
* Remove South Korean BRN online checkArthur de Jong2021-10-032-60/+0
| | | | | The Korea Fair Trade Commission website now requires solving a CAPTCHA before submitting the request so this is no longer possible.
* Add documentation for Norwegian OrganisasjonsnummerArthur de Jong2021-10-031-0/+5
|
* Update Cedula online test valueArthur de Jong2021-10-031-2/+2
| | | | | Apparently the previously whitelisted value is no longer recognised as a valid value by the DGII service.
* Update Let's Encrypt R3 intermediate certificateArthur de Jong2021-10-031-82/+64
| | | | | The portal.nalog.gov.by web site serves an incomplete certificate chain and the certificate chain was changed.
* Rename README to README.mdArthur de Jong2021-10-035-5/+6
| | | | | | Mostly to please GitHub. See https://github.com/arthurdejong/python-stdnum/issues/280
* Update database filesArthur de Jong2021-10-0312-819/+2165
|
* Add Indian GSTIN (VAT number)Gaurav Chauhan2021-10-022-0/+164
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/279
* Add Indian EPIC number (Voter ID number)Gaurav Chauhan2021-10-021-0/+89
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/279
* Improve validation and docstrings of Indian numbersGaurav Chauhan2021-10-022-37/+63
| | | | | | | | | This ensures that an Aadhaar cannot be a palindrome and checks the serial part of the PAN to not be all zeros. It also updates some descriptions of PAN holder types and renames the card_holder_type to just holder_type. Closes https://github.com/arthurdejong/python-stdnum/pull/279
* Fix detection of natural RUC valuesArthur de Jong2021-09-192-15/+39
| | | | | | | A natural RUC is the CI plus an establishment number. Both the natural RUC and the public RUC can have a third digit with the value 6. Closes https://github.com/arthurdejong/python-stdnum/issues/267
* Add swedish postcode validatormichele2021-09-123-0/+153
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/271
* Add support for Thai NumbersPiruin Panichphol2021-09-057-0/+572
| | | | | | | | | - TIN Taxpayer Identification Number - PIN Personal Identification Number - MOA Memorandum of Association Number Closes https://github.com/arthurdejong/python-stdnum/issues/118 Closes https://github.com/arthurdejong/python-stdnum/pull/255
* Add ISRC (International Standard Recording Code)Nuno André2021-08-102-0/+151
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/261
* Fix typos found by codespellDimitri Papadopoulos2021-08-1012-15/+15
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/269
* Explicilty define exported exceptionsDimitri Papadopoulos2021-08-101-0/+4
| | | | | | LGTM alert: Import pollutes the enclosing namespace See: https://lgtm.com/rules/3980091/ Closes https://github.com/arthurdejong/python-stdnum/pull/270
* Simplify range checking in Norwegian birth numbersDimitri Papadopoulos2021-08-101-2/+2
| | | | | | LGTM alert: Test is always true See: https://lgtm.com/rules/900073/ Closes https://github.com/arthurdejong/python-stdnum/pull/270
* Fix handling of empty worksheet in Belgian bank downloadDimitri Papadopoulos2021-08-101-2/+5
| | | | | | LGTM alert: Call to next() in a generator See: https://lgtm.com/rules/11000086/ Closes https://github.com/arthurdejong/python-stdnum/pull/270
* Add CC (Número de Cartão de Cidadão, Portuguese ↵David Vaz2021-07-252-0/+130
| | | | | | Identity number) Closes https://github.com/arthurdejong/python-stdnum/pull/265
* Add new e-CF types to Dominican Republic NCFFRANK ROBERTO CHAVEZ SOSA2021-07-181-0/+2
|
* Fix parsing of empty fields in DGII checkingAndres Rodriguez2021-07-181-2/+2
|
* Add ENCF validation support for Dominican Republic NCFCristopher Ortega2021-07-182-4/+48
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/248
* Improve French NIF validationDimitri Papadopoulos2021-07-181-5/+11
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/266
* Configure CodeQL code scanningArthur de Jong2021-07-181-0/+17
|
* Ignore N818 because our exceptions are not named errorArthur de Jong2021-07-181-4/+4
|
* Only process the shortest matches in the numdb moduleArthur de Jong2021-04-112-71/+34
| | | | | | | | | | | | | | This ensures that matching numbers is done consistently when the numdb database file has conflicting information about the length of numbers. This also refactors the _find() function to be simpler and reduces the number of recursive calls that have to be done. The tests have been re-formatted to use pprint to make it easier to spot differences if any of the tests fail (instead of just saying expected True, got False). Closes https://github.com/arthurdejong/python-stdnum/issues/257
* Stop non-operational MNCs from confusing IMSI datasetArthur de Jong2021-04-111-18/+27
| | | | | | | | | | | | | This only includes data from non-operational (status "Not operational" according to Wikipedia) Mobile Network Code operators in the generated data file if they would not confuse the lookup of operational numbers. This avoid problems when the "030" to "039" non-operational ranges conflicting with the "03" operational range. This ensures that only the "03" value is kept. For historical completeness we keep the other non-operational values. Closes https://github.com/arthurdejong/python-stdnum/issues/257
* Fix typoJakub Wilk2021-04-111-1/+1
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/258
* Replace Travis with GitHub actionsArthur de Jong2021-03-212-21/+51
|
* Drop support for Python 2.6 and 3.4Arthur de Jong2021-03-213-12/+1
| | | | | It is increasingly difficult to test with these versions of Python and everybody should have upgraded to a more recent version long ago.
* Get files ready for 1.16 release1.16Arthur de Jong2021-02-063-1/+75
|
* Add Let's Encrypt R3 intermediate certificateArthur de Jong2021-02-061-0/+43
| | | | | The portal.nalog.gov.by web site serves an incomplete certificate chain and the intermediate certificate was changed.
* Update database filesArthur de Jong2021-02-068-130/+260
|
* Use HTTPS in URLs where possibleArthur de Jong2021-02-063-3/+3
|
* Switch postal code download to Austrian open-data portalArthur de Jong2021-01-242-64/+15
| | | | | | | | | | | | | This simplifies the process of downloading Austrian postal codes by downloading a JSON blob instead from https://www.data.gv.at/katalog/dataset/f76ed887-00d6-450f-a158-9f8b1cbbeebf This filters the list to only use addressable (adressierbar) postal codes because it matches the previous list. Thanks Bernd Schlapsi for providing the pointer. Closes https://github.com/arthurdejong/python-stdnum/issues/235
* Add support for XI VAT numbers in vatinAlexis de Lattre2021-01-242-2/+4
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/251
* Support xi country code for Northern IrelandArthur de Jong2021-01-213-7/+12
| | | | | | | | | While Great Brittain is no longer an EU member state some GB VAT numbers are still valid if the company meets certain requirements. See https://www.gov.uk/government/publications/accounting-for-vat-on-goods-moving-between-great-britain-and-northern-ireland-from-1-january-2021/check-when-you-are-trading-under-the-northern-ireland-protocol-if-you-are-vat-registered-business Closes https://github.com/arthurdejong/python-stdnum/issues/250
* Get files ready for 1.15 release1.15Arthur de Jong2021-01-1111-4/+225
|
* Simplify Travis matrixArthur de Jong2021-01-111-8/+7
| | | | | This also ensures that supported Python interpreters are output in order.
* Update database filesArthur de Jong2021-01-1114-629/+1362
|
* Drop pinning of isort now flake8-isort has been fixedArthur de Jong2021-01-106-11/+8
| | | | | | | This changes a few inline imports in the code to pass with the new isort. Reverts 291b831
* Fix typoArthur de Jong2021-01-101-1/+1
|
* Add project URLs for PyPIArthur de Jong2021-01-101-0/+4
|
* Add support for Ukraine РНОКПП numberLeandro Regueiro2021-01-102-0/+239
| | | | | Closes https://github.com/arthurdejong/python-stdnum/pull/242 Closes https://github.com/arthurdejong/python-stdnum/issues/117
* Add support for Ukraine ЄДРПОУ numberLeandro Regueiro2021-01-103-0/+420
| | | | | Closes https://github.com/arthurdejong/python-stdnum/pull/242 Closes https://github.com/arthurdejong/python-stdnum/issues/117
* Remove GB from EU member statesViggo de Vries2021-01-103-43/+49
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/246
* Add support for Python 3.9Arthur de Jong2021-01-103-11/+14
| | | | This switches Travis tests to bionic by default.
* Fix flake8 blind except Exception errorArthur de Jong2021-01-1011-26/+23
|
* Use ABN as Australian VAT numberViggo de Vries2021-01-101-1/+1
| | | | | | See https://www.ato.gov.au/Business/GST/Tax-invoices/ Closes https://github.com/arthurdejong/python-stdnum/pull/246
* Support VAT numbers that are only valid with country prefixArthur de Jong2021-01-022-1/+8
| | | | | | | | | The Swish VAT number has the CH prefix embedded as a required part of the number. This ensures that the international VAT number module also supports that. Closes https://github.com/arthurdejong/python-stdnum/issues/245 Fixes ff188bd