/** * **python-jinja** - A very fast and expressive template engine. * * @domain `palletsprojects.com/jinja` * @version `3.1.6` (4 versions available) * @versions From newest version to oldest. * * @install `launchpad install palletsprojects.com/jinja` * @homepage https://jinja.palletsprojects.com * @dependencies `python.org>=3.11`, `markupsafe.palletsprojects.com>=2.1` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.palletsprojectscomjinja * console.log(pkg.name) // "python-jinja" * console.log(pkg.description) // "A very fast and expressive template engine." * console.log(pkg.versions[0]) // "3.1.6" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/palletsprojects-com/jinja.md * @see https://ts-pkgx.netlify.app/usage */ export declare const palletsprojectscomjinjaPackage: { /** * The display name of this package. */ name: 'python-jinja'; /** * The canonical domain name for this package. */ domain: 'palletsprojects.com/jinja'; /** * Brief description of what this package does. */ description: 'A very fast and expressive template engine.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/palletsprojects.com/jinja/package.yml'; homepageUrl: 'https://jinja.palletsprojects.com'; githubUrl: 'https://github.com/pallets/jinja'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install palletsprojects.com/jinja'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +palletsprojects.com/jinja -- $SHELL -i'; launchpadInstallCommand: 'launchpad install palletsprojects.com/jinja'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['python.org>=3.11', 'markupsafe.palletsprojects.com>=2.1']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['3.1.6', '3.1.5', '3.1.4', '3.1.3']; aliases: readonly [] }; export type PalletsprojectscomjinjaPackage = typeof palletsprojectscomjinjaPackage