slackbuilds/python/pkginfo
Dimitris Zlatanidis a959f1f7dd
python/pkginfo: Added python3 support.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2019-12-07 23:19:24 +07:00
..
README python/pkginfo: Fix README. 2016-11-15 21:41:38 +07:00
pkginfo.SlackBuild python/pkginfo: Added python3 support. 2019-12-07 23:19:24 +07:00
pkginfo.info python/pkginfo: Updated for version 1.5.0.1. 2019-01-26 07:53:36 +07:00
slack-desc python/pkginfo: Update homepage. 2018-04-28 06:40:11 +07:00

README

This package provides an API for querying the distutils metadata written
in the PKG-INFO file inside a source distriubtion (an sdist) or a binary
distribution (e.g., created by running bdist_egg). It can also query the
EGG-INFO directory of an installed distribution, and the *.egg-info stored
in a "development checkout" (e.g, created by running setup.py develop).