.. _f-automateinstall: module ``packaged.automate_install`` ==================================== .. inheritance-diagram:: pymyinstall.packaged.automate_install Short summary +++++++++++++ module ``pymyinstall.packaged.automate_install`` Install or update all packages. Classes +++++++ +--------------------------------------------------------------------------------------------+--------------------------------------------+ | class | truncated documentation | +============================================================================================+============================================+ | :class:`FileShouldNotBeFound ` | Raised by function :func:`check_sys_path`. | +--------------------------------------------------------------------------------------------+--------------------------------------------+ Functions +++++++++ +-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +===========================================================================================+=========================================================================================================================+ | :func:`_build_reverse_index ` | builds a reverse index of the module, | +-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | :func:`check_sys_path ` | An issue is happening during unit test as pymyinstall could be imported from two locations. We check this is not ... | +-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | :func:`download_module ` | Downloads the module without installation. | +-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | :func:`find_module_install ` | Checks if there are specific instructions to run before installing module *name*, on Windows, some modules requires ... | +-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | :func:`install_all ` | Installs modules in *list_module* if None, this list will be returned by :func:`ensae_fullset`, the function starts ... | +-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | :func:`install_module ` | Installs a module. | +-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | :func:`install_module_deps ` | Installs a module with its dependencies, if a module is already installed, it installs the missing dependencies. ... | +-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | :func:`reorder_module_list ` | reorder a list of modules to install, a module at position *p* should not depend not module at position *p+1* | +-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | :func:`update_all ` | Updates modules in *list_module* if None, this list will be returned by :func:`ensae_fullset`, the function starts ... | +-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | :func:`update_module ` | Updates modules in *list_module* if None, this list will be returned by :func:`ensae_fullset`, the function starts ... | +-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pymyinstall.packaged.automate_install :members: :special-members: __init__ :show-inheritance: