{ "info": { "author": "Yohan Graterol", "author_email": "yograterol@fedoraproject.org", "bugtrack_url": null, "classifiers": [], "description": "python-ctrldaemon\n=================\n\n*Service command wrapper for Python.*\n\nUsage\n-------------------------------\n\n**Create object**\n\n```python\nfrom ctrldaemon import ControlDaemon\nobj = ControlDaemon(\"service\") # Example \"httpd\" (Apache)\n```\n\n**Start service**\n\n```python\nfrom ctrldaemon import ControlDaemon\nobj = ControlDaemon(\"service\") # Example \"httpd\" (Apache)\nobj.start()\n```\n\n**Stop service**\n\n```python\nfrom ctrldaemon import ControlDaemon\nobj = ControlDaemon(\"service\") # Example \"httpd\" (Apache)\nobj.stop()\n```\n\n**Restart service**\n\n```python\nfrom ctrldaemon import ControlDaemon\nobj = ControlDaemon(\"service\") # Example \"httpd\" (Apache)\nobj.restart()\n```\n\n**Memory**\n\n```python\nfrom ctrldaemon import ControlDaemon\nobj = ControlDaemon(\"service\") # Example \"httpd\" (Apache)\nobj.get_memory_usage()\n```", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/yograterol/python-ctrldaemon", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.yograterol.me", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "ctrldaemon", "package_url": "https://pypi.org/project/ctrldaemon/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ctrldaemon/", "project_urls": { "Download": "https://github.com/yograterol/python-ctrldaemon", "Homepage": "http://www.yograterol.me" }, "release_url": "https://pypi.org/project/ctrldaemon/0.2/", "requires_dist": null, "requires_python": null, "summary": "Service command wrapper for Python.", "version": "0.2" }, "last_serial": 915052, "releases": { "0.1": [], "0.2": [ { "comment_text": "", "digests": { "md5": "66aa69b307d4c6715ef8ce06e2e947ab", "sha256": "b9cd035d05639aff4cd560fcd4c7a752dc8f0b047853fcf438b8162f230c383a" }, "downloads": -1, "filename": "ctrldaemon-0.2.tar.gz", "has_sig": false, "md5_digest": "66aa69b307d4c6715ef8ce06e2e947ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3504, "upload_time": "2013-11-09T04:40:50", "url": "https://files.pythonhosted.org/packages/4a/da/35e034884730ffc726e07606d7f53b2090502fad7539140b11dc3317a17a/ctrldaemon-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "66aa69b307d4c6715ef8ce06e2e947ab", "sha256": "b9cd035d05639aff4cd560fcd4c7a752dc8f0b047853fcf438b8162f230c383a" }, "downloads": -1, "filename": "ctrldaemon-0.2.tar.gz", "has_sig": false, "md5_digest": "66aa69b307d4c6715ef8ce06e2e947ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3504, "upload_time": "2013-11-09T04:40:50", "url": "https://files.pythonhosted.org/packages/4a/da/35e034884730ffc726e07606d7f53b2090502fad7539140b11dc3317a17a/ctrldaemon-0.2.tar.gz" } ] }