UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

61 lines 2.22 kB
/** * **github.com/giampaolo/psutil** - Cross-platform lib for process and system monitoring in Python * * @domain `github.com/giampaolo/psutil` * @version `7.0.0` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/giampaolo/psutil` * @dependencies `python.org~3.11` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomgiampaolopsutil * console.log(pkg.name) // "github.com/giampaolo/psutil" * console.log(pkg.description) // "Cross-platform lib for process and system monit..." * console.log(pkg.versions[0]) // "7.0.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/giampaolo/psutil.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomgiampaolopsutilPackage: { /** * The display name of this package. */ name: 'github.com/giampaolo/psutil'; /** * The canonical domain name for this package. */ domain: 'github.com/giampaolo/psutil'; /** * Brief description of what this package does. */ description: 'Cross-platform lib for process and system monitoring in Python'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/giampaolo/psutil/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/giampaolo/psutil'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/giampaolo/psutil'; programs: readonly []; companions: readonly []; /** * Required dependencies for this package. * These will be automatically installed. */ dependencies: readonly ['python.org~3.11']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['7.0.0', '6.1.1', '6.1.0', '6.0.0', '5.9.8']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/giampaolo/psutil -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/giampaolo/psutil' }; export type GithubcomgiampaolopsutilPackage = typeof githubcomgiampaolopsutilPackage