module installhelper

Short summary

module pymyinstall.installhelper

Shortuts

Functions

function truncated documentation
module_as_table returns a list of dictionaries or a dataframe for a list of modules

Documentation

Shortuts

pymyinstall.installhelper.module_as_table(list_module, as_df=False)[source]

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