sdnotify


Namesdnotify JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://github.com/bb4242/sdnotify
SummaryA pure Python implementation of systemd's service notification protocol (sd_notify)
upload_time2017-08-02 20:03:44
maintainer
docs_urlNone
authorBrett Bethke
requires_python
license
keywords systemd
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            systemd Service Notification

This is a pure Python implementation of the systemd sd_notify protocol. This protocol can be used to inform systemd about service start-up completion, watchdog events, and other service status changes. Thus, this package can be used to write system services in Python that play nicely with systemd. sdnotify is compatible with both Python 2 and Python 3.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bb4242/sdnotify",
    "name": "sdnotify",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "systemd",
    "author": "Brett Bethke",
    "author_email": "bbethke@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ce/d8/9fdc36b2a912bf78106de4b3f0de3891ff8f369e7a6f80be842b8b0b6bd5/sdnotify-0.3.2.tar.gz",
    "platform": "",
    "description": "systemd Service Notification\n\nThis is a pure Python implementation of the systemd sd_notify protocol. This protocol can be used to inform systemd about service start-up completion, watchdog events, and other service status changes. Thus, this package can be used to write system services in Python that play nicely with systemd. sdnotify is compatible with both Python 2 and Python 3.",
    "bugtrack_url": null,
    "license": "",
    "summary": "A pure Python implementation of systemd's service notification protocol (sd_notify)",
    "version": "0.3.2",
    "split_keywords": [
        "systemd"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ced89fdc36b2a912bf78106de4b3f0de3891ff8f369e7a6f80be842b8b0b6bd5",
                "md5": "749ddca1c70be1697fecc443fb1fdb16",
                "sha256": "73977fc746b36cc41184dd43c3fe81323e7b8b06c2bb0826c4f59a20c56bb9f1"
            },
            "downloads": -1,
            "filename": "sdnotify-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "749ddca1c70be1697fecc443fb1fdb16",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2459,
            "upload_time": "2017-08-02T20:03:44",
            "upload_time_iso_8601": "2017-08-02T20:03:44.395986Z",
            "url": "https://files.pythonhosted.org/packages/ce/d8/9fdc36b2a912bf78106de4b3f0de3891ff8f369e7a6f80be842b8b0b6bd5/sdnotify-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-08-02 20:03:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "bb4242",
    "github_project": "sdnotify",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sdnotify"
}
        
Elapsed time: 0.08096s