Pygments


NamePygments JSON
Version 2.17.2 PyPI version JSON
download
home_page
SummaryPygments is a syntax highlighting package written in Python.
upload_time2023-11-21 20:43:53
maintainerMatthäus G. Chajdas
docs_urlNone
author
requires_python>=3.7
licenseBSD-2-Clause
keywords syntax highlighting
VCS
bugtrack_url
requirements No requirements were recorded.
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-2023 by the Pygments team, see ``AUTHORS``.
Licensed under the BSD, see ``LICENSE`` for details.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Pygments",
    "maintainer": "Matth\u00e4us G. Chajdas",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Georg Brandl <georg@python.org>, Jean Abou Samra <jean@abou-samra.fr>",
    "keywords": "syntax highlighting",
    "author": "",
    "author_email": "Georg Brandl <georg@python.org>",
    "download_url": "https://files.pythonhosted.org/packages/55/59/8bccf4157baf25e4aa5a0bb7fa3ba8600907de105ebc22b0c78cfbf6f565/pygments-2.17.2.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-2023 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.17.2",
    "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": "979c372fef8377a6e340b1704768d20daaded98bf13282b5327beb2e2fe2c7ef",
                "md5": "05bab8cd38860c62d6e146ec2949fefe",
                "sha256": "b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c"
            },
            "downloads": -1,
            "filename": "pygments-2.17.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "05bab8cd38860c62d6e146ec2949fefe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1179756,
            "upload_time": "2023-11-21T20:43:49",
            "upload_time_iso_8601": "2023-11-21T20:43:49.423320Z",
            "url": "https://files.pythonhosted.org/packages/97/9c/372fef8377a6e340b1704768d20daaded98bf13282b5327beb2e2fe2c7ef/pygments-2.17.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55598bccf4157baf25e4aa5a0bb7fa3ba8600907de105ebc22b0c78cfbf6f565",
                "md5": "7c059773b0f4808f9402eb0650de6bd4",
                "sha256": "da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"
            },
            "downloads": -1,
            "filename": "pygments-2.17.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7c059773b0f4808f9402eb0650de6bd4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4827772,
            "upload_time": "2023-11-21T20:43:53",
            "upload_time_iso_8601": "2023-11-21T20:43:53.875629Z",
            "url": "https://files.pythonhosted.org/packages/55/59/8bccf4157baf25e4aa5a0bb7fa3ba8600907de105ebc22b0c78cfbf6f565/pygments-2.17.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-21 20:43:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pygments",
    "github_project": "pygments",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "pygments"
}
        
Elapsed time: 0.15475s