{ "info": { "author": "Christophe Demko", "author_email": "chdemko@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Documentation", "Topic :: Text Processing :: Filters" ], "description": "pandoc-latex-color\n==================\n\n|Build Status| |Coveralls| |Scrutinizer| |PyPI version| |PyPI format|\n|License| |Python version| |Development Status|\n\n*pandoc-latex-color* is a `pandoc `__ filter for\nsetting the color to ``Span``, and ``Div`` that have speficied classes\nor ``latex-color`` attribute.\n\nDocumentation\n-------------\n\nSee the `wiki\npages `__.\n\nUsage\n-----\n\nTo apply the filter, use the following option with pandoc:\n\n::\n\n --filter pandoc-latex-color\n\nInstallation\n------------\n\n*pandoc-latex-color* requires `python `__, a\nprogramming language that comes pre-installed on linux and Mac OS X, and\nwhich is easily installed `on\nWindows `__. Either python 2.7\nor 3.x will do.\n\nInstall *pandoc-latex-color* as root using the bash command\n\n::\n\n pip install pandoc-latex-color\n\nTo upgrade to the most recent release, use\n\n::\n\n pip install --upgrade pandoc-latex-color\n\nTo upgrade to the current code, use\n\n::\n\n pip install --upgrade --force git+https://github.com/chdemko/pandoc-latex-color\n\n``pip`` is a script that downloads and installs modules from the Python\nPackage Index, `PyPI `__. It should come installed\nwith your python distribution. If you are running linux, ``pip`` may be\nbundled separately. On a Debian-based system (including Ubuntu), you can\ninstall it as root using\n\n::\n\n apt-get update\n apt-get install python-pip\n\nIt uses the *xcolor* LaTeX package to handle correctly colors in spans\nand divs and the *soulutf8* package for highlighing the text.\n\nGetting Help\n------------\n\nIf you have any difficulties with *pandoc-latex-color*, please feel\nwelcome to `file an\nissue `__ on\ngithub so that we can help.\n\n.. |Build Status| image:: https://img.shields.io/travis/chdemko/pandoc-latex-color/0.1.0.svg\n :target: https://travis-ci.org/chdemko/pandoc-latex-color/branches\n.. |Coveralls| image:: https://img.shields.io/coveralls/github/chdemko/pandoc-latex-color/0.1.0.svg\n :target: https://coveralls.io/github/chdemko/pandoc-latex-color?branch=0.1.0\n.. |Scrutinizer| image:: https://img.shields.io/scrutinizer/g/chdemko/pandoc-latex-color.svg\n :target: https://scrutinizer-ci.com/g/chdemko/pandoc-latex-color/\n.. |PyPI version| image:: https://img.shields.io/pypi/v/pandoc-latex-color.svg\n :target: https://pypi.org/project/pandoc-latex-color/\n.. |PyPI format| image:: https://img.shields.io/pypi/format/pandoc-latex-color.svg\n :target: https://pypi.org/project/pandoc-latex-color/\n.. |License| image:: https://img.shields.io/pypi/l/pandoc-latex-color/0.1.0.svg\n :target: https://raw.githubusercontent.com/chdemko/pandoc-latex-color/0.1.0/LICENSE\n.. |Python version| image:: https://img.shields.io/pypi/pyversions/pandoc-latex-color/0.1.0.svg\n :target: https://pypi.org/project/pandoc-latex-color/0.1.0/\n.. |Development Status| image:: https://img.shields.io/pypi/status/pandoc-latex-color/0.1.0.svg\n :target: https://pypi.org/project/pandoc-latex-color/0.1.0/", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/chdemko/pandoc-latex-color/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/chdemko/pandoc-latex-color", "keywords": "pandoc filters latex color", "license": "BSD-3-Clause", "maintainer": "Christophe Demko", "maintainer_email": "chdemko@gmail.com", "name": "pandoc-latex-color", "package_url": "https://pypi.org/project/pandoc-latex-color/", "platform": "", "project_url": "https://pypi.org/project/pandoc-latex-color/", "project_urls": { "Download": "https://github.com/chdemko/pandoc-latex-color/archive/master.zip", "Homepage": "https://github.com/chdemko/pandoc-latex-color" }, "release_url": "https://pypi.org/project/pandoc-latex-color/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A pandoc filter for changing color in LaTeX", "version": "0.1.0" }, "last_serial": 4372124, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d2d4a6e9d69f1642f4b22da0018f5f58", "sha256": "2b7183a5bd668eaba251b1fc67d9351cad90da9457881fae2437ac67aa79ad93" }, "downloads": -1, "filename": "pandoc_latex_color-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d2d4a6e9d69f1642f4b22da0018f5f58", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7458, "upload_time": "2018-03-19T14:40:12", "url": "https://files.pythonhosted.org/packages/64/1f/0a5e9f07a118cd7cf7d4203fc27d0943b6378b66a298d3de43481f4d6295/pandoc_latex_color-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1e7508a50204cd0ffc87a02c3bb13f00", "sha256": "58c3955f032a916ec42907bf2e0871e398081c1c092ff4b9e4d5f2af2bdc3228" }, "downloads": -1, "filename": "pandoc-latex-color-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1e7508a50204cd0ffc87a02c3bb13f00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7067, "upload_time": "2018-03-19T14:40:15", "url": "https://files.pythonhosted.org/packages/0a/bb/daeae5062b3258eb90bb9a5bc53cb172cfd04d69674ed6ed72f6e408d98a/pandoc-latex-color-0.0.1.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "1eb22e0d0475141f0c891703aae8f8e3", "sha256": "ca697bd24a310b5c5f6ad01c0fe97b6ca1866865ab9cf9e08add78aa394dbff0" }, "downloads": -1, "filename": "pandoc-latex-color-0.0.3.tar.gz", "has_sig": false, "md5_digest": "1eb22e0d0475141f0c891703aae8f8e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7013, "upload_time": "2018-05-15T08:12:52", "url": "https://files.pythonhosted.org/packages/6f/02/cb4ced862ce4b0b5019633c8108a9c1b7e0349c75cf684f965486abed8d2/pandoc-latex-color-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "3dc118ba3238ffb2ede9b8a5d0aa23fd", "sha256": "740415585dcd7eed7f1eb19821cd4483b34cf8a0792a712d7075eb5302a81d93" }, "downloads": -1, "filename": "pandoc-latex-color-0.0.4.tar.gz", "has_sig": false, "md5_digest": "3dc118ba3238ffb2ede9b8a5d0aa23fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7060, "upload_time": "2018-06-10T20:11:42", "url": "https://files.pythonhosted.org/packages/e6/a1/ed63cc11e3d32f0d3592d95cd2dcf4ff5432dce177317a25167cb70f0519/pandoc-latex-color-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "008085622445f05fc8a1def238ac8aa4", "sha256": "70cf256a1e895d9cd895e863864378ec6bee2d5e89a9d1d19a1300a775abda1a" }, "downloads": -1, "filename": "pandoc-latex-color-0.0.5.tar.gz", "has_sig": false, "md5_digest": "008085622445f05fc8a1def238ac8aa4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7617, "upload_time": "2018-08-21T20:25:25", "url": "https://files.pythonhosted.org/packages/cc/83/0b155a087c8d082f4fff848b56026222794713b0fc5613b689d407d06fe0/pandoc-latex-color-0.0.5.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "46e9d65c5437f9538fcd32e1aa154b46", "sha256": "f9f8284e8503c05097c157ea8b5a1267ac7c09cd5b29398592ad8eeb636de62e" }, "downloads": -1, "filename": "pandoc-latex-color-0.1.0.tar.gz", "has_sig": false, "md5_digest": "46e9d65c5437f9538fcd32e1aa154b46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7725, "upload_time": "2018-10-13T14:57:09", "url": "https://files.pythonhosted.org/packages/ca/7d/5cede0eb79bbbd62e5b16a5f77de03f7536a993b792dcf4a6e33d383cc45/pandoc-latex-color-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "46e9d65c5437f9538fcd32e1aa154b46", "sha256": "f9f8284e8503c05097c157ea8b5a1267ac7c09cd5b29398592ad8eeb636de62e" }, "downloads": -1, "filename": "pandoc-latex-color-0.1.0.tar.gz", "has_sig": false, "md5_digest": "46e9d65c5437f9538fcd32e1aa154b46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7725, "upload_time": "2018-10-13T14:57:09", "url": "https://files.pythonhosted.org/packages/ca/7d/5cede0eb79bbbd62e5b16a5f77de03f7536a993b792dcf4a6e33d383cc45/pandoc-latex-color-0.1.0.tar.gz" } ] }