seq  3.0.0
Classes | Namespaces | Functions | Variables
seqsh.py File Reference

Classes

class  cli.seqsh.DummyRedis
 
class  cli.seqsh.SeqShell
 Asynchronous wrapper around the subprocess seq kernel. More...
 

Namespaces

 cli.seqsh
 

Functions

def cli.seqsh.shutdown (loop, signal=None)
 
def cli.seqsh.handle_exception (loop, context)
 Cleanup tasks tied to the service's shutdown. More...
 
def cli.seqsh.mytask (loop, redis_address, log_level, evt, use_stdout=True, use_redis=True)
 Creates a SeqShell object and forwards arguments of the command to it. More...
 
def cli.seqsh.monitor_quit (quit_event)
 
def cli.seqsh.main_loop (redis_address, log_level=logging.INFO, use_stdout=True, use_redis=True)
 
def cli.seqsh.shell (redis_address, log_level, use_stdout=True, use_redis=False)
 

Variables

 cli.seqsh.LOGGER = logging.getLogger(__name__)