/usr/lib/python2.7/dist-packages/vatnumber-1.2.egg-info/PKG-INFO is in python-vatnumber 1:1.2-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | Metadata-Version: 1.1
Name: vatnumber
Version: 1.2
Summary: Python module to validate VAT numbers
Home-page: http://code.google.com/p/vatnumber/
Author: B2CK
Author-email: info@b2ck.com
License: GPL-3
Download-URL: http://code.google.com/p/vatnumber/downloads/
Description: 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/
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|