Metadata-Version: 1.1
Name: restartlet
Version: 0.0.01
Summary: Auto-restart exceptional exists for gevent greenlets
Home-page: https://github.com/fiebiga/compysition
Author: Adam Fiebig
Author-email: fiebig.adam@gmail.com
License: UNKNOWN
Download-URL: https://github.com/fiebiga/compysition/tarball/master
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
        
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
