nephos.__main__
index
/media/hdd/Essentials/Chapter_Kgp_WOrk/GSoC/projectnephos_gsoc18/GSoC18Nephos/nephos/__main__.py

The file run when Nephos is called as a module

 
Modules
       
click
logging
os
sys
time

 
Functions
       
multi_key_dict_get(multi_key_dict, key)
finds the value of a single key in dictionary with tuple keys
 
Parameters
----------
multi_key_dict
    type: dict
    dictionary with tuple as keys
key
    type: str
    key
 
Returns
-------
Corresponding value of the key in dictionary if exists,
None otherwise.
runtime_help()
Provides help for options during runtime
 
Returns
-------
stop(scheduler)
stops nephos' scheduler after finishing running jobs
 
Parameters
----------
scheduler
    type: APS background scheduler
    current running instance of Nephos class
 
Returns
-------

 
Data
        LOG = <logging.Logger object>
VER_INFO = "\n__title__ = 'Nephos'\n__description__ = 'Nephos ...rsion__ = '0.0.1'\n__release__ = '0.0.1 under.dev'"
__nephos_dir__ = '/home/thealpha/Nephos'
initialise = <click.core.Command object>
main = <click.core.Group object>
print_ver_info = <click.core.Command object>
start = <click.core.Command object>