module installhelper.status_helper

Short summary

module pymyinstall.installhelper.status_helper

Functions to get a status on the distribution

Functions

function

truncated documentation

get_installed_modules

Returns all modules recored in this modules. Adds installed modules.

Documentation

Functions to get a status on the distribution

New in version 1.1.

source on GitHub

pymyinstall.installhelper.status_helper.get_installed_modules(pypi=False, skip_betas=False, fLOG=None, stop=-1, short_list=None)

Returns all modules recored in this modules. Adds installed modules.

Parameters:
  • pypi – add pypi version

  • skip_betas – skip the intermediate functions

  • stop – stop after stop (or -1 for all)

  • short_list – short list of modules or None for all

  • fLOG – logging function

Returns:

list of dictionaries

source on GitHub