Skip to content

markupsafe.palletsprojects.com

Safely add untrusted strings to HTML/XML markup.

Package Information

  • Domain: markupsafepalletsprojects.com
  • Name: markupsafe.palletsprojects.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +markupsafe.palletsprojects.com -- $SHELL -i

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 6 versions
  • 3.0.2, 3.0.1, 3.0.0, 2.1.5, 2.1.4
  • 2.1.3

Latest Version: 3.0.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +markupsafepalletsprojects.com@3.0.2 -- $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.markupsafepalletsprojectscom

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.