Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for Ghana TINLeandro Regueiro2022-10-152-0/+117
* Add CAS Registry NumberArthur de Jong2022-10-151-0/+82
* Add support for Montenegro TINLeandro Regueiro2022-10-092-0/+85
* Add Faroe Islands V-numberLeandro Regueiro2022-09-252-0/+108
* Add North Macedonian ЕДБLeandro Regueiro2022-09-252-0/+120
* Fix a couple typos found by codespellDimitri Papadopoulos2022-09-242-2/+2
* Add Algerian NIF numberLeandro Regueiro2022-09-242-0/+123
* Add support for Morocco TINLeandro Regueiro2022-09-112-0/+126
* Add Kenyan TINLeandro Regueiro2022-09-112-0/+119
* Add support for Tunisia TINLeandro Regueiro2022-09-112-0/+155
* Fix German OffeneRegister company registry URLArthur de Jong2022-08-151-2/+2
* Update database filesArthur de Jong2022-08-1513-768/+2143
* Update ISIL download URLArthur de Jong2022-08-151-1/+1
* Add extra court alias for german HandelsregisternummerRomuald R2022-08-151-0/+1
* Use str.zfill() for padding leading zerosArthur de Jong2022-08-157-14/+7
* Add Czech bank account numberspetr.prikryl2022-08-142-0/+192
* Fix small typovovavili2022-08-131-1/+1
* Put long line flake8 ignores in files instead of globallyArthur de Jong2022-08-1311-11/+11
* Fix flake8 errorArthur de Jong2022-08-121-2/+1
* Support parsing dates without a day in GS1-128Alexis de Lattre2022-04-091-0/+8
* Compute birth date from Belgian National NumberCédric Krier2022-03-211-4/+19
* Return check digits in 02-98 range for ISO 7064 Mod 97, 10Arthur de Jong2022-03-211-2/+2
* Support special validation of La Post SIRETCédric Krier2022-03-211-2/+13
* Fix Python 2.7 compatibility of the testsArthur de Jong2022-02-141-2/+10
* Add Classification of Financial InstrumentsArthur de Jong2022-02-132-0/+1624
* Fix problem in numdb with missing sub-propertiesArthur de Jong2022-02-131-6/+8
* Fix disabling check digit validation of Mexican CURPArthur de Jong2022-01-091-3/+3
* Add Belgian National NumberCédric Krier2022-01-022-0/+94
* Get files ready for 1.17 release1.17Arthur de Jong2021-10-031-1/+1
* Remove South Korean BRN online checkArthur de Jong2021-10-031-14/+0
* Add documentation for Norwegian OrganisasjonsnummerArthur de Jong2021-10-031-0/+5
* Update Let's Encrypt R3 intermediate certificateArthur de Jong2021-10-031-82/+64
* Update database filesArthur de Jong2021-10-0311-817/+2156
* Add Indian GSTIN (VAT number)Gaurav Chauhan2021-10-022-0/+164
* Add Indian EPIC number (Voter ID number)Gaurav Chauhan2021-10-021-0/+89
* Improve validation and docstrings of Indian numbersGaurav Chauhan2021-10-022-37/+63
* Fix detection of natural RUC valuesArthur de Jong2021-09-191-13/+34
* Add swedish postcode validatormichele2021-09-122-0/+78
* Add support for Thai NumbersPiruin Panichphol2021-09-054-0/+300
* Add ISRC (International Standard Recording Code)Nuno André2021-08-101-0/+93
* Fix typos found by codespellDimitri Papadopoulos2021-08-106-8/+8
* Explicilty define exported exceptionsDimitri Papadopoulos2021-08-101-0/+4
* Simplify range checking in Norwegian birth numbersDimitri Papadopoulos2021-08-101-2/+2
* Add CC (Número de Cartão de Cidadão, Portuguese Identi...David Vaz2021-07-251-0/+92
* 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-181-4/+35
* Improve French NIF validationDimitri Papadopoulos2021-07-181-5/+11
* 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-111-71/+31