.. _f-winbatch: module ``win_installer.win_batch`` ================================== Short summary +++++++++++++ module ``pymyinstall.win_installer.win_batch`` Creates batch file to set up the environment :githublink:`%|py|5` Functions +++++++++ +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | function | truncated documentation | +=========================================================================================================+=========================================================================+ | :func:`create_win_batches ` | create batchs for the setup, they will be placed in *folders["config"]* | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`create_win_env ` | create a batch file to set up the environment | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`create_win_glue ` | create a batch file to start Glue | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`create_win_julia_console ` | create a batch file to start julia | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`create_win_jupyter_console ` | create a batch file to start jupyter | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`create_win_jupyter_notebook ` | create a batch file to start Jupyter Notebook | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`create_win_jupyter_qtconsole ` | create a batch file to start Jupyter QtConsole | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`create_win_orange ` | create a batch file to start orange | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`create_win_putty ` | create a batch file to start scite | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`create_win_python_console ` | create a batch file to start python | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`create_win_r_console ` | create a batch file to start R | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`create_win_r_gui ` | create a batch file to start R Gui | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`create_win_rss ` | create a batch file to start RSS reader | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`create_win_scite ` | create a batch file to start scite | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`create_win_spyder ` | create a batch file to start spyder | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`create_win_sqlite_bro ` | create a batch file to start SqliteBro | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`create_win_sqllitespy ` | create a batch file to start sqlitespy | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`run_checkings ` | create a batch file to update all packages | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`update_all_packages ` | create a batch file to update all packages | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`win_check_installation ` | create a batch file to check the installation when well | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`win_install_kernels ` | create a batch file to install kernels | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ | :func:`win_replace_shebang ` | create a batch file to replace the shebang | +---------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pymyinstall.win_installer.win_batch :members: :special-members: __init__ :show-inheritance: