Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1""" 

2@file 

3@brief Shortcuts to packaged 

4""" 

5 

6from .config_helper import is_64bit 

7from .automate_install import update_all, install_all, find_module_install, install_module_deps 

8from .automate_install import install_module, update_module, download_module 

9from .packaged_config import minimal_set, small_set 

10from .packaged_config import get_package_set, name_sets_dataframe, classifiers2string