module cli.pymy_status

Short summary

module pymyinstall.cli.pymy_status

script which goes through all installed modules

source on GitHub

Functions

function

truncated documentation

do_main

Calls function update_all() but is meant to be added to scripts folder.

get_parser

defines the way to parse the script pymy_status

main

calls function update_all() but is meant to be added to scripts folder, parse command line arguments

Documentation

script which goes through all installed modules

source on GitHub

pymyinstall.cli.pymy_status.do_main(list_module=None, outfile='python_module.xlsx', pypi=True)

Calls function update_all but is meant to be added to scripts folder.

Parameters:
  • list_module – list of modules to update or None for all

  • outfile – output the results into a flat file or an excel file (required pandas)

  • pypi – check version on PyPi

source on GitHub

pymyinstall.cli.pymy_status.get_parser()

defines the way to parse the script pymy_status

source on GitHub

pymyinstall.cli.pymy_status.main()

calls function update_all but is meant to be added to scripts folder, parse command line arguments

source on GitHub