pep3143daemon


Namepep3143daemon JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/schlitzered/pep3143daemon
SummaryImplementation of PEP 3143, a unix daemon
upload_time2024-02-28 09:16:31
maintainer
docs_urlNone
authorschlitzer
requires_python
licenseMIT
keywords daemon daemonizedaemonizingfork pep 3143 3143
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
pep3143daemon is a implementation of the PEP 3143, describing a well behaving
Unix daemon, as documented in Stevens 'Unix Network Programming'

Copyright (c) 2014, Stephan Schultchen.

License: MIT (see LICENSE for details)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/schlitzered/pep3143daemon",
    "name": "pep3143daemon",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "daemon,daemonizedaemonizingfork,pep 3143,3143",
    "author": "schlitzer",
    "author_email": "stephan.schultchen@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/69/2e/2d7249850ebaf8c17748fa8f71d35d265e6e04e5904df89c2799982722d8/pep3143daemon-0.1.0.tar.gz",
    "platform": "posix",
    "description": "\npep3143daemon is a implementation of the PEP 3143, describing a well behaving\nUnix daemon, as documented in Stevens 'Unix Network Programming'\n\nCopyright (c) 2014, Stephan Schultchen.\n\nLicense: MIT (see LICENSE for details)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Implementation of PEP 3143, a unix daemon",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/schlitzered/pep3143daemon"
    },
    "split_keywords": [
        "daemon",
        "daemonizedaemonizingfork",
        "pep 3143",
        "3143"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "692e2d7249850ebaf8c17748fa8f71d35d265e6e04e5904df89c2799982722d8",
                "md5": "5f0906aad5e96eb9153987d0c2379b2e",
                "sha256": "233e18779616cb663e5594159a928a680b648dfc2a2378c3271f51344dc6a4d8"
            },
            "downloads": -1,
            "filename": "pep3143daemon-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5f0906aad5e96eb9153987d0c2379b2e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6719,
            "upload_time": "2024-02-28T09:16:31",
            "upload_time_iso_8601": "2024-02-28T09:16:31.186022Z",
            "url": "https://files.pythonhosted.org/packages/69/2e/2d7249850ebaf8c17748fa8f71d35d265e6e04e5904df89c2799982722d8/pep3143daemon-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-28 09:16:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "schlitzered",
    "github_project": "pep3143daemon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pep3143daemon"
}
        
Elapsed time: 0.35325s