Skip to content

Automatically exported from code.google.com/p/vatnumber

License

Notifications You must be signed in to change notification settings

cherijs/vatnumber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vatnumber
=========

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`_.

.. _vatnumber website: http://code.google.com/p/vatnumber/

About

Automatically exported from code.google.com/p/vatnumber

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%