/** * **platformdirs** - A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". * * @domain `github.com/platformdirs/platformdirs` * @version `4.5.1` (16 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/platformdirs/platformdirs` * @homepage https://platformdirs.readthedocs.io * @dependencies `python.org>=3.11` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomplatformdirsplatformdirs * console.log(pkg.name) // "platformdirs" * console.log(pkg.description) // "A small Python module for determining appropria..." * console.log(pkg.versions[0]) // "4.5.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/platformdirs/platformdirs.md * @see https://ts-pkgx.netlify.app/usage */ export declare const platformdirsPackage: { /** * The display name of this package. */ name: '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: 'https://platformdirs.readthedocs.io'; 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'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/platformdirs/platformdirs -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/platformdirs/platformdirs'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['python.org>=3.11']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['4.5.1', '4.5.0', '4.4.0', '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 [] }; export type PlatformdirsPackage = typeof platformdirsPackage