diff options
Diffstat (limited to 'python/pkginfo/slack-desc')
-rw-r--r-- | python/pkginfo/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
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: |