Pygments


NamePygments JSON
Version 2.19.1 PyPI version JSON
download
home_pageNone
SummaryPygments is a syntax highlighting package written in Python.
upload_time2025-01-06 17:26:30
maintainerMatthäus G. Chajdas
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD-2-Clause
keywords syntax highlighting
VCS
bugtrack_url
requirements tox
Travis-CI No Travis.
coveralls test coverage
            Pygments
~~~~~~~~

Pygments is a syntax highlighting package written in Python.

It is a generic syntax highlighter suitable for use in code hosting, forums,
wikis or other applications that need to prettify source code.  Highlights
are:

* a wide range of over 500 languages and other text formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX, RTF, SVG, all image
  formats that PIL supports and ANSI sequences
* it is usable as a command-line tool and as a library

Copyright 2006-2025 by the Pygments team, see ``AUTHORS``.
Licensed under the BSD, see ``LICENSE`` for details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "Pygments",
    "maintainer": "Matth\u00e4us G. Chajdas",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Georg Brandl <georg@python.org>, Jean Abou Samra <jean@abou-samra.fr>",
    "keywords": "syntax highlighting",
    "author": null,
    "author_email": "Georg Brandl <georg@python.org>",
    "download_url": "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz",
    "platform": null,
    "description": "Pygments\n~~~~~~~~\n\nPygments is a syntax highlighting package written in Python.\n\nIt is a generic syntax highlighter suitable for use in code hosting, forums,\nwikis or other applications that need to prettify source code.  Highlights\nare:\n\n* a wide range of over 500 languages and other text formats is supported\n* special attention is paid to details, increasing quality by a fair amount\n* support for new languages and formats are added easily\n* a number of output formats, presently HTML, LaTeX, RTF, SVG, all image\n  formats that PIL supports and ANSI sequences\n* it is usable as a command-line tool and as a library\n\nCopyright 2006-2025 by the Pygments team, see ``AUTHORS``.\nLicensed under the BSD, see ``LICENSE`` for details.\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "Pygments is a syntax highlighting package written in Python.",
    "version": "2.19.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/pygments/pygments/issues",
        "Changelog": "https://github.com/pygments/pygments/blob/master/CHANGES",
        "Documentation": "https://pygments.org/docs",
        "Homepage": "https://pygments.org",
        "Source": "https://github.com/pygments/pygments"
    },
    "split_keywords": [
        "syntax",
        "highlighting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a0b9fcc47d19c48b59121088dd6da2488a49d5f72dacf8262e2790a1d2c7d15",
                "md5": "794747e68f6a2c85e86a8a49e4abb285",
                "sha256": "9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c"
            },
            "downloads": -1,
            "filename": "pygments-2.19.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "794747e68f6a2c85e86a8a49e4abb285",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1225293,
            "upload_time": "2025-01-06T17:26:25",
            "upload_time_iso_8601": "2025-01-06T17:26:25.553040Z",
            "url": "https://files.pythonhosted.org/packages/8a/0b/9fcc47d19c48b59121088dd6da2488a49d5f72dacf8262e2790a1d2c7d15/pygments-2.19.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c2dc3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84",
                "md5": "5e6e00a0f63b9f3b63edfa260f71b1b5",
                "sha256": "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f"
            },
            "downloads": -1,
            "filename": "pygments-2.19.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5e6e00a0f63b9f3b63edfa260f71b1b5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4968581,
            "upload_time": "2025-01-06T17:26:30",
            "upload_time_iso_8601": "2025-01-06T17:26:30.443049Z",
            "url": "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-06 17:26:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pygments",
    "github_project": "pygments",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "tox",
            "specs": [
                [
                    "~=",
                    "4.4"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "pygments"
}
        
Elapsed time: 0.40706s