Skip to content

pygments.org

Pygments is a generic syntax highlighter written in Python

Package Information

  • Domain: pygments.org
  • Name: pygments.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install pygmentize

Programs

This package provides the following executable programs:

  • pygmentize

Aliases

This package can also be accessed using these aliases:

  • pygmentize

Available Versions

Show all 8 versions
  • 2.19.1, 2.19.0, 2.18.0, 2.17.2, 2.17.1
  • 2.17.0, 2.15.0, 2.14.0

Latest Version: 2.19.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +pygments.org@2.19.1 -- $SHELL -i

Dependencies

This package depends on:

  • python.org~3.11

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.pygmentsorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.