Modules

Summary

module

truncated documentation

__init__

module pymyinstall pymyinstall installs package on Windows and Linux. It automatically chooses a location for a long list of package. To install a list of modules for a machine learner: :: from pymyinstall import complete_installation, install_scite, install_pandoc, open_tool_on_browser for _ in complete_installation(): _.install(temp_folder=”install”) You can also install some useful tools: :: from pymyinstall import install_scite, install_pandoc install_scite(“install”) install_pandoc(“install”) To download a module: :: from pymyinstall import download_module download_module(“module_name”) To install a module: :: from pymyinstall import install_module install_module(“module_name”) source on GitHub

__init__

module pymyinstall.fix Shortcuts to fix. source on GitHub

__init__

module pymyinstall.installcustom Shortuts source on GitHub

__init__

module pymyinstall.installhelper Shortuts source on GitHub

__init__

module pymyinstall.packaged Shortcuts to packaged source on GitHub

__init__

module pymyinstall.setuphelper Shortcut for setuphelper source on GitHub

__init__

module pymyinstall.startup shortcuts to startup source on GitHub

__init__

module pymyinstall.win_installer @breif shortcuts to win_installer source on GitHub

__init__

module pymyinstall.win_installer.tutorial Shortcuts to tutorial source on GitHub

__main__

module pymyinstall.__main__ Implements command line python -m pymyinstall <args>. source on GitHub

automate_install

module pymyinstall.packaged.automate_install Install or update all packages. .. faqref:: :title: Skipped modules Some modules are still marked as a dependency by others even if they are not needed or cannot be installed. * enum-compat: not needed after Python 3.5 * prettytable: should be repladed by PTable. source on GitHub

config_helper

module pymyinstall.packaged.config_helper Helpers about configurations source on GitHub

get_pip

install_cmd_helper

module pymyinstall.installhelper.install_cmd_helper Various function to install various python module from various location. source on GitHub

install_cmd_regex

module pymyinstall.installhelper.install_cmd_regex Regular expressions to extract version numbers source on GitHub

install_custom

module pymyinstall.installcustom.install_custom Various functions to install some application such as pandoc. source on GitHub

install_custom_7z

module pymyinstall.installcustom.install_custom_7z Various functions to install some applications such as 7z. source on GitHub

install_custom_R

module pymyinstall.installcustom.install_custom_R Various functions to install R. source on GitHub

install_custom_chromedriver

module pymyinstall.installcustom.install_custom_chromedriver Various functions to install MinGW. source on GitHub

install_custom_exceptions

module pymyinstall.installcustom.install_custom_exceptions Exceptions source on GitHub

install_custom_git

module pymyinstall.installcustom.install_custom_git Various functions to install some applications such as Git. source on GitHub

install_custom_graphviz

module pymyinstall.installcustom.install_custom_graphviz Various functions to install some applications such as 7z. source on GitHub

install_custom_inkscape

module pymyinstall.installcustom.install_custom_inkscape Various functions to install InkScape. source on GitHub

install_custom_javajdk

module pymyinstall.installcustom.install_custom_javajdk Various functions to install Java JDK source on GitHub

install_custom_jenkins

module pymyinstall.installcustom.install_custom_jenkins Various functions to install Jenkins. .. versionadded:: 1.1 source on GitHub

install_custom_julia

module pymyinstall.installcustom.install_custom_julia Various functions to install Julia. source on GitHub

install_custom_miktex

module pymyinstall.installcustom.install_custom_miktex Various functions to install Miktex. source on GitHub

install_custom_mingw

module pymyinstall.installcustom.install_custom_mingw Various functions to install MinGW. source on GitHub

install_custom_operadriver

module pymyinstall.installcustom.install_custom_operadriver Various functions to install MinGW. source on GitHub

install_custom_pandoc

module pymyinstall.installcustom.install_custom_pandoc Various functions to install some application such as pandoc. source on GitHub

install_custom_putty

module pymyinstall.installcustom.install_custom_putty Various functions to install Putty. source on GitHub

install_custom_python

module pymyinstall.installcustom.install_custom_python Various functions to install python. source on GitHub

install_custom_revealjs

module pymyinstall.installcustom.install_custom_revealjs Various functions to install reveal.js. source on GitHub

install_custom_sbt

module pymyinstall.installcustom.install_custom_sbt Various functions to install some application such as scala-sbt. source on GitHub

install_custom_scite

module pymyinstall.installcustom.install_custom_scite Various functions to install SciTE. source on GitHub

install_custom_sqlitespy

module pymyinstall.installcustom.install_custom_sqlitespy Various functions to install SQLiteSpy. source on GitHub

install_custom_tdm_gcc

module pymyinstall.installcustom.install_custom_tdm_gcc Various functions to install TDM-GCC. source on GitHub

install_custom_vs

module pymyinstall.installcustom.install_custom_vs Various functions to install MinGW. source on GitHub

install_manual

module pymyinstall.installhelper.install_manual Contains a list of web site with some useful tools. source on GitHub

install_memoize

module pymyinstall.installhelper.install_memoize Caching functions source on GitHub

install_venv_helper

module pymyinstall.installhelper.install_venv_helper Helpers for virtualenv source on GitHub

internet_settings

module pymyinstall.installhelper.internet_settings Constants used in many places source on GitHub

ipython_helper

module pymyinstall.setuphelper.ipython_helper Change Jupyter configuration source on GitHub

link_shortcuts

module pymyinstall.installhelper.link_shortcuts Various helper about shortcuts and links source on GitHub

missing_license

module pymyinstall.installhelper.missing_license Missing information about licenses source on GitHub

module_dependencies

module pymyinstall.installhelper.module_dependencies Guess missing dependencies source on GitHub

module_install

module pymyinstall.installhelper.module_install Various function to install various python module from various location. source on GitHub

module_install_exceptions

module pymyinstall.installhelper.module_install_exceptions Exceptions raised during the installation of a module source on GitHub

module_install_page_wheel

module pymyinstall.installhelper.module_install_page_wheel Functions get_page_wheel source on GitHub

module_install_version

module pymyinstall.installhelper.module_install_version Functions to get module version, license, dependencies source on GitHub

packaged_config

module pymyinstall.packaged.packaged_config Defines different set of modules to install. source on GitHub

packaged_config_0_minimal

module pymyinstall.packaged.packaged_config_0_minimal Defines a very small set of modules. source on GitHub

packaged_config_1_small

module pymyinstall.packaged.packaged_config_1_small Defines different a set of usual modules for Python. source on GitHub

packaged_config_2_cloud

module pymyinstall.packaged.packaged_config_2_cloud Defines a set of modules for more machine learning or student projects. source on GitHub

packaged_config_2_sphinx

module pymyinstall.packaged.packaged_config_2_sphinx Defines different a set of sphinx themes. source on GitHub

packaged_config_3_extended

module pymyinstall.packaged.packaged_config_3_extended Defines a set of modules for more machine learning, tools, networks, visualization. source on GitHub

packaged_config_4_ml

module pymyinstall.packaged.packaged_config_4_ml Defines a set of modules for more machine learning or student projects. source on GitHub

packaged_config_A_orange

module pymyinstall.packaged.packaged_config_A_orange Modules for Orange source on GitHub

packaged_config_A_teachings

module pymyinstall.packaged.packaged_config_A_teachings Defines a set of module for teaching purpose. source on GitHub

packaged_config_B_iot

module pymyinstall.packaged.packaged_config_B_iot Defines different a set of IoT related modules (Internet of Things) source on GitHub

packaged_config_C_webscraping

module pymyinstall.packaged.packaged_config_C_webscraping Defines a set of modules to try source on GitHub

packaged_exception

module pymyinstall.packaged.packaged_exception Available exception for this subfolders source on GitHub

pip_helper

module pymyinstall.installhelper.pip_helper Helpers for pip. .. versionadded:: 1.5 source on GitHub

pymy_deps

module pymyinstall.cli.pymy_deps script which looks into the dependencies for a module .. todoext:: :title: add a script to look into dependencies :tag: done :cost: 0.5 :date: 2016-09-18 :hidden: :release: 1.1 Add a script to check the missing dependencies. .. versionadded:: 1.1 source on GitHub

pymy_install

module pymyinstall.cli.pymy_install script which installs all modules, works on Linux and Windows if the module is included the list of modules handled by this module source on GitHub

pymy_status

module pymyinstall.cli.pymy_status script which goes through all installed modules source on GitHub

pymy_update

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

pywin32_helper

module pymyinstall.win_installer.pywin32_helper @grief Functions to help using pywin32. source on GitHub

releases

module pymyinstall.fix.releases Some fixes for deprecated functions and not updated packages. source on GitHub

requirements

module pymyinstall.installhelper.requirements helpers around requirements source on GitHub

run_cmd

module pymyinstall.installhelper.run_cmd Implements function run_cmd(). .. versionadded:: 1.1 source on GitHub

setup_creation

module pymyinstall.setuphelper.setup_creation Functions to help creating a setup .. versionadded:: 1.1 source on GitHub

status_helper

module pymyinstall.installhelper.status_helper Functions to get a status on the distribution .. versionadded:: 1.1 source on GitHub

transposee

win32py37

module pymyinstall.fix.win32py37 Some fixes for deprecated functions and not updated packages. source on GitHub

win_batch

module pymyinstall.win_installer.win_batch Creates batch file to set up the environment source on GitHub

win_exception

module pymyinstall.win_installer.win_exception Helpers, inspired from utils.py source on GitHub

win_extract

module pymyinstall.win_installer.win_extract Helpers, inspired from utils.py source on GitHub

win_fix_compiler_c

module pymyinstall.win_installer.win_fix_compiler_c Various to set up a C++ compiler source on GitHub

win_helper

module pymyinstall.win_installer.win_helper Helpers, inspired from utils.py source on GitHub

win_innosetup_helper

module pymyinstall.win_installer.win_innosetup_helper Functions to prepare a setup on Windows, use InnoSetup source on GitHub

win_ipy_kernels

module pymyinstall.win_installer.win_ipy_kernels Functions to prepare a setup on Windows, R functions source on GitHub

win_ipython_helper

module pymyinstall.win_installer.win_ipython_helper Functions to prepare a setup on Windows .. todoext:: :title: enables js extension on jupyter :tag: enhancement Run something like:: jupyter nbextension enable –py –sys-prefix widgetsnbextension source on GitHub

win_packages

module pymyinstall.win_installer.win_packages To install packages for a specific distribution. source on GitHub

win_patch

module pymyinstall.win_installer.win_patch Patch the distribution to make it portable source on GitHub

win_setup_julia

module pymyinstall.win_installer.win_setup_julia Functions to prepare a setup on Windows, R functions source on GitHub

win_setup_main

module pymyinstall.win_installer.win_setup_main Functions to prepare a setup on Windows source on GitHub

win_setup_main_checkings

module pymyinstall.win_installer.win_setup_main_checkings Run some checkings about the distribution .. versionadded:: 1.1 source on GitHub

win_setup_main_helper

module pymyinstall.win_installer.win_setup_main_helper Helpers for function win_python_setup() source on GitHub

win_setup_mark_step

module pymyinstall.win_installer.win_setup_mark_step Functions to remember a step was done, uses files. source on GitHub

win_setup_r

module pymyinstall.win_installer.win_setup_r Functions to prepare a setup on Windows, R functions source on GitHub

windows

module pymyinstall.startup.windows Function to start on Windows from scratch .. versionadded:: 1.1 source on GitHub