{ "info": { "author": "Dustin Oprea", "author_email": "myselfasunder@gmail.com", "bugtrack_url": null, "classifiers": [], "description": ".. image:: https://img.shields.io/pypi/v/mistune.svg\n :target: https://pypi.python.org/pypi/markdown-embedimages/\n :alt: Latest Version\n.. image:: https://travis-ci.org/dsoprea/markdown-embedimages.svg?branch=master\n :target: https://travis-ci.org/dsoprea/markdown-embedimages\n :alt: Travis CI Status\n\nOverview\n========\n\nThis project allows you to translate markdown to HTML and to convert URLs or even local image file-paths to embedded images.\n\nLocal file-paths must be specifically enabled, for security reasons.\n\nThis project is Python 2 and Python 3 compatible.\n\n\nExample\n=======\n\n----------\nImage URLs\n----------\n\nShort usage::\n\n import mei\n\n markdown = \"\"\n actual = mei.markdown(markdown)\n\n #