ts-pkgx
Version:
A library & CLI for managing packages
59 lines • 1.95 kB
TypeScript
/**
* **mutagen** - Python module for handling audio metadata
*
* @domain `github.com/quodlibet/mutagen`
* @version `1.47.0` (1 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +github.com/quodlibet/mutagen -- $SHELL -i`
* @dependencies `python.org>=3.11`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomquodlibetmutagen
* console.log(pkg.name) // "mutagen"
* console.log(pkg.description) // "Python module for handling audio metadata"
* console.log(pkg.versions[0]) // "1.47.0" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/quodlibet/mutagen.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const githubcomquodlibetmutagenPackage: {
/**
* The display name of this package.
*/
name: 'mutagen';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/quodlibet/mutagen';
/**
* Brief description of what this package does.
*/
description: 'Python module for handling audio metadata';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/quodlibet/mutagen/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/quodlibet/mutagen';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +github.com/quodlibet/mutagen -- $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 ['1.47.0'];
aliases: readonly []
};
export type GithubcomquodlibetmutagenPackage = typeof githubcomquodlibetmutagenPackage