Skip to main content

[UNMAINTAINED] Python module to validate VAT numbers

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

Python module to validate VAT numbers.

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

For more information please visit the vatnumber website.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page