/**
 * **requests** - A simple, yet elegant, HTTP library.
 *
 * @domain `github.com/psf/requests`
 * @version `2.32.4` (6 versions available)
 * @versions From newest version to oldest.
 *
 * @install `launchpad install +github.com/psf/requests -- $SHELL -i`
 * @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)        // "requests"
 * console.log(pkg.description) // "A simple, yet elegant, HTTP library."
 * console.log(pkg.versions[0]) // "2.32.4" (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: '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 -- $SHELL -i';
  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.4', '2.32.3', '2.32.2', '2.32.1', '2.32.0', '2.31.0'];
  aliases: readonly []
};
export type GithubcompsfrequestsPackage = typeof githubcompsfrequestsPackage