{ "info": { "author": "Ben Finney", "author_email": "ben+python@benfinney.id.a", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This library implements the well-behaved daemon specification of\n:pep:`3143`, \"Standard daemon process library\".\n\nA well-behaved Unix daemon process is tricky to get right, but the\nrequired steps are much the same for every daemon program. A\n`DaemonContext` instance holds the behaviour and configured\nprocess environment for the program; use the instance as a context\nmanager to enter a daemon state.\n\nSimple example of usage::\n\n import daemon\n\n from spam import do_main_program\n\n with daemon.DaemonContext():\n do_main_program()\n\nCustomisation of the steps to become a daemon is available by\nsetting options on the `DaemonContext` instance; see the\ndocumentation for that class for each option.\n\nSource: https://github.com/jbvsmo/python-daemon", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jbvsmo/python-daemon", "keywords": "daemon,fork,unix,unix_daemon", "license": "PSF-2+", "maintainer": null, "maintainer_email": null, "name": "python-daemon-3K", "package_url": "https://pypi.org/project/python-daemon-3K/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-daemon-3K/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jbvsmo/python-daemon" }, "release_url": "https://pypi.org/project/python-daemon-3K/1.5.8/", "requires_dist": null, "requires_python": null, "summary": "Library to implement a well-behaved Unix daemon process.\n This is a fork of \"python-daemon\" to support Python 3.x", "version": "1.5.8" }, "last_serial": 1237806, "releases": { "1.5.6": [ { "comment_text": "", "digests": { "md5": "c1ae9d8fb77f3757fd80e7fd197b5e6b", "sha256": "5d294dff997f363c56ab8520c721af4b8a1300242810c630320a65174415793e" }, "downloads": -1, "filename": "python-daemon-3K-1.5.6.tar.gz", "has_sig": false, "md5_digest": "c1ae9d8fb77f3757fd80e7fd197b5e6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39689, "upload_time": "2014-09-24T15:16:19", "url": "https://files.pythonhosted.org/packages/61/1b/23f57b752cf98327371686571f63f953bbd8865ec4c14b6d63109c4d9c25/python-daemon-3K-1.5.6.tar.gz" } ], "1.5.7": [ { "comment_text": "", "digests": { "md5": "e36d4185d7e636bedd5e7481c3a3f379", "sha256": "a1301b9744cee5f6fb6362d72f158977f97e06a73ddfafe2b2a90332e7761b70" }, "downloads": -1, "filename": "python-daemon-3K-1.5.7.tar.gz", "has_sig": false, "md5_digest": "e36d4185d7e636bedd5e7481c3a3f379", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39783, "upload_time": "2014-09-24T15:22:24", "url": "https://files.pythonhosted.org/packages/42/2e/bfccab6034825aa137cabb6feb2bee644f1114f633ab38430ecbfdf6572b/python-daemon-3K-1.5.7.tar.gz" } ], "1.5.8": [ { "comment_text": "", "digests": { "md5": "dc71e53656798e04c79b4441e7423eeb", "sha256": "887bfdf1104168f145fd922bdc4ca9e6fe681cbee50f95a2774f1d6e36b20806" }, "downloads": -1, "filename": "python-daemon-3K-1.5.8.tar.gz", "has_sig": false, "md5_digest": "dc71e53656798e04c79b4441e7423eeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40138, "upload_time": "2014-09-25T14:36:18", "url": "https://files.pythonhosted.org/packages/25/d7/80cd440662e90e4686d5bef24017914d68cb67b8a58e4aaa588c255cc613/python-daemon-3K-1.5.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dc71e53656798e04c79b4441e7423eeb", "sha256": "887bfdf1104168f145fd922bdc4ca9e6fe681cbee50f95a2774f1d6e36b20806" }, "downloads": -1, "filename": "python-daemon-3K-1.5.8.tar.gz", "has_sig": false, "md5_digest": "dc71e53656798e04c79b4441e7423eeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40138, "upload_time": "2014-09-25T14:36:18", "url": "https://files.pythonhosted.org/packages/25/d7/80cd440662e90e4686d5bef24017914d68cb67b8a58e4aaa588c255cc613/python-daemon-3K-1.5.8.tar.gz" } ] }