Module yolk.yolklib
Name: yolklib.py
Desc: Library for getting information about Python packages installed by
setuptools, package metadata, package dependencies, and querying
The CheeseShop (PYPI) for Python package release information.
Author: Rob Cakebread <gentoodev a t gmail.com>
License : PSF (Python Software Foundation License)
Function Summary |
|
get_highest_installed(pkg_name)
|
|
get_highest_version (versions)
Given list of versions returns highest available version for a
package |
get_highest_version(versions)
Given list of versions returns highest available version for a
package
-
|