
vatnumber
Python module to validate VAT numbers.
https://pypip.in/version/vatnumber/badge.png?style=flat
https://pypip.in/download/vatnumber/badge.png?style=flat
Nutshell
Here a simple example to validate VAT numbers format:
```
import vatnumber vatnumber.check_vat('BE0123456749') True ```
Here a simple example to validate European VAT through VIES service:
```
import vatnumber vatnumber.check_vies('BE0897290877') True ```
Project Information
- License: GNU GPL v3
- 17 stars
- hg-based source control
Labels:
Python
vat
Accounting
Business
Enterprise
ERP