module installhelper

Short summary

module pymyinstall.installhelper

Shortuts

source on GitHub

Functions

function

truncated documentation

module_as_table

Returns a list of dictionaries or a dataframe for a list of modules.

Documentation

Shortuts

source on GitHub

pymyinstall.installhelper.module_as_table(list_module, as_df=False)

Returns a list of dictionaries or a dataframe for a list of modules.

Parameters:
  • list_module – list of ModuleInstall

  • as_df – as a dataframe or not

Returns:

list of dictionaries or dataframe

source on GitHub