This package browser is in early development. Mind the rough edges.

python-pkginfo

Query metadatdata from sdists, bdists, and installed packages

API to query the distutils metadata written in PKG-INFO 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 python setup.py develop).

Installation

Install the latest version of python-pkginfo as follows:

guix install python-pkginfo

Or install a particular version:

guix install python-pkginfo@1.10.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-pkginfo about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-pkginfo'><img src='https://packages.guix.gnu.org/packages/python-pkginfo/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-pkginfo/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-pkginfo)

Example Org:

[[https://packages.guix.gnu.org/packages/python-pkginfo][https://packages.guix.gnu.org/packages/python-pkginfo/badges/latest-version.svg]]