Skip to content

pyyaml.org

Canonical source repository for LibYAML

Package Information

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

Installation

bash
# Install with launchpad
launchpad install +pyyaml.org -- $SHELL -i

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 1 versions
  • 0.2.5

Latest Version: 0.2.5

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.pyyamlorg

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.