Scroll to navigation

PKGINFO(1) User Commands PKGINFO(1)

NAME

pkginfo - print metadata for one or more Python package distributions

SYNOPSIS

DESCRIPTION

Each 'path' entry can be one of the following:

- a source distribution: in this case, 'path' should point to an existing
archive file (.tar.gz, .tar.bz2, or .zip) as generated by 'setup.py sdist'.

- a binary distribution: in this case, 'path' should point to an existing
archive file (.egg)

- a "develop" checkout: in this case, 'path' should point to a directory
initialized via 'setup.py develop' (under setuptools).

- an installed package: in this case, 'path' should be the importable name of
the package.

OPTIONS

show help message and exit
Override metadata version
Specify an output field (repeatable)
Download URL prefix
Output as simple key-value pairs
Skip missing values in simple output
Don't skip missing values in simple output
Output delimited values
Delimiter for fields in single-line output
Delimiter for multi-valued fields
Output as CSV
Output as INI

SEE ALSO

The full documentation for pkginfo is available in /usr/share/doc/python-pkginfo-doc/html if the python-pkginfo-doc package is installed

March 2018 pkginfo