.. _f-winpackages: module ``win_installer.win_packages`` ===================================== Short summary +++++++++++++ module ``pymyinstall.win_installer.win_packages`` To install packages for a specific distribution. :githublink:`%|py|5` Functions +++++++++ +----------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ | function | truncated documentation | +======================================================================================================================+===============================================================================================+ | :func:`_is_package_in_list ` | determines of this package is the one for the given module_name | +----------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ | :func:`get_modules_version ` | return a dictionary { module:version } | +----------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ | :func:`is_package_installed ` | not very accurate but it should speed up the process | +----------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ | :func:`win_install_package_other_python ` | Install a package for another Python distribution than the current one. | +----------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ | :func:`win_install_packages_other_python ` | Install all packages for another Python distribution where package could be found in a folder | +----------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pymyinstall.win_installer.win_packages :members: :special-members: __init__ :show-inheritance: