{ "info": { "author": "Chris MacMackin", "author_email": "cmacmackin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP :: Site Management", "Topic :: Software Development :: Documentation", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Filters", "Topic :: Text Processing :: Markup :: HTML" ], "description": "Markdown-Include\n================\n\nThis is an extension to\n`Python-Markdown `__ which provides\nan \"include\" function, similar to that found in LaTeX (and also the C\npre-processor and Fortran). I originally wrote it for my\n`FORD `__ Fortran auto-documentation\ngenerator.\n\nInstallation\n------------\n\nThis module can now be installed using ``pip``.\n\n::\n\n pip install markdown-include\n\nUsage\n-----\n\nThis module can be used in a program in the following way:\n\n::\n\n import markdown\n html = markdown.markdown(source, extensions=[markdown_include.include'])\n\nThe syntax for use within your Markdown files is ``{!filename!}``. This\nstatement will be replaced by the contents of ``filename``.\nMarkdown-Include will work recursively, so any included files within\n``filename`` wil also be included. This replacement is done prior to any\nother Markdown processing, so any Markdown syntax that you want can be used\nwithin your included files. Note that this is a change from the previous \nversion. It was felt that this syntax was less likely to conflict with any code\nfragments present in the Markdown.\n\nBy default, all file-names are evaluated relative to the location from\nwhich Markdown is being called. If you would like to change the\ndirectory relative to which paths are evaluated, then this can be done\nby specifying the extension setting ``base_path``.\n\n::\n\n import markdown\n from markdown_include.include import MarkdownInclude\n\n # Markdown Extensions\n markdown_include = MarkdownInclude(\n configs={'base_path':'/srv/content/', 'encoding': 'iso-8859-1'}\n )\n html = markdown.markdown(source, extensions=[markdown_include])", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/cmacmackin/markdown-include/tarball/v0.5.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cmacmackin/markdown-include/", "keywords": "Markdown,typesetting,include,plugin,extension", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "markdown-include", "package_url": "https://pypi.org/project/markdown-include/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/markdown-include/", "project_urls": { "Download": "https://github.com/cmacmackin/markdown-include/tarball/v0.5.1", "Homepage": "https://github.com/cmacmackin/markdown-include/" }, "release_url": "https://pypi.org/project/markdown-include/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "This is an extension to Python-Markdown which provides an \"include\" function, similar to that found in LaTeX (and also the C pre-processor and Fortran). I originally wrote it for my FORD Fortran auto-documentation generator.", "version": "0.5.1" }, "last_serial": 1521634, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f219940967a55a1f0fb7c954ae4ca8a0", "sha256": "c9a959a33c4670d953da6cfa5ba73e7a52cc04428cd83a09e9e67f96c7c0e848" }, "downloads": -1, "filename": "markdown-include-0.1.tar.gz", "has_sig": false, "md5_digest": "f219940967a55a1f0fb7c954ae4ca8a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3662, "upload_time": "2015-01-12T04:57:43", "url": "https://files.pythonhosted.org/packages/22/be/d5f5542745d471f61941b09c1e3278fd1fd9342eed74a70f82002314de53/markdown-include-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "b0877176fda289d972430cbc9fe3f7ac", "sha256": "1f5c8162e4c273257137d6811273784524f4ec6653a63258899a0d79e2d9fbed" }, "downloads": -1, "filename": "markdown-include-0.2.tar.gz", "has_sig": false, "md5_digest": "b0877176fda289d972430cbc9fe3f7ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3745, "upload_time": "2015-01-17T02:15:27", "url": "https://files.pythonhosted.org/packages/65/5b/ca48dfb9e55d28c43c98ef804ac17e54c8e5801027e3e3c378ef583e1f1d/markdown-include-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "4036b14fa1e5215a2dbb5da3c6e11540", "sha256": "dc9f3c2a4b3f7bbde02cfddc49463057646d3f2b4d59e7279c21054604997dc7" }, "downloads": -1, "filename": "markdown-include-0.3.tar.gz", "has_sig": false, "md5_digest": "4036b14fa1e5215a2dbb5da3c6e11540", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3785, "upload_time": "2015-01-20T05:17:57", "url": "https://files.pythonhosted.org/packages/f4/b7/50a0ddae921d1aa7292740d78c6d08caaec5386238cbf924ded427b6f1a8/markdown-include-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "5d85cc14d7dd5d7551be9961ceac3b3f", "sha256": "904ca4883cbe6b1e89a3c4cee7200821f3a6f5afefcec060344693d5e84490fc" }, "downloads": -1, "filename": "markdown-include-0.4.tar.gz", "has_sig": false, "md5_digest": "5d85cc14d7dd5d7551be9961ceac3b3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3786, "upload_time": "2015-01-21T21:20:38", "url": "https://files.pythonhosted.org/packages/35/0b/12cfa8d76709ba1039233b28aedb7c838a368615888d1627a2377c05887b/markdown-include-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "64cd9f8812045f9462ffecc79a959444", "sha256": "2a7b356dbe4ff479f413e60b97d01ea8cbb7c9cadbb675d19d2bd093aa06d2e1" }, "downloads": -1, "filename": "markdown-include-0.4.1.tar.gz", "has_sig": false, "md5_digest": "64cd9f8812045f9462ffecc79a959444", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3795, "upload_time": "2015-01-21T21:22:13", "url": "https://files.pythonhosted.org/packages/3a/99/a5e933665691d69627c278183291bdeb0728f21c9347e0fbdf2906db2867/markdown-include-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "39749e296e20daa07bec9edf95b5333a", "sha256": "ac7cec1b48dfe9fcae9dea85f4909df05b25b605cb817f953de08481695aeb23" }, "downloads": -1, "filename": "markdown-include-0.4.2.tar.gz", "has_sig": false, "md5_digest": "39749e296e20daa07bec9edf95b5333a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3801, "upload_time": "2015-01-27T02:21:38", "url": "https://files.pythonhosted.org/packages/32/4c/8b896dc884ee8086258467b25c13f277359a331f88bceff050b792cd39b7/markdown-include-0.4.2.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "febd5cfb219a7f2f5d5f22e27ecb0cde", "sha256": "22da91b1c21a6e9450e907323ff7063fe4aab15cfe607978cf7d7b19281531d7" }, "downloads": -1, "filename": "markdown-include-0.5.0.tar.gz", "has_sig": false, "md5_digest": "febd5cfb219a7f2f5d5f22e27ecb0cde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3966, "upload_time": "2015-04-21T23:01:57", "url": "https://files.pythonhosted.org/packages/7b/9f/667e54a654a3b8628178a2b7130fc783f4859b9736d15123b4f77cf5fa5d/markdown-include-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "0a88e7330f088a0387493265a81c0353", "sha256": "72a45461b589489a088753893bc95c5fa5909936186485f4ed55caa57d10250f" }, "downloads": -1, "filename": "markdown-include-0.5.1.tar.gz", "has_sig": false, "md5_digest": "0a88e7330f088a0387493265a81c0353", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3968, "upload_time": "2015-04-26T12:54:34", "url": "https://files.pythonhosted.org/packages/ef/44/eb6e9b4fa1110b719abb876c9b6dd8b46af886a94536ec4e9117fe5e7b97/markdown-include-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0a88e7330f088a0387493265a81c0353", "sha256": "72a45461b589489a088753893bc95c5fa5909936186485f4ed55caa57d10250f" }, "downloads": -1, "filename": "markdown-include-0.5.1.tar.gz", "has_sig": false, "md5_digest": "0a88e7330f088a0387493265a81c0353", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3968, "upload_time": "2015-04-26T12:54:34", "url": "https://files.pythonhosted.org/packages/ef/44/eb6e9b4fa1110b719abb876c9b6dd8b46af886a94536ec4e9117fe5e7b97/markdown-include-0.5.1.tar.gz" } ] }