module cli.pymy_deps

Short summary

module pymyinstall.cli.pymy_deps

script which looks into the dependencies for a module

Functions

function

truncated documentation

do_main

calls function missing_dependencies()

get_parser

defines the way to parse the script pymy_deps

main

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

Documentation

script which looks into the dependencies for a module

New in version 1.1.

source on GitHub

pymyinstall.cli.pymy_deps.do_main(list_modules=None)

calls function missing_dependencies

Parameters:

list_modules – list of modules to update or None for all

source on GitHub

pymyinstall.cli.pymy_deps.get_parser()

defines the way to parse the script pymy_deps

source on GitHub

pymyinstall.cli.pymy_deps.main()

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

source on GitHub