python-pkginfo 1.10.0
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
).
- Outputs:
out
- 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 python-pkginfo 1.10.0
as follows:
guix install python-pkginfo@1.10.0
Or install the latest version:
guix install python-pkginfo
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.