Expand description
Functions for introspecting the running Python interpreter & installed packages.
Functionsยง
- get_
python_ package_ version - Attempt to retrieve the
__version__attribute of a Python package. - get_
python_ package_ version_ opt - Returns the
__version__of a Python package, orNonewhen it is not installed (or does not expose a usable__version__). - get_
python_ version - Retrieves the Python interpreter version as a string.