{ "info": { "author": "Adam Fiebig", "author_email": "fiebig.adam@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "Restartlet\n========\n\nWhat?\n-----\n\nAn 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\n\n.. _gevent: http://www.gevent.org/\n\nUsage\n----------\n.. code-block:: python\n\n\tfrom restartlet import RestartableGreenlet\n\n.. code-block:: python\n\t\n\tfrom restartlet import RestartPool\n\n\nInstalling\n----------\n\nThrough Pypi:\n\n\t$ easy_install restartlet\n\nOr the latest development branch from Github:\n\n\t$ git clone git@github.com:fiebiga/restartlet.git\n\n\t$ cd restartlet\n\n\t$ [From virtualenv] python setup.py install\n\t\n\t$ [No virtualenv] sudo python setup.py install\n\nSupport\n-------\n\nYou may email myself at fiebig.adam@gmail.com", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/fiebiga/compysition/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fiebiga/compysition", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "restartlet", "package_url": "https://pypi.org/project/restartlet/", "platform": "Linux", "project_url": "https://pypi.org/project/restartlet/", "project_urls": { "Download": "https://github.com/fiebiga/compysition/tarball/master", "Homepage": "https://github.com/fiebiga/compysition" }, "release_url": "https://pypi.org/project/restartlet/0.0.01/", "requires_dist": null, "requires_python": null, "summary": "Auto-restart exceptional exists for gevent greenlets", "version": "0.0.01" }, "last_serial": 1485840, "releases": { "0.0.01": [ { "comment_text": "", "digests": { "md5": "164c908c3ec97a94872334717ce69c44", "sha256": "ac5963b2265d105a625fd671bc4fe46424708a1d9fc2f5a8e1866c903ebf5502" }, "downloads": -1, "filename": "restartlet-0.0.01.tar.gz", "has_sig": false, "md5_digest": "164c908c3ec97a94872334717ce69c44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3674, "upload_time": "2015-04-01T00:25:15", "url": "https://files.pythonhosted.org/packages/17/f6/25f2be55f9051a625a0a442decae641e0eebe8a92f752379b49404cd0b51/restartlet-0.0.01.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "164c908c3ec97a94872334717ce69c44", "sha256": "ac5963b2265d105a625fd671bc4fe46424708a1d9fc2f5a8e1866c903ebf5502" }, "downloads": -1, "filename": "restartlet-0.0.01.tar.gz", "has_sig": false, "md5_digest": "164c908c3ec97a94872334717ce69c44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3674, "upload_time": "2015-04-01T00:25:15", "url": "https://files.pythonhosted.org/packages/17/f6/25f2be55f9051a625a0a442decae641e0eebe8a92f752379b49404cd0b51/restartlet-0.0.01.tar.gz" } ] }