{ "info": { "author": "Jack Kaliko", "author_email": "kaliko@azylum.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: POSIX", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "python-seth is a pretty simple object named Daemon used to daemonize a process.\n\nTo do so subclass the Daemon object and override its run method with the code\nyou want to turn into a unix daemon.\n\nYou can override the shutdown method which is called on Daemon stop (either via\nthe stop method or on SIGTERM).\n\nCf. examples for code snippet.\n\n\nFEATURES:\n\t* redirects stderr|stdout to file\n\t* writes a pid file\n\t* transparently deletes the pid file at stop\n\t* catch SIGTERM and handles a clean stop via shutdown method\n\nUPSTREAM:\n Code maintained at http://git.kaliko.me/?p=python-seth.git\n Please send feedback at ", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/python-seth/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://git.kaliko.me/?p=python-seth.git;a=summary", "keywords": "daemon,unix", "license": "Copyright 2007, 2009 Sander Marechal \nCopyright 2010, 2011, 2012 Jack Kaliko \n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n \nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n \nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see .", "maintainer": null, "maintainer_email": null, "name": "python-seth", "package_url": "https://pypi.org/project/python-seth/", "platform": "POSIX", "project_url": "https://pypi.org/project/python-seth/", "project_urls": { "Download": "http://pypi.python.org/pypi/python-seth/", "Homepage": "http://git.kaliko.me/?p=python-seth.git;a=summary" }, "release_url": "https://pypi.org/project/python-seth/0.6/", "requires_dist": null, "requires_python": null, "summary": "Python Daemon library", "version": "0.6" }, "last_serial": 798063, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "c06ee4b661f66a89b8b48bc3e9fc56af", "sha256": "d23e23a03c45ee8923c68d5dfd84654f97ad559f04ead0669d12ae2e0f651f17" }, "downloads": -1, "filename": "python-seth-0.5.tar.gz", "has_sig": true, "md5_digest": "c06ee4b661f66a89b8b48bc3e9fc56af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15858, "upload_time": "2012-11-25T17:11:53", "url": "https://files.pythonhosted.org/packages/85/29/0f6f5e98f0b60804a43f849e4d54a78670d13450854b4f3c005f2eabfb9f/python-seth-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "466890030654abe35b126acc2272a772", "sha256": "9d9b9c2b337808cbadefde894ca3354ccc8675d7810a5879fd5527c644beaafd" }, "downloads": -1, "filename": "python-seth-0.6.tar.gz", "has_sig": true, "md5_digest": "466890030654abe35b126acc2272a772", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16132, "upload_time": "2012-12-01T12:39:33", "url": "https://files.pythonhosted.org/packages/df/80/2fd565f284447353a506a08070f9836a768fb8f96247f0aa86506d4b39be/python-seth-0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "466890030654abe35b126acc2272a772", "sha256": "9d9b9c2b337808cbadefde894ca3354ccc8675d7810a5879fd5527c644beaafd" }, "downloads": -1, "filename": "python-seth-0.6.tar.gz", "has_sig": true, "md5_digest": "466890030654abe35b126acc2272a772", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16132, "upload_time": "2012-12-01T12:39:33", "url": "https://files.pythonhosted.org/packages/df/80/2fd565f284447353a506a08070f9836a768fb8f96247f0aa86506d4b39be/python-seth-0.6.tar.gz" } ] }