Skip to content

makotemplates.org

Mako Templates for Python

Package Information

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

Installation

bash
# Install with launchpad
launchpad install mako-render

Programs

This package provides the following executable programs:

  • mako-render

Aliases

This package can also be accessed using these aliases:

  • mako-render

Available Versions

Show all 12 versions
  • 1.3.10, 1.3.9, 1.3.8, 1.3.7, 1.3.6
  • 1.3.5, 1.3.4, 1.3.3, 1.3.2, 1.3.1
  • 1.3.0, 1.2.4

Latest Version: 1.3.10

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +makotemplates.org@1.3.10 -- $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.makotemplatesorg

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.