UNPKG

ts-pkgx

Version:

A library & CLI for managing packages

61 lines 2.34 kB
/** * **github.com/psf/requests** - A simple, yet elegant, HTTP library. * * @domain `github.com/psf/requests` * @version `2.32.5` (7 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/psf/requests` * @dependencies `python.org~3.11`, `github.com/Ousret/charset_normalizer^3`, `github.com/kjd/idna^3`, ... (+2 more) * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcompsfrequests * console.log(pkg.name) // "github.com/psf/requests" * console.log(pkg.description) // "A simple, yet elegant, HTTP library." * console.log(pkg.versions[0]) // "2.32.5" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/psf/requests.md * @see https://ts-pkgx.netlify.app/usage */ export declare const githubcompsfrequestsPackage: { /** * The display name of this package. */ name: 'github.com/psf/requests'; /** * The canonical domain name for this package. */ domain: 'github.com/psf/requests'; /** * Brief description of what this package does. */ description: 'A simple, yet elegant, HTTP library.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/psf/requests/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/pkgxdev/pantry/'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/psf/requests'; programs: readonly []; companions: readonly []; /** * Required dependencies for this package. * These will be automatically installed. */ dependencies: readonly ['python.org~3.11', 'github.com/Ousret/charset_normalizer^3', 'github.com/kjd/idna^3', 'github.com/urllib3/urllib3^2', 'certifi.io/python-certifi^2024']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.32.5', '2.32.4', '2.32.3', '2.32.2', '2.32.1', '2.32.0', '2.31.0']; aliases: readonly []; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/psf/requests -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/psf/requests' }; export type GithubcompsfrequestsPackage = typeof githubcompsfrequestsPackage