From 97fbcea124cd3ef9a25d60df20ab7ba688fd9154 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 20 Oct 2016 22:36:33 +0700 Subject: python/pkginfo: Added (API for querying the distutils metadata). Signed-off-by: Willy Sudiarto Raharjo --- python/pkginfo/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 python/pkginfo/slack-desc (limited to 'python/pkginfo/slack-desc') diff --git a/python/pkginfo/slack-desc b/python/pkginfo/slack-desc new file mode 100644 index 0000000000..2b617377d7 --- /dev/null +++ b/python/pkginfo/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +pkginfo: pkginfo (API for querying the distutils metadata) +pkginfo: +pkginfo: This package provides an API for querying the distutils metadata +pkginfo: written in the PKG-INFO file inside a source distriubtion (an sdist) +pkginfo: or a binary distribution (e.g., created by running bdist_egg). It +pkginfo: can also query the EGG-INFO directory of an installed distribution, +pkginfo: and the *.egg-info stored in a “development checkout” (e.g, created +pkginfo: by running setup.py develop). +pkginfo: +pkginfo: Homepage: http://pythonhosted.org/pkginfo/ +pkginfo: -- cgit v1.2.3