UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

61 lines 2.51 kB
/** * **certifi.io/python-certifi** - (Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. * * @domain `certifi.io/python-certifi` * @version `2025.8.3` (11 versions available) * @versions From newest version to oldest. * * @install `launchpad install certifi.io/python-certifi` * @dependencies `python.org~3.11` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.certifiiopythoncertifi * console.log(pkg.name) // "certifi.io/python-certifi" * console.log(pkg.description) // "(Python Distribution) A carefully curated colle..." * console.log(pkg.versions[0]) // "2025.8.3" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/certifi-io/python-certifi.md * @see https://ts-pkgx.netlify.app/usage */ export declare const certifiiopythoncertifiPackage: { /** * The display name of this package. */ name: 'certifi.io/python-certifi'; /** * The canonical domain name for this package. */ domain: 'certifi.io/python-certifi'; /** * Brief description of what this package does. */ description: '(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/certifi.io/python-certifi/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install certifi.io/python-certifi'; 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 ['2025.8.3', '2025.7.14', '2025.7.9', '2025.6.15', '2025.4.26', '2025.1.31', '2024.12.14', '2024.8.30', '2024.7.4', '2024.6.2', '2024.2.2']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +certifi.io/python-certifi -- $SHELL -i'; launchpadInstallCommand: 'launchpad install certifi.io/python-certifi' }; export type CertifiiopythoncertifiPackage = typeof certifiiopythoncertifiPackage