/** * **trove-classifiers** - Canonical source for classifiers on PyPI. * * @domain `pypa.io/trove-classifiers` * @version `2025.9.9.12` (35 versions available) * @versions From newest version to oldest. * * @install `launchpad install pypa.io/trove-classifiers` * @homepage https://pypi.org/p/trove-classifiers/ * @dependencies `python.org~3.12` * @buildDependencies `pypa.io/setuptools` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.pypaiotroveclassifiers * console.log(pkg.name) // "trove-classifiers" * console.log(pkg.description) // "Canonical source for classifiers on PyPI." * console.log(pkg.versions[0]) // "2025.9.9.12" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/pypa-io/trove-classifiers.md * @see https://ts-pkgx.netlify.app/usage */ export declare const pypaiotroveclassifiersPackage: { /** * The display name of this package. */ name: 'trove-classifiers'; /** * The canonical domain name for this package. */ domain: 'pypa.io/trove-classifiers'; /** * Brief description of what this package does. */ description: 'Canonical source for classifiers on PyPI.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/pypa.io/trove-classifiers/package.yml'; homepageUrl: 'https://pypi.org/p/trove-classifiers/'; githubUrl: 'https://github.com/pypa/trove-classifiers'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install pypa.io/trove-classifiers'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +pypa.io/trove-classifiers -- $SHELL -i'; launchpadInstallCommand: 'launchpad install pypa.io/trove-classifiers'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['python.org~3.12']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['pypa.io/setuptools']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2025.9.9.12', '2025.9.8.13', '2025.9.11.17', '2025.8.6.13', '2025.8.26.11', '2025.5.9.12', '2025.5.8.15', '2025.5.8.13', '2025.5.7.19', '2025.5.1.12', '2025.4.28.22', '2025.4.11.15', '2025.3.3.18', '2025.3.19.19', '2025.3.13.13', '2025.2.18.16', '2025.12.1.14', '2025.11.14.15', '2025.1.7.14', '2025.1.6.15', '2025.1.15.22', '2025.1.10.15', '2024.7.1', '2024.5.22', '2024.4.10', '2024.3.25', '2024.3.3', '2024.10.21.16', '2024.10.14', '2024.10.13', '2024.10.12', '2024.10.11', '2024.9.12', '2024.7.2', '2024.5.17']; aliases: readonly [] }; export type PypaiotroveclassifiersPackage = typeof pypaiotroveclassifiersPackage