ts-pkgx
Version:
A library & CLI for managing packages
59 lines • 2.04 kB
TypeScript
/**
* **urllib3** - urllib3 is a user-friendly HTTP client library for Python
*
* @domain `github.com/urllib3/urllib3`
* @version `2.5.0` (9 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +github.com/urllib3/urllib3 -- $SHELL -i`
* @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.5.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/urllib3/urllib3.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const githubcomurllib3urllib3Package: {
/**
* 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: '';
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 -- $SHELL -i';
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 ['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 Githubcomurllib3urllib3Package = typeof githubcomurllib3urllib3Package