{ "info": { "author": "CityCommerce srl", "author_email": "citycommercedev@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "Get VAT EU\n==========\n\nA utility that is able to get and parse EU EC VATs.\n\nVideo\n-----\n\nTODO\n\nDescription\n-----------\n\nThis library parsers the elements returned by the VIES SOAP API of the \nEuropean Commission. The trader address field usually contains all the needed\ninformation and needs to be separated into various elements such as the city,\npostal code, address and house number, etc... This is what this library does.\n\nDocumentation\n-------------\n\nhttps://citycommerce.github.io/get-vat-eu\n\nAPI examples\n------------\n\nget-vat-eu has a `public API`_. This means for example that you can you easily get\nall trader information like this:\n\n\n::\n\n\n >> import get_vat_eu\n >> print(get_vat_eu.pipeline('01561700293', 'IT'))\n {'name': 'CITYCOMMERCE SRL', 'address': 'Viale Porta Adige 45', 'city': 'Rovigo', 'province': 'RO', 'post_code': '45100', 'vat_number': '01561700293', 'country_code': 'IT'}\n\n.. _public API: https://citycommerce.github.io/get-vat-eu/api.html\n\nCLI Helps\n---------\n\nTODO\n\nLicense\n-------\n\nCopyright (c) 2019 CityCommerce srl\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/citycommerce/get-vat-eu", "keywords": "vat ec eu", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "get-vat-eu", "package_url": "https://pypi.org/project/get-vat-eu/", "platform": "", "project_url": "https://pypi.org/project/get-vat-eu/", "project_urls": { "Homepage": "https://github.com/citycommerce/get-vat-eu" }, "release_url": "https://pypi.org/project/get-vat-eu/1.0.0/", "requires_dist": [ "zeep (==3)" ], "requires_python": ">=3.5, <4", "summary": "A utility that is able to get and parse EU EC VATs.", "version": "1.0.0" }, "last_serial": 5938018, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c1b9830138fd87bbc95b8b35ccb4b42b", "sha256": "4953c0064b4a2a416977926c1685bd070ebf277b4b2a4b2794bea659414f41d3" }, "downloads": -1, "filename": "get_vat_eu-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c1b9830138fd87bbc95b8b35ccb4b42b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5, <4", "size": 10646, "upload_time": "2019-10-07T08:09:05", "url": "https://files.pythonhosted.org/packages/a2/52/14ece5e0958987dc8e181986fab7f0613d1a6dcfa48a69fad5b5c03405fe/get_vat_eu-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f7bf238ca98856a9c7289031258df469", "sha256": "4d211f4d308d673f79ef9df28e3f020fc377fb1f9f740c95cb79689293ca4c79" }, "downloads": -1, "filename": "get_vat_eu-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f7bf238ca98856a9c7289031258df469", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <4", "size": 5828, "upload_time": "2019-10-07T08:09:07", "url": "https://files.pythonhosted.org/packages/42/14/8b799a5f8ea70691690dc98410a77af5ff11925f01042db6ad2b810b8734/get_vat_eu-0.0.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "81cffac7190be1a45ad99e1b5e813324", "sha256": "46c7b3ccd759124ba3c6510d03173db850877ec65f15a91197ee0b6f07a39477" }, "downloads": -1, "filename": "get_vat_eu-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "81cffac7190be1a45ad99e1b5e813324", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5, <4", "size": 10666, "upload_time": "2019-10-07T10:13:18", "url": "https://files.pythonhosted.org/packages/73/c3/a14bba48a7defa9d8762f5bcdd83b2f81bf3d1829ec1b77e628602209a81/get_vat_eu-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "23267e151e89654078cdabff61f9ff35", "sha256": "e04a947f81a6dbe542ca5e4c603166c90fe8a77d3e19127b6de93655160d571b" }, "downloads": -1, "filename": "get_vat_eu-1.0.0.tar.gz", "has_sig": false, "md5_digest": "23267e151e89654078cdabff61f9ff35", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <4", "size": 5821, "upload_time": "2019-10-07T10:13:19", "url": "https://files.pythonhosted.org/packages/00/d9/6cbd06fb8a70d6f97b0e245a92dff79d7dadce771c7eb8911674aca43a08/get_vat_eu-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "81cffac7190be1a45ad99e1b5e813324", "sha256": "46c7b3ccd759124ba3c6510d03173db850877ec65f15a91197ee0b6f07a39477" }, "downloads": -1, "filename": "get_vat_eu-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "81cffac7190be1a45ad99e1b5e813324", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5, <4", "size": 10666, "upload_time": "2019-10-07T10:13:18", "url": "https://files.pythonhosted.org/packages/73/c3/a14bba48a7defa9d8762f5bcdd83b2f81bf3d1829ec1b77e628602209a81/get_vat_eu-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "23267e151e89654078cdabff61f9ff35", "sha256": "e04a947f81a6dbe542ca5e4c603166c90fe8a77d3e19127b6de93655160d571b" }, "downloads": -1, "filename": "get_vat_eu-1.0.0.tar.gz", "has_sig": false, "md5_digest": "23267e151e89654078cdabff61f9ff35", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <4", "size": 5821, "upload_time": "2019-10-07T10:13:19", "url": "https://files.pythonhosted.org/packages/00/d9/6cbd06fb8a70d6f97b0e245a92dff79d7dadce771c7eb8911674aca43a08/get_vat_eu-1.0.0.tar.gz" } ] }