module cli.pymy_update

Short summary

module pymyinstall.cli.pymy_update

script which updates all modules, works on Linux and Windows if the module is included the list of modules handled by this module

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_update

main

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

Documentation

script which updates all modules, works on Linux and Windows if the module is included the list of modules handled by this module

source on GitHub

pymyinstall.cli.pymy_update.do_main(temp_folder='build/update_modules', skip_module=['ete', 'dataspyre', 'pycuda', 'cubehelix'], list_module=None, schedule_only=False, source=None)

calls function update_all but is meant to be added to scripts folder

Parameters:
  • temp_folder – folder where modules will be downloaded

  • skip_module – skip the module on this list

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

  • schedule_only – if True, the function returns the list of modules scheduled to be installed

  • source – overwrite the source of the wheels

source on GitHub

pymyinstall.cli.pymy_update.get_parser()

defines the way to parse the script pymy_update

source on GitHub

pymyinstall.cli.pymy_update.main()

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

source on GitHub