{
"info": {
"author": "",
"author_email": "",
"bugtrack_url": null,
"classifiers": [
"Framework :: Odoo",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Programming Language :: Python :: 2.7"
],
"description": ".. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License: AGPL-3\n\n==========================\nImage URLs from HTML field\n==========================\n\nThis module includes a method that extracts image URLs from any chunk of HTML,\nin appearing order.\n\nUsage\n=====\n\nThis module just adds a technical utility, but nothing for the end user.\n\nIf you are a developer and need this utility for your module, see these\nexamples and read the docs inside the code.\n\nPython example::\n\n @api.multi\n def some_method(self):\n # Get images from an HTML field\n imgs = self.env[\"ir.fields.converter\"].imgs_from_html(self.html_field)\n for url in imgs:\n # Do stuff with those URLs\n pass\n\nQWeb example::\n\n \n \n
\n \n\n.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas\n :alt: Try me on Runbot\n :target: https://runbot.odoo-community.org/runbot/149/8.0\n\nKnown issues / Roadmap\n======================\n\n* The regexp to find the URL could be better.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues\n`_. In case of trouble, please\ncheck there if your issue has already been reported. If you spotted it first,\nhelp us smashing it by providing a detailed and welcomed `feedback\n`_.\n\nCredits\n=======\n\nContributors\n------------\n\n* Jairo Llopis \n\nMaintainer\n----------\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: https://odoo-community.org\n\nThis module is maintained by the OCA.\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nTo contribute to this module, please visit https://odoo-community.org.",
"description_content_type": null,
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://grupoesoc.es",
"keywords": "",
"license": "AGPL-3",
"maintainer": "",
"maintainer_email": "",
"name": "odoo8-addon-html-image-url-extractor",
"package_url": "https://pypi.org/project/odoo8-addon-html-image-url-extractor/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/odoo8-addon-html-image-url-extractor/",
"project_urls": {
"Homepage": "https://grupoesoc.es"
},
"release_url": "https://pypi.org/project/odoo8-addon-html-image-url-extractor/8.0.1.0.0/",
"requires_dist": [
"lxml.html",
"odoo (<9.0a,>=8.0a)"
],
"requires_python": "",
"summary": "Extract images found in any HTML field",
"version": "8.0.1.0.0"
},
"last_serial": 3998527,
"releases": {
"8.0.1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "5d88026ed2e0e686275b35c6867643c3",
"sha256": "5fa2f07b6527733a644f99635d2fb29c5444fd822765f14fdae301f1596c16ad"
},
"downloads": -1,
"filename": "odoo8_addon_html_image_url_extractor-8.0.1.0.0-py2-none-any.whl",
"has_sig": false,
"md5_digest": "5d88026ed2e0e686275b35c6867643c3",
"packagetype": "bdist_wheel",
"python_version": "py2",
"requires_python": null,
"size": 20509,
"upload_time": "2017-04-11T12:18:07",
"url": "https://files.pythonhosted.org/packages/ba/9f/f179dc36dc2701e25d827b334eb2b3910581d8af0a9756ab8547b1d9d290/odoo8_addon_html_image_url_extractor-8.0.1.0.0-py2-none-any.whl"
}
],
"8.0.1.0.0.99.dev1": [
{
"comment_text": "",
"digests": {
"md5": "e2239ce8ae33679bed6398679fde1f2a",
"sha256": "3bb4d6bba8a9b71608d3f5d5bcb6d27cc82f1105e9cf8fb21b8dec96c9284b31"
},
"downloads": -1,
"filename": "odoo8_addon_html_image_url_extractor-8.0.1.0.0.99.dev1-py2-none-any.whl",
"has_sig": false,
"md5_digest": "e2239ce8ae33679bed6398679fde1f2a",
"packagetype": "bdist_wheel",
"python_version": "py2",
"requires_python": "~=2.7",
"size": 21029,
"upload_time": "2017-12-01T05:30:42",
"url": "https://files.pythonhosted.org/packages/82/eb/772063af68681739b126cf744efd49c64aee0449393242a94a65fd3a0782/odoo8_addon_html_image_url_extractor-8.0.1.0.0.99.dev1-py2-none-any.whl"
}
],
"8.0.1.0.0.99.dev2": [
{
"comment_text": "",
"digests": {
"md5": "74bd8f0262d5ab65b20c03c8239f9d0c",
"sha256": "d12d1f63a534ed2fe633fbab8f599498cabc10660e78b41745f39462b402ed39"
},
"downloads": -1,
"filename": "odoo8_addon_html_image_url_extractor-8.0.1.0.0.99.dev2-py2-none-any.whl",
"has_sig": false,
"md5_digest": "74bd8f0262d5ab65b20c03c8239f9d0c",
"packagetype": "bdist_wheel",
"python_version": "py2",
"requires_python": "~=2.7",
"size": 21519,
"upload_time": "2018-06-25T04:39:59",
"url": "https://files.pythonhosted.org/packages/31/9e/9d7f0f3344850d925a8696eeeb248bbacdd5c9df38c513f80837814861dd/odoo8_addon_html_image_url_extractor-8.0.1.0.0.99.dev2-py2-none-any.whl"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "5d88026ed2e0e686275b35c6867643c3",
"sha256": "5fa2f07b6527733a644f99635d2fb29c5444fd822765f14fdae301f1596c16ad"
},
"downloads": -1,
"filename": "odoo8_addon_html_image_url_extractor-8.0.1.0.0-py2-none-any.whl",
"has_sig": false,
"md5_digest": "5d88026ed2e0e686275b35c6867643c3",
"packagetype": "bdist_wheel",
"python_version": "py2",
"requires_python": null,
"size": 20509,
"upload_time": "2017-04-11T12:18:07",
"url": "https://files.pythonhosted.org/packages/ba/9f/f179dc36dc2701e25d827b334eb2b3910581d8af0a9756ab8547b1d9d290/odoo8_addon_html_image_url_extractor-8.0.1.0.0-py2-none-any.whl"
}
]
}