pygments 2.15.1+dfsg-1 source package in Ubuntu
Changelog
pygments (2.15.1+dfsg-1) unstable; urgency=medium * New upstream release -- Piotr Ożarowski <email address hidden> Wed, 19 Apr 2023 10:06:40 +0200
Upload details
- Uploaded by:
- Piotr Ożarowski
- Uploaded to:
- Sid
- Original maintainer:
- Piotr Ożarowski
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pygments_2.15.1+dfsg-1.dsc | 2.3 KiB | f75dfcbcfec5c11cb1c92f8f9cfecf018a1b7d6ada7c76d798aee79a08f3d0a1 |
pygments_2.15.1+dfsg.orig.tar.xz | 1.1 MiB | 199ae711bd8a8141ba9d437a5f7a638745fa441cb9ab8f9806a2b0714ec8b361 |
pygments_2.15.1+dfsg-1.debian.tar.xz | 9.1 KiB | 90ac6066eddaeb7de4bdf1d158b43ba8c8550cc3d8b5fff68ec217595f2facfa |
Available diffs
- diff from 2.14.0+dfsg-1 to 2.15.1+dfsg-1 (125.0 KiB)
No changes file available.
Binary packages built by this source
- python-pygments-doc: documentation for the Pygments
Pygments is syntax highlighting package.
.
This package contains the documentation for Pygments in HTML and
reStructuredText format.
- python3-pygments: syntax highlighting package written in Python 3
Pygments aims to be a generic syntax highlighter for general use in all kinds
of software such as forum systems, wikis or other applications that need to
prettify source code.
.
Highlights are:
* a wide range of common languages and markup 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 and ANSI sequences
* it is usable as a command-line tool and as a library