Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/eu
Commit message (Collapse)AuthorAgeFilesLines
* Update database filesArthur de Jong2017-09-111-1/+1
|
* Minor code improvements (mostly PEP8)Arthur de Jong2017-09-111-1/+1
|
* Docstring improvementsArthur de Jong2017-09-114-25/+25
|
* Update database filesArthur de Jong2017-04-101-1/+1
|
* Add European EIC (Energy Identification Code)Arthur de Jong2017-04-011-0/+88
|
* Add European NACE classificationArthur de Jong2017-03-262-0/+1108
| | | | | This number is used to classify business. Validation is done based on a downloaded registry.
* Implement calc_check_digits in SEPA Identifier of the ↵Sergi Almacellas Abellana2016-11-131-7/+19
| | | | Creditor (AT-02)
* Introduce get_cc_module() utility functionArthur de Jong2016-09-101-3/+3
| | | | | | This changes the get_vat_module() function to a more generic get_cc_module() function so that it can also be used for other things like IBAN checking.
* Implement online TC Kimlik checkArthur de Jong2016-04-091-13/+2
| | | | | This refactors out the SOAP client function that was implemented for VIES to the stdnum.utils module.
* Fix SOAP client re-useArthur de Jong2015-10-281-1/+1
| | | | | | | This fixes a bug when checking re-use of the global SOAP client object. The object could not be evaluated in boolean context so is no explicitly compared to None. For suds a MethodNotFound exception would be raised for __nonzero__() (which Python uses for boolean comparison).
* Fix problem with check_vies_approx()Lionel Elie Mamane2015-10-281-1/+1
|
* Move finding VAT module to utilArthur de Jong2015-10-051-5/+2
| | | | | This moves the finding of a VAT module to the util module so that it can be more easily re-used for non-EU countries.
* Fall back to pysimplesoap if suds is unavailableArthur de Jong2015-07-121-4/+10
| | | | | Initial testing seems to suggest that proxy-support is not complete with pysimplesoap (at least httplib2 and PySocks seem to be required).
* Implement alternate VIES checkLionel Elie Mamane2015-07-121-12/+35
| | | | | | | | Add a function to stdnum.eu.vat so that when one does a VIES VAT number check, one gets a proof (certificate) that one did the check, as defence against the VAT administration later putting this in doubt. This certificate is provided by the VIES service, if one provides one's own VAT number.
* Adding HR (Croatia) to the list of available countriesEmiliano Castro2015-04-171-1/+1
|
* Fix common spelling mistakeArthur de Jong2014-11-011-1/+1
|
* Only catch ExceptionArthur de Jong2014-10-181-1/+1
|
* Added a simple backwards compability checkJussi Räsänen2014-03-051-1/+4
|
* Rename AT-02 module to stdnum.eu.at_02Arthur de Jong2014-02-061-0/+76
|
* Add support for proxyCédric Krier2013-12-301-1/+2
|
* Implement validate() for European VAT numbersArthur de Jong2013-06-081-13/+27
|
* some more documentation improvementsArthur de Jong2012-02-261-4/+9
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@168 9dea7c4f-944c-4273-ac1a-574ede026edc
* ensure that the module docstrings are in a somewhat more ↵Arthur de Jong2012-02-261-1/+5
| | | | | | usable format git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@165 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a stdnum.eu.vat.check_vies() function to do an ↵Arthur de Jong2012-02-201-0/+21
| | | | | | on-line check of the VAT number git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@157 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a VAT (European Union VAT number) moduleArthur de Jong2012-02-192-0/+106
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@155 9dea7c4f-944c-4273-ac1a-574ede026edc