|
@@ -1,6 +1,6 @@
|
|
|
# A library for checking on European VAT formats
|
|
|
|
|
|
-[](https://travis-ci.com/agilegeeks/pyVat)
|
|
|
+[](https://travis-ci.com/agilegeeks/pyVat)
|
|
|
|
|
|
pyVat is a complete library that validates vat number formats in EU member countries. The algorithms used are described in /doc/VIES-VAT Validation Routines-v15.0.doc
|
|
|
|
|
@@ -21,4 +21,4 @@ else:
|
|
|
|
|
|
```
|
|
|
## Issues
|
|
|
-- The Croatian format is missing the algorithm. The validations is done purely based on regular expressions.
|
|
|
+- The Croatian format is missing the algorithm. The validations is done purely based on regular expressions.
|