Metadata-Version: 2.1
Name: forever
Version: 0.8.26
Summary: Forever: auto restart any script if it stops printing.
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.
        
        Install
        -------
        
        .. code:: bash
        
            pip install forever
        
        Usage
        -----
        
        .. code:: bash
        
            python -m forever.run [OPTIONS] SCRIPT [SCRIPT_ARGS]
        
        Options:
        
        -h, --help  show help message and exit
        -t TIMEOUT, --timeout TIMEOUT  timeout in seconds
        -i INTERVAL, --interval INTERVAL  checking frequency in seconds
        
        Examples
        --------
        
        .. code:: bash
        
            python -m forever.run -t 3 -i 3 python -u -m forever.example
        
Keywords: forever,logging,auto-restart
Platform: UNKNOWN
Description-Content-Type: text/x-rst
