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/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/pkginfo/README (limited to 'python/pkginfo/README') diff --git a/python/pkginfo/README b/python/pkginfo/README new file mode 100644 index 0000000000..a3422f33ef --- /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). -- cgit v1.2.3