/** * **urllib3** - urllib3 is a user-friendly HTTP client library for Python * * @domain `github.com/urllib3/urllib3` * @version `2.6.1` (11 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/urllib3/urllib3` * @homepage https://urllib3.readthedocs.io * @dependencies `python.org~3.11` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomurllib3urllib3 * console.log(pkg.name) // "urllib3" * console.log(pkg.description) // "urllib3 is a user-friendly HTTP client library ..." * console.log(pkg.versions[0]) // "2.6.1" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/urllib3/urllib3.md * @see https://ts-pkgx.netlify.app/usage */ export declare const urllib3Package: { /** * The display name of this package. */ name: 'urllib3'; /** * The canonical domain name for this package. */ domain: 'github.com/urllib3/urllib3'; /** * Brief description of what this package does. */ description: 'urllib3 is a user-friendly HTTP client library for Python'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/urllib3/urllib3/package.yml'; homepageUrl: 'https://urllib3.readthedocs.io'; githubUrl: 'https://github.com/urllib3/urllib3'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/urllib3/urllib3'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/urllib3/urllib3 -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/urllib3/urllib3'; 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 ['2.6.1', '2.6.0', '2.5.0', '2.4.0', '2.3.0', '2.2.3', '2.2.2', '2.2.1', '2.2.0', '1.26.20', '1.26.19']; aliases: readonly [] }; export type Urllib3Package = typeof urllib3Package