{ "info": { "author": "Jan Willamowius", "author_email": "info@relaxedcommunications.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "# EANSearch\n\nA Python class for EAN and ISBN name lookup and validation using the API on https://www.ean-search.org\n\nCompatible with Python 2.x **and** 3.x\n\n```python\nfrom eansearch import EANSearch\n\n# get a token from https://www.ean-search.org/ean-database-api.html\napiToken = \"secret\"\nean = \"5099750442227\" # Thriller\n\nlookup = EANSearch(apiToken)\n\nname = lookup.barcodeLookup(ean)\nprint(ean, \" is \", name)\n\nok = lookup.verifyChecksum(ean)\nprint(ean, \" is \", \"OK\" if ok else \"Not OK\")\n\neanList = eansearch.productSearch('iPod');\nfor product in eanList:\n\tprint(product[\"ean\"], \" is \", product[\"name\"].encode(\"utf-8\"))\n\neanList = eansearch.barcodePrefixSearch('4007249146');\nfor product in eanList:\n\tprint(product[\"ean\"], \" is \", product[\"name\"].encode(\"utf-8\"))\n\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/eansearch/python-ean-search", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "eansearch", "package_url": "https://pypi.org/project/eansearch/", "platform": "", "project_url": "https://pypi.org/project/eansearch/", "project_urls": { "Homepage": "https://github.com/eansearch/python-ean-search" }, "release_url": "https://pypi.org/project/eansearch/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "A Python class for EAN and ISBN name lookup and validation using the API on ean-search.org", "version": "1.0.0" }, "last_serial": 4741053, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "719c1fbcac0af9cff52bfb4c7209597c", "sha256": "7cf1591a626a2c7c6b3e3758492e0a8e6527db2ffd21f7ffe03e13f1a65567a7" }, "downloads": -1, "filename": "eansearch-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "719c1fbcac0af9cff52bfb4c7209597c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2346, "upload_time": "2019-01-25T17:28:41", "url": "https://files.pythonhosted.org/packages/15/bd/a874d34a10dc1bf018adae694af130e5df1456be32b65a1a9cdf3b23ce77/eansearch-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "378e669b643b745d1e3a6101603717da", "sha256": "ea9db1c4182706efbfed7b90316932000cfc68ef0e990c449a17c86f196c3e40" }, "downloads": -1, "filename": "eansearch-1.0.0.tar.gz", "has_sig": false, "md5_digest": "378e669b643b745d1e3a6101603717da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1353, "upload_time": "2019-01-25T17:28:42", "url": "https://files.pythonhosted.org/packages/69/18/f704e6596ec55b586e058c463fe62f0688b25a0369fbd4a7864417def089/eansearch-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "719c1fbcac0af9cff52bfb4c7209597c", "sha256": "7cf1591a626a2c7c6b3e3758492e0a8e6527db2ffd21f7ffe03e13f1a65567a7" }, "downloads": -1, "filename": "eansearch-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "719c1fbcac0af9cff52bfb4c7209597c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2346, "upload_time": "2019-01-25T17:28:41", "url": "https://files.pythonhosted.org/packages/15/bd/a874d34a10dc1bf018adae694af130e5df1456be32b65a1a9cdf3b23ce77/eansearch-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "378e669b643b745d1e3a6101603717da", "sha256": "ea9db1c4182706efbfed7b90316932000cfc68ef0e990c449a17c86f196c3e40" }, "downloads": -1, "filename": "eansearch-1.0.0.tar.gz", "has_sig": false, "md5_digest": "378e669b643b745d1e3a6101603717da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1353, "upload_time": "2019-01-25T17:28:42", "url": "https://files.pythonhosted.org/packages/69/18/f704e6596ec55b586e058c463fe62f0688b25a0369fbd4a7864417def089/eansearch-1.0.0.tar.gz" } ] }