ts-pkgx
Version:
A library & CLI for managing packages
54 lines • 1.95 kB
TypeScript
/**
* **typing_extensions** - Backported and experimental type hints for Python
*
* @domain `python.org/typing_extensions`
* @version `4.14.0` (11 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +python.org/typing_extensions -- $SHELL -i`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.pythonorgtyping_extensions
* console.log(pkg.name) // "typing_extensions"
* console.log(pkg.description) // "Backported and experimental type hints for Python"
* console.log(pkg.versions[0]) // "4.14.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/python-org/typing_extensions.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const pythonorgtyping_extensionsPackage: {
/**
* The display name of this package.
*/
name: 'typing_extensions';
/**
* The canonical domain name for this package.
*/
domain: 'python.org/typing_extensions';
/**
* Brief description of what this package does.
*/
description: 'Backported and experimental type hints for Python';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/python.org/typing_extensions/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +python.org/typing_extensions -- $SHELL -i';
programs: readonly [];
companions: readonly [];
dependencies: readonly [];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['4.14.0', '4.13.2', '4.13.1', '4.13.0', '4.12.2', '4.12.1', '4.12.0', '4.11.0', '4.10.0', '4.9.0', '4.8.0'];
aliases: readonly []
};
export type Pythonorgtyping_extensionsPackage = typeof pythonorgtyping_extensionsPackage