diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-20 22:36:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-20 22:36:33 +0700 |
commit | 97fbcea124cd3ef9a25d60df20ab7ba688fd9154 (patch) | |
tree | 25bca864d3d34218db273b16888da6ca16f20bb9 /python/pkginfo/README | |
parent | 59974fafc651d3d2fafd984bfc4d85e1bd2e79cc (diff) |
python/pkginfo: Added (API for querying the distutils metadata).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pkginfo/README')
-rw-r--r-- | python/pkginfo/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/pkginfo/README b/python/pkginfo/README new file mode 100644 index 000000000000..a3422f33ef2f --- /dev/null +++ b/python/pkginfo/README @@ -0,0 +1,5 @@ +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). |