ping ?

On Tue, Nov 20, 2018 at 05:37:31PM +0100, Sebastien Marie wrote:
> Hi,
> 
> pkg/DESCR:
>       Python simple and lightweight SOAP library for client and server 
> webservices
>       interfaces, aimed to be as small and easy as possible, supporting most 
> common
>       functionality. Initially it was inspired by PHP Soap Extension 
> (mimicking its
>       functionality, simplicity and ease of use), with many advanced features 
> added.
> 
> Additionally, PySimpleSOAP is an optional dependency of devel/py-stdnum, and 
> it could be used for checking VIES information (getting party information 
> from VAT number in EU).
> 
> For example:
>       $ python3 -c 'import stdnum.eu.vat ; 
> print(stdnum.eu.vat.check_vies("FR79799769161"))'
>       {'countryCode': 'FR', 'vatNumber': '79799769161', 'requestDate': 
> datetime.date(2018, 11, 20), 'valid': True, 'name': 'STE ...', 'address': '8 
> RUE DE ...\n75009 PARIS 09'}
> 
> I intent to use it via stdnum for tryton.
> 
> Thanks.

-- 
Sebastien Marie

Reply via email to