{ "info": { "author": "Yauhen Yakimovich", "author_email": "eugeny.yakimovitch@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "daemoncxt\n=========\n\nLibrary to implement a well-behaved Unix daemon process\n\nProvides DaemonContext (see PEP 3143 and multiple discussions on the net).\n\nExample:\n\n from daemoncxt import DaemonContext\n\n from spam import do_main_program\n\n with DaemonContext():\n do_main_program()\n\n\nInstallation\n------------\n\npip install daemoncxt\n\n\nLinks\n-----\nThis version is an unofficial mirror of \n\nhttps://github.com/arnaudsj/python-daemon\n\nand\n\nhttps://pypi.python.org/pypi/python-daemon/", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/ewiger/daemoncxt/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ewiger/daemoncxt", "keywords": null, "license": "PSF", "maintainer": null, "maintainer_email": null, "name": "DaemonCxt", "package_url": "https://pypi.org/project/DaemonCxt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/DaemonCxt/", "project_urls": { "Download": "https://github.com/ewiger/daemoncxt/tarball/master", "Homepage": "https://github.com/ewiger/daemoncxt" }, "release_url": "https://pypi.org/project/DaemonCxt/1.5.7/", "requires_dist": null, "requires_python": null, "summary": "Library to implement a well-behaved Unix daemon process", "version": "1.5.7" }, "last_serial": 824990, "releases": { "1.5.6": [ { "comment_text": "", "digests": { "md5": "5cde94210e2675f5da03eba189488aef", "sha256": "e39a2842e5ecc38d4af64127eb97fd907565cdc72470486006138e054b66e8ad" }, "downloads": -1, "filename": "DaemonCxt-1.5.6.tar.gz", "has_sig": false, "md5_digest": "5cde94210e2675f5da03eba189488aef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15513, "upload_time": "2013-07-25T11:23:59", "url": "https://files.pythonhosted.org/packages/c8/62/82217ece7c40fe2ca6341122eb9ee5ec9c8768f8c4076af432c403199bb4/DaemonCxt-1.5.6.tar.gz" } ], "1.5.7": [ { "comment_text": "", "digests": { "md5": "2e3e3aa6f79f07dd660d8796d2312d59", "sha256": "992164d772fc738942a11fe9a65b937171893fedb0ddfbd5a2a58cac6b9719bd" }, "downloads": -1, "filename": "DaemonCxt-1.5.7.tar.gz", "has_sig": false, "md5_digest": "2e3e3aa6f79f07dd660d8796d2312d59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15550, "upload_time": "2013-07-25T14:15:43", "url": "https://files.pythonhosted.org/packages/06/fd/fab433bd50abba60707a7d40314fbe6b04531208f5bf7cd22e7a4a908532/DaemonCxt-1.5.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2e3e3aa6f79f07dd660d8796d2312d59", "sha256": "992164d772fc738942a11fe9a65b937171893fedb0ddfbd5a2a58cac6b9719bd" }, "downloads": -1, "filename": "DaemonCxt-1.5.7.tar.gz", "has_sig": false, "md5_digest": "2e3e3aa6f79f07dd660d8796d2312d59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15550, "upload_time": "2013-07-25T14:15:43", "url": "https://files.pythonhosted.org/packages/06/fd/fab433bd50abba60707a7d40314fbe6b04531208f5bf7cd22e7a4a908532/DaemonCxt-1.5.7.tar.gz" } ] }