Print metadata for one or more python package distributions
pkginfo [options] path ...
Print the metadata for one or more Python package distributions.
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 ths case, 'path' should point to a directory
intialized via 'setup.py develop' (under setuptools).
- an installed package: in this case, 'path' should be the importable name of
the package.
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
The full documentation for pkginfo is available in /usr/share/doc/python-pkginfo-doc/html if the python-pkginfo-doc package is installed