ts-pkgx
Version:
A library & CLI for managing packages
61 lines • 2.27 kB
TypeScript
/**
* **github.com/dateutil/dateutil** - Useful extensions to the standard Python datetime features
*
* @domain `github.com/dateutil/dateutil`
* @version `2.9.0` (2 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install github.com/dateutil/dateutil`
* @dependencies `github.com/benjaminp/six^1.16`, `python.org~3.11`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomdateutildateutil
* console.log(pkg.name) // "github.com/dateutil/dateutil"
* console.log(pkg.description) // "Useful extensions to the standard Python dateti..."
* console.log(pkg.versions[0]) // "2.9.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/dateutil/dateutil.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const githubcomdateutildateutilPackage: {
/**
* The display name of this package.
*/
name: 'github.com/dateutil/dateutil';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/dateutil/dateutil';
/**
* Brief description of what this package does.
*/
description: 'Useful extensions to the standard Python datetime features';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/dateutil/dateutil/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/dateutil/dateutil';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install github.com/dateutil/dateutil';
programs: readonly [];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
*/
dependencies: readonly ['github.com/benjaminp/six^1.16', 'python.org~3.11'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['2.9.0', '2.8.2'];
aliases: readonly [];
pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/dateutil/dateutil -- $SHELL -i';
launchpadInstallCommand: 'launchpad install github.com/dateutil/dateutil'
};
export type GithubcomdateutildateutilPackage = typeof githubcomdateutildateutilPackage