Skip to content

query metadata from Python packages [unofficial mirror]

License

Notifications You must be signed in to change notification settings

jwilk-mirrors/python-pkginfo

Repository files navigation

``pkginfo`` README
==================

This package provides an API for querying the distutils metadata written in
the ``PKG-INFO`` file inside a source distribution (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``).


Please see the `pkginfo docs <https://packages.python.org/pkginfo>`_
for detailed documentation.