{ "info": { "author": "Ben Caller", "author_email": "bcallergmai@l.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Filters", "Topic :: Text Processing :: Markup :: HTML" ], "description": "# Image Captions and Python and Markdown, together!\n\nYour images have `
` elements attached.\n\n[![travis](https://travis-ci.org/bcaller/markdown_figure_caption.svg)](https://travis-ci.org/bcaller/markdown_figure_caption)\n[![PyPI version](https://badge.fury.io/py/markdown_figure_caption.svg)](https://badge.fury.io/py/markdown_figure_caption)\n\nVery similar to [figureAltCaption](https://github.com/jdittrich/figureAltCaption). This version doesn' handle references or attributes, but does handle links inside the caption.\n\nBehaviour is best displayed via the tests:\n\n```python\ndef test_image_simple(markdown):\n s = \"![The caption](http://example.com/x.png)\"\n converted = markdown.convert(s)\n assert converted == '

\"The
The caption

'\n\n\ndef test_image_link_in_caption(markdown):\n s = \"![The caption from [source](http://example.com)](http://example.com/x.png)\"\n converted = markdown.convert(s)\n assert converted == '

\"The
The caption from source

'\n\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/bcaller/pinyin_markdown", "keywords": "markdown", "license": "AGPLv3", "maintainer": "", "maintainer_email": "", "name": "markdown-figure-caption", "package_url": "https://pypi.org/project/markdown-figure-caption/", "platform": "", "project_url": "https://pypi.org/project/markdown-figure-caption/", "project_urls": { "Homepage": "https://github.com/bcaller/pinyin_markdown" }, "release_url": "https://pypi.org/project/markdown-figure-caption/0.0.1/", "requires_dist": [ "markdown (>=3.0)" ], "requires_python": "", "summary": "Add
elements to your images", "version": "0.0.1" }, "last_serial": 4746498, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2e49e326a34e0705228d4f46ac712d91", "sha256": "62295e96015fb6288f9bfcdea5fbe5b5134189dfd11a918f25490bc51b99dffe" }, "downloads": -1, "filename": "markdown_figure_caption-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2e49e326a34e0705228d4f46ac712d91", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4114, "upload_time": "2019-01-27T16:45:52", "url": "https://files.pythonhosted.org/packages/17/89/c2e9bcce4e5bb56fbe9fa5ff5abc65f4c96c951042b81ef628c90a39e850/markdown_figure_caption-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "50de29cfd4a9e0effbb8394b36680707", "sha256": "eac5662c54571061b5620664c79d9f963152bd8ab83ce33c4a3e74361954df06" }, "downloads": -1, "filename": "markdown-figure-caption-0.0.1.tar.gz", "has_sig": false, "md5_digest": "50de29cfd4a9e0effbb8394b36680707", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14660, "upload_time": "2019-01-27T16:45:55", "url": "https://files.pythonhosted.org/packages/be/5e/0f5d56b75421092dff10d6e92d611583fd0a6c45c6d2804e7a71edfb7633/markdown-figure-caption-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2e49e326a34e0705228d4f46ac712d91", "sha256": "62295e96015fb6288f9bfcdea5fbe5b5134189dfd11a918f25490bc51b99dffe" }, "downloads": -1, "filename": "markdown_figure_caption-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2e49e326a34e0705228d4f46ac712d91", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4114, "upload_time": "2019-01-27T16:45:52", "url": "https://files.pythonhosted.org/packages/17/89/c2e9bcce4e5bb56fbe9fa5ff5abc65f4c96c951042b81ef628c90a39e850/markdown_figure_caption-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "50de29cfd4a9e0effbb8394b36680707", "sha256": "eac5662c54571061b5620664c79d9f963152bd8ab83ce33c4a3e74361954df06" }, "downloads": -1, "filename": "markdown-figure-caption-0.0.1.tar.gz", "has_sig": false, "md5_digest": "50de29cfd4a9e0effbb8394b36680707", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14660, "upload_time": "2019-01-27T16:45:55", "url": "https://files.pythonhosted.org/packages/be/5e/0f5d56b75421092dff10d6e92d611583fd0a6c45c6d2804e7a71edfb7633/markdown-figure-caption-0.0.1.tar.gz" } ] }