{ "info": { "author": "Nahuel Defoss\u00e9", "author_email": "nahuel.defosse@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "===============================\npandoc_minted\n===============================\n\n\n.. image:: https://img.shields.io/pypi/v/pandoc_minted.svg\n :target: https://pypi.python.org/pypi/pandoc_minted\n\n.. image:: https://img.shields.io/travis/D3f0/pandoc_minted.svg\n :target: https://travis-ci.org/D3f0/pandoc_minted\n\n.. image:: https://readthedocs.org/projects/pandoc-minted/badge/?version=latest\n :target: https://pandoc-minted.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/D3f0/pandoc_minted/shield.svg\n :target: https://pyup.io/repos/github/D3f0/pandoc_minted/\n :alt: Updates\n\n\nPandoc filter to provide minted support (github.com/nick-ulle/pandoc-minted)\n\nUsage\n-----\n\nBesides installing minted, you'll have to include it either in your templates or in your markdown header metadata, as follows::\n\n ---\n title: Test\n author: Author Name\n header-includes:\n - \\usepackage{minted}\n ---\n\nPandoc generates tex for minted in a temporary file so you'll experience this errors `read more `_\n::\n\n ! Package minted Error: Missing Pygments output; \\inputminted was\n probably given a file that does not exist--otherwise, you may need\n the outputdir package option, or may be using an incompatible build tool.\n\nSo you'll need to use this commands as follows::\n\n pandoc -F pandoc-minted -s myfile.md -o myfile.tex\n pdflatex --shell-escape myfile.tex\n\n\n\nLicence\n-------\n\n* Free software: MIT license\n* Documentation: https://pandoc-minted.readthedocs.io.\n\n\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n\n=======\nHistory\n=======\n\n0.1.0 (2017-01-17)\n------------------\n\n* First release on PyPI.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/D3f0/pandoc_minted", "keywords": "pandoc_minted", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "pandoc-minted", "package_url": "https://pypi.org/project/pandoc-minted/", "platform": "", "project_url": "https://pypi.org/project/pandoc-minted/", "project_urls": { "Homepage": "https://github.com/D3f0/pandoc_minted" }, "release_url": "https://pypi.org/project/pandoc-minted/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Pandoc filter to provide minted support (github.com/nick-ulle/pandoc-minted)", "version": "0.2.0" }, "last_serial": 2583445, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "4a42db3591ad782bf606189a0faf4071", "sha256": "0cc0a2c279c514df2512a4ffe59766b02b59fe68e4ee85c4437e2e00d40bcaa6" }, "downloads": -1, "filename": "pandoc-minted-0.2.0.tar.gz", "has_sig": false, "md5_digest": "4a42db3591ad782bf606189a0faf4071", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12660, "upload_time": "2017-01-18T21:39:47", "url": "https://files.pythonhosted.org/packages/f3/ba/83dfdca8067b84caef8239bc1babc2787f5f17b6d93787a66d9aede20a2d/pandoc-minted-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4a42db3591ad782bf606189a0faf4071", "sha256": "0cc0a2c279c514df2512a4ffe59766b02b59fe68e4ee85c4437e2e00d40bcaa6" }, "downloads": -1, "filename": "pandoc-minted-0.2.0.tar.gz", "has_sig": false, "md5_digest": "4a42db3591ad782bf606189a0faf4071", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12660, "upload_time": "2017-01-18T21:39:47", "url": "https://files.pythonhosted.org/packages/f3/ba/83dfdca8067b84caef8239bc1babc2787f5f17b6d93787a66d9aede20a2d/pandoc-minted-0.2.0.tar.gz" } ] }