1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: vatnumber
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <maintainers@debian.tryton.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Build-Depends:
debhelper (>= 9),
dh-python,
python,
python-setuptools,
python3,
python3-setuptools,
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/vatnumber/
Vcs-Browser: https://anonscm.debian.org/cgit/tryton/vatnumber.git
Vcs-Git: https://anonscm.debian.org/cgit/tryton/vatnumber.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-vatnumber
Architecture: all
Depends:
python-pkg-resources,
python-stdnum,
${misc:Depends},
${python:Depends},
Description: Python module to validate VAT numbers (implemented in Python 2)
This is a Python module to check the validity of Value Added Tax (VAT) numbers
of States inside the European Union. It uses the validation rules according to
http://sima-pc.com/nif.php.
.
Additionally this module provides a function for online validation of given VAT
numbers by the VIES VAT number validation (SOAP Service) of the Taxation and
Customs Union: http://ec.europa.eu/taxation_customs/vies/vieshome.do
.
This package is targeting Python version 2.
Package: python3-vatnumber
Architecture: all
Depends:
python3-pkg-resources,
python3-stdnum,
${misc:Depends},
${python3:Depends},
Description: Python module to validate VAT numbers (implemented in Python 3)
This is a Python module to check the validity of Value Added Tax (VAT) numbers
of States inside the European Union. It uses the validation rules according to
http://sima-pc.com/nif.php.
.
Additionally this module provides a function for online validation of given VAT
numbers by the VIES VAT number validation (SOAP Service) of the Taxation and
Customs Union: http://ec.europa.eu/taxation_customs/vies/vieshome.do
.
This package is targeting Python version 3.
|