Python module to validate VAT numbers.
Nutshell
This is a fork of vatnumber project https://pypi.org/project/vatnumber/
changed to work with python3 and setuptools > 58.0
Here a simple example to validate VAT numbers format:
>>> import vatnumber_xtra
>>> vatnumber_xtra.check_vat('BE0123456749')
True
Here a simple example to validate European VAT through VIES service:
>>> import vatnumber_xtra
>>> vatnumber_xtra.check_vies('BE0897290877')
True
For more information please visit the vatnumber website.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vatnumber_xtra-1.4.1.tar.gz
(19.4 kB
view details)
File details
Details for the file vatnumber_xtra-1.4.1.tar.gz.
File metadata
- Download URL: vatnumber_xtra-1.4.1.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.8.0 pkginfo/1.8.2 readme-renderer/35.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.10 tqdm/4.64.0 importlib-metadata/4.11.3 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfdfe111abffcfd96d21732a03158a33e3f590683b3789ba3b78a780790f3cc3
|
|
| MD5 |
364d79718883d38b6442c4d9a2caaf02
|
|
| BLAKE2b-256 |
d7a570ebaeba958accded7f86c63e9480a3f423343243221543ded3a0aa5b05a
|