Metadata-Version: 2.1
Name: forever
Version: 0.8.7
Summary: Forever: Auto Restart Any Script
Home-page: https://github.com/valency/forever/
Author: Deepera Co., Ltd.
Author-email: yding@deepera.com
License: UNKNOWN
Description: ==============================
        Forever
        ==============================
        Auto restart any script if it stops printing.
        
        Usage
        -----
        
        .. code:: bash
        
            python -m forever [OPTIONS] SCRIPT [SCRIPT_ARGS]
        
        
        Required arguments:
        
        :SCRIPT [SCRIPT_ARGS]: script and its arguments
        
        Optional arguments:
        
        :-h, --help: show help message and exit
        :-t TIMEOUT, --timeout TIMEOUT: timeout in seconds
        :-i INTERVAL, --interval INTERVAL: waiting interval in seconds
        
        Examples
        --------
        
        .. code:: bash
        
            python -m forever bash forever_example.sh
            python -m forever -t 3 -i 3 python -u -m forever_example
        
Keywords: forever,logging,auto-restart
Platform: UNKNOWN
Description-Content-Type: text/x-rst
