jf-pygments


Namejf-pygments JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/Josef-Friedrich/jf_pygments
SummaryExtend the Python syntax highlighter with some custom lexers and styles.
upload_time2022-12-25 18:10:03
maintainer
docs_urlNone
authorJosef Friedrich
requires_python>=3.10,<4.0
licenseGPL-3.0-only
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            jf_pygments
===========

Extend the Python syntax highlighter with some custom lexers and styles.

https://pygments.org/docs/plugins/

::

    pip install --user "pygments[plugins]"

::

    pip install --user jf_pygments

https://python-poetry.org/docs/pyproject/#plugins

.. code-block:: toml

    [tool.poetry.plugins]

    [tool.poetry.plugins."pygments.styles"]
    white = "jf_pygments:WhiteStyle"
    baldr = "jf_pygments:BaldrStyle"

    [tool.poetry.plugins."pygments.lexers"]
    baldrsql = "jf_pygments:BaldrSqlLexer"

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Josef-Friedrich/jf_pygments",
    "name": "jf-pygments",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Josef Friedrich",
    "author_email": "josef@friedrich.rocks",
    "download_url": "https://files.pythonhosted.org/packages/08/23/02ddd0750e743438ccaae3da35dda20dd36da56442f2431688746f3c3b77/jf_pygments-0.3.0.tar.gz",
    "platform": null,
    "description": "jf_pygments\n===========\n\nExtend the Python syntax highlighter with some custom lexers and styles.\n\nhttps://pygments.org/docs/plugins/\n\n::\n\n    pip install --user \"pygments[plugins]\"\n\n::\n\n    pip install --user jf_pygments\n\nhttps://python-poetry.org/docs/pyproject/#plugins\n\n.. code-block:: toml\n\n    [tool.poetry.plugins]\n\n    [tool.poetry.plugins.\"pygments.styles\"]\n    white = \"jf_pygments:WhiteStyle\"\n    baldr = \"jf_pygments:BaldrStyle\"\n\n    [tool.poetry.plugins.\"pygments.lexers\"]\n    baldrsql = \"jf_pygments:BaldrSqlLexer\"\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-only",
    "summary": "Extend the Python syntax highlighter with some custom lexers and styles.",
    "version": "0.3.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "a58b8016efbfe14061319094ac7366a6",
                "sha256": "0575be7130b36393a007cb9baf498996a36d31e72e081eaeae12583d65f4657a"
            },
            "downloads": -1,
            "filename": "jf_pygments-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a58b8016efbfe14061319094ac7366a6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 16511,
            "upload_time": "2022-12-25T18:10:01",
            "upload_time_iso_8601": "2022-12-25T18:10:01.363465Z",
            "url": "https://files.pythonhosted.org/packages/fa/4b/28580e109782d96fd5fe599152144fa8d80190f866a42285e3a7cd5ba655/jf_pygments-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "073ac0acf2c39108a828e66e2a5064b0",
                "sha256": "2e6227d383729fe86de590e4bf94c21470ba229d8aeb2f4cc56f0a6db5c5cd4b"
            },
            "downloads": -1,
            "filename": "jf_pygments-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "073ac0acf2c39108a828e66e2a5064b0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 15556,
            "upload_time": "2022-12-25T18:10:03",
            "upload_time_iso_8601": "2022-12-25T18:10:03.007721Z",
            "url": "https://files.pythonhosted.org/packages/08/23/02ddd0750e743438ccaae3da35dda20dd36da56442f2431688746f3c3b77/jf_pygments-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-25 18:10:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Josef-Friedrich",
    "github_project": "jf_pygments",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "jf-pygments"
}
        
Elapsed time: 0.02141s