pysoldaemon
============
Welcome to pysol
Copyright (C) 2013/2025 Laurent Labatut / Laurent Champagnac
pysoldaemon is a generic linux daemon in Python.
It supports :
- Double forking
- std redirect to files
- log to file
- working directory change after Fork 1
- start/stop/status/reload commands
It is gevent (co-routines) based.
Usage
===============
An implementation is available in :
- pysoldaemon_test.Daemon.CustomDaemon.CustomDaemon
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": "https://github.com/champax/pysoldaemon",
    "name": "pysoldaemon",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "Laurent Labatut <laurent@labatut.net>, Laurent Champagnac <champagnac.laurent@gmail.com>",
    "keywords": "python, gevent",
    "author": "Laurent Champagnac",
    "author_email": "Laurent Labatut <laurent@labatut.net>, Laurent Champagnac <champagnac.laurent@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0c/41/30131441fbd53f703e720bbd848db2943825bf93c4d33d3256999591588a/pysoldaemon-3.13.3.tar.gz",
    "platform": null,
    "description": "pysoldaemon\n============\n\nWelcome to pysol\n\nCopyright (C) 2013/2025 Laurent Labatut / Laurent Champagnac\n\npysoldaemon is a generic linux daemon in Python.\n\nIt supports :\n- Double forking\n- std redirect to files\n- log to file\n- working directory change after Fork 1\n- start/stop/status/reload commands\n\nIt is gevent (co-routines) based.\n\nUsage\n===============\n\nAn implementation is available in :\n- pysoldaemon_test.Daemon.CustomDaemon.CustomDaemon\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "pysoldaemon",
    "version": "3.13.3",
    "project_urls": {
        "Homepage": "https://github.com/champax/pysoldaemon",
        "Repository": "https://github.com/champax/pysoldaemon"
    },
    "split_keywords": [
        "python",
        " gevent"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0c4130131441fbd53f703e720bbd848db2943825bf93c4d33d3256999591588a",
                "md5": "ccc7c01f8127970b95230c494bfdb667",
                "sha256": "5171de77d017756de099daebe3ce52b8224ab8870a0a9e05431a63f2896d1421"
            },
            "downloads": -1,
            "filename": "pysoldaemon-3.13.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ccc7c01f8127970b95230c494bfdb667",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 21032,
            "upload_time": "2025-09-10T09:36:27",
            "upload_time_iso_8601": "2025-09-10T09:36:27.711867Z",
            "url": "https://files.pythonhosted.org/packages/0c/41/30131441fbd53f703e720bbd848db2943825bf93c4d33d3256999591588a/pysoldaemon-3.13.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-10 09:36:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "champax",
    "github_project": "pysoldaemon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "greenlet",
            "specs": []
        },
        {
            "name": "gevent",
            "specs": []
        },
        {
            "name": "pysolbase",
            "specs": [
                [
                    ">=",
                    "3.13.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "pysoldaemon"
}