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
).
- Versions: 1.10.0
- Website: https://code.launchpad.net/~tseaver/pkginfo/trunk
- Licenses: Expat
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]