UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

61 lines 2.51 kB
/** * **github.com/platformdirs/platformdirs** - A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". * * @domain `github.com/platformdirs/platformdirs` * @version `4.3.8` (13 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/platformdirs/platformdirs` * @dependencies `python.org>=3.11` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomplatformdirsplatformdirs * console.log(pkg.name) // "github.com/platformdirs/platformdirs" * console.log(pkg.description) // "A small Python module for determining appropria..." * console.log(pkg.versions[0]) // "4.3.8" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/platformdirs/platformdirs.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcomplatformdirsplatformdirsPackage: { /** * The display name of this package. */ name: 'github.com/platformdirs/platformdirs'; /** * The canonical domain name for this package. */ domain: 'github.com/platformdirs/platformdirs'; /** * Brief description of what this package does. */ description: 'A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/platformdirs/platformdirs/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/platformdirs/platformdirs'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/platformdirs/platformdirs'; 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 ['4.3.8', '4.3.7', '4.3.6', '4.3.5', '4.3.4', '4.3.3', '4.3.2', '4.3.1', '4.3.0', '4.2.2', '4.2.1', '4.2.0', '4.1.0']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/platformdirs/platformdirs -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/platformdirs/platformdirs' }; export type GithubcomplatformdirsplatformdirsPackage = typeof githubcomplatformdirsplatformdirsPackage