{ "info": { "author": "Radu Boncea", "author_email": "radu.boncea@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Financial and Insurance Industry", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Database :: Front-Ends", "Topic :: Office/Business :: Financial :: Accounting", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "# A library for checking on European VAT formats\n\n[![Build Status](https://api.travis-ci.com/agilegeeks/pyVat.svg?branch=master)](https://travis-ci.com/agilegeeks/pyVat)\n\npyVat 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\n\n## Compatibility\nPython >= 2.7\n\n## Installation\n $ pip install vat-format-checker\n\n## Usage\n```python\nfrom pyVat.api import Validator\nvalidator = Validator('ATU10223006')\nif validator.validate() is True:\n print (\"The VAT number has a valid format\")\nelse:\n print (\"Invalid VAT number format for country %s\" % validator.country_code)\n\n```\n## Issues\n- The Croatian format is missing the algorithm. The validations is done purely based on regular expressions.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/agilegeeks/pyVat", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "vat-format-checker", "package_url": "https://pypi.org/project/vat-format-checker/", "platform": "", "project_url": "https://pypi.org/project/vat-format-checker/", "project_urls": { "Homepage": "https://github.com/agilegeeks/pyVat" }, "release_url": "https://pypi.org/project/vat-format-checker/0.0.2/", "requires_dist": null, "requires_python": ">=2.7", "summary": "A library for checking on European VAT formats", "version": "0.0.2" }, "last_serial": 4618354, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "4d6543de7f621489bd4fb7313d3e0c23", "sha256": "ef2908990ff89684732ed4009d53bda871c6841364b7a8ea152cc508ff8b39be" }, "downloads": -1, "filename": "vat_format_checker-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "4d6543de7f621489bd4fb7313d3e0c23", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7", "size": 40696, "upload_time": "2018-12-19T21:40:27", "url": "https://files.pythonhosted.org/packages/64/b2/5b23258e849c5eac95302a824c881ac34033824f3f6dbf6795c956931a17/vat_format_checker-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "43e3943b4601e4e24616ac3b663f8070", "sha256": "c46ea53e7af19d360e8ea4a5efb5e841db14399db351b13a17037fdffc70313e" }, "downloads": -1, "filename": "vat-format-checker-0.0.2.tar.gz", "has_sig": false, "md5_digest": "43e3943b4601e4e24616ac3b663f8070", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8861, "upload_time": "2018-12-19T21:40:30", "url": "https://files.pythonhosted.org/packages/0a/41/dd98b1178b86bacdb0bc70e9d81fc7c96342a708db040e2473cd0df324cc/vat-format-checker-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4d6543de7f621489bd4fb7313d3e0c23", "sha256": "ef2908990ff89684732ed4009d53bda871c6841364b7a8ea152cc508ff8b39be" }, "downloads": -1, "filename": "vat_format_checker-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "4d6543de7f621489bd4fb7313d3e0c23", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7", "size": 40696, "upload_time": "2018-12-19T21:40:27", "url": "https://files.pythonhosted.org/packages/64/b2/5b23258e849c5eac95302a824c881ac34033824f3f6dbf6795c956931a17/vat_format_checker-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "43e3943b4601e4e24616ac3b663f8070", "sha256": "c46ea53e7af19d360e8ea4a5efb5e841db14399db351b13a17037fdffc70313e" }, "downloads": -1, "filename": "vat-format-checker-0.0.2.tar.gz", "has_sig": false, "md5_digest": "43e3943b4601e4e24616ac3b663f8070", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 8861, "upload_time": "2018-12-19T21:40:30", "url": "https://files.pythonhosted.org/packages/0a/41/dd98b1178b86bacdb0bc70e9d81fc7c96342a708db040e2473cd0df324cc/vat-format-checker-0.0.2.tar.gz" } ] }