Skip to content

fiebiga/restartlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Restartlet

What?

An extension of gevent greenlet and pool that allow a greenlet that exits exceptionally to restart with the same function and arguments it initially started with

Usage

from restartlet import RestartableGreenlet
from restartlet import RestartPool

Installing

Through Pypi:

$ easy_install restartlet

Or the latest development branch from Github:

$ git clone [email protected]:fiebiga/restartlet.git

$ cd restartlet

$ [From virtualenv] python setup.py install

$ [No virtualenv] sudo python setup.py install

Support

You may email myself at [email protected]

About

A simple extension of gevent utilities to auto-restart long running greenlets that exit exceptionally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages