Auto-restart exceptional exists for gevent greenlets
Project description
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
.. _gevent: http://www.gevent.org/
Usage
----------
.. code-block:: python
from restartlet import RestartableGreenlet
.. code-block:: python
from restartlet import RestartPool
Installing
----------
Through Pypi:
$ easy_install restartlet
Or the latest development branch from Github:
$ git clone git@github.com:fiebiga/restartlet.git
$ cd restartlet
$ [From virtualenv] python setup.py install
$ [No virtualenv] sudo python setup.py install
Support
-------
You may email myself at fiebig.adam@gmail.com
========
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
.. _gevent: http://www.gevent.org/
Usage
----------
.. code-block:: python
from restartlet import RestartableGreenlet
.. code-block:: python
from restartlet import RestartPool
Installing
----------
Through Pypi:
$ easy_install restartlet
Or the latest development branch from Github:
$ git clone git@github.com:fiebiga/restartlet.git
$ cd restartlet
$ [From virtualenv] python setup.py install
$ [No virtualenv] sudo python setup.py install
Support
-------
You may email myself at fiebig.adam@gmail.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
restartlet-0.0.01.tar.gz
(3.7 kB
view details)
File details
Details for the file restartlet-0.0.01.tar.gz
.
File metadata
- Download URL: restartlet-0.0.01.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac5963b2265d105a625fd671bc4fe46424708a1d9fc2f5a8e1866c903ebf5502 |
|
MD5 | 164c908c3ec97a94872334717ce69c44 |
|
BLAKE2b-256 | 17f625f2be55f9051a625a0a442decae641e0eebe8a92f752379b49404cd0b51 |