ipython-pygments-lexers


Nameipython-pygments-lexers JSON
Version 1.1.1 PyPI version JSON
download
home_pageNone
SummaryDefines a variety of Pygments lexers for highlighting IPython code.
upload_time2025-01-17 11:24:34
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A [Pygments](https://pygments.org/) plugin for IPython code & console sessions

[IPython](https://ipython.org/) is an interactive Python shell. Among other features,
it adds some special convenience syntax, including `%magics`, `!shell commands`
and `help?`. This package contains lexers for these, to use with the Pygments syntax
highlighting package.

- The `ipython` lexer should be used where only input code is highlighted
- The `ipythonconsole` lexer works for an IPython session, including code,
  prompts, output and tracebacks.

These lexers were previously part of IPython itself (in `IPython.lib.lexers`),
but have now been moved to a separate package.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ipython-pygments-lexers",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "The IPython Development Team <ipython-dev@python.org>",
    "download_url": "https://files.pythonhosted.org/packages/ef/4c/5dd1d8af08107f88c7f741ead7a40854b8ac24ddf9ae850afbcf698aa552/ipython_pygments_lexers-1.1.1.tar.gz",
    "platform": null,
    "description": "A [Pygments](https://pygments.org/) plugin for IPython code & console sessions\n\n[IPython](https://ipython.org/) is an interactive Python shell. Among other features,\nit adds some special convenience syntax, including `%magics`, `!shell commands`\nand `help?`. This package contains lexers for these, to use with the Pygments syntax\nhighlighting package.\n\n- The `ipython` lexer should be used where only input code is highlighted\n- The `ipythonconsole` lexer works for an IPython session, including code,\n  prompts, output and tracebacks.\n\nThese lexers were previously part of IPython itself (in `IPython.lib.lexers`),\nbut have now been moved to a separate package.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Defines a variety of Pygments lexers for highlighting IPython code.",
    "version": "1.1.1",
    "project_urls": {
        "Source": "https://github.com/ipython/ipython-pygments-lexers"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9331f075bf72b0b747cb3288d011319aaf64083cf2efef8354174e3ed4540e2",
                "md5": "bf1c25f5b6971cc137aac384bc0e350e",
                "sha256": "a9462224a505ade19a605f71f8fa63c2048833ce50abc86768a0d81d876dc81c"
            },
            "downloads": -1,
            "filename": "ipython_pygments_lexers-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bf1c25f5b6971cc137aac384bc0e350e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8074,
            "upload_time": "2025-01-17T11:24:33",
            "upload_time_iso_8601": "2025-01-17T11:24:33.271103Z",
            "url": "https://files.pythonhosted.org/packages/d9/33/1f075bf72b0b747cb3288d011319aaf64083cf2efef8354174e3ed4540e2/ipython_pygments_lexers-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef4c5dd1d8af08107f88c7f741ead7a40854b8ac24ddf9ae850afbcf698aa552",
                "md5": "a8d51d899ed01e1cb6773657cf88f734",
                "sha256": "09c0138009e56b6854f9535736f4171d855c8c08a563a0dcd8022f78355c7e81"
            },
            "downloads": -1,
            "filename": "ipython_pygments_lexers-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a8d51d899ed01e1cb6773657cf88f734",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8393,
            "upload_time": "2025-01-17T11:24:34",
            "upload_time_iso_8601": "2025-01-17T11:24:34.505096Z",
            "url": "https://files.pythonhosted.org/packages/ef/4c/5dd1d8af08107f88c7f741ead7a40854b8ac24ddf9ae850afbcf698aa552/ipython_pygments_lexers-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-17 11:24:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ipython",
    "github_project": "ipython-pygments-lexers",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ipython-pygments-lexers"
}
        
Elapsed time: 1.72782s