{ "info": { "author": "Edouard Klein and Fr\u00e9d\u00e9ric Lavner", "author_email": "myfirstnamemylastname@mailproviderthatstartswithagfromgoogle.whyshouldibespammed.letmeinputhateveriwantinthisfieldffs.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Operating System :: POSIX", "Programming Language :: Python :: 3 :: Only", "Topic :: System :: Monitoring", "Topic :: Utilities" ], "description": "#######\nDaemux\n#######\n\nOverview\n---------\n\nDaemux uses tmux to let you start, stop, restart and check daemons.\n\nInstallation\n==============\n\nTo install use pip:\n\n $ pip3 install daemux\n\n\nOr clone the repo:\n\n $ git clone https://github.com/edouardklein/daemux\n\n $ python3 setup.py install\n \n \n\nUsage\n=======\n\nDocumentation\n++++++++++++++\n\nRead the documentation https://daemux.readthedocs.io/ to understand how to use daemux.\n\nIn the cloned repo\n+++++++++++++++++++++\n\nHelper targets\n>>>>>>>>>>>>>>>>\n\nTo build the documentation, run:\n\n $ make doc\n \nTo run the test, run:\n\n $ make test\n\nTo check the code's superficial cleanliness run:\n\n $ make lint\n\nDev cycle\n>>>>>>>>>>>\n\nOne branch derived from latest master per new feature or bug fix.\n\nWhen this branch is complete:\n- Merge master back in it\n \n $ git merge master\n \n- Make sure all tests pass, the code is clean and the doc compiles:\n\n $ make\n \n- Bump the version appropriately (no tags):\n\n $ bumpversion (major|minor|patch) --commit --no-tag\n \n- Rebase everything in order to make one commit (if more are needed, talk the the maintainer). To avoid catastrophic failure, create another branch that won't be rebased first. Keep bumpversion's commit message somewhere in the rebased commit message, but not always on the first line.\n\n $ git branch _no_rebase\n\n $ git rebase -i master\n \n- Make a pull request, or, if you are the maintainer, switch to master\n\n $ git checkout master\n \n- If you are the maintainer, merge the feature branch:\n \n $ git merge \n \n- If you are the maintainer, make sure everything works as it should\n\n- If you are the maintainer, close the relevent issues (by adding fix... in the commit message with --amend)\n\n- If you are the maintainer, create the appropriate tag\n\n $ git tag \n\n- If you are the maintainer, push the code to any relevant remote\n\n $ git push\n \n- If you are the maintainer, upload the code to PyPI\n\n $ python3 setup.py sdist\n\n $ twine upload dist/* --skip-existing\n \n- If you are the maintainer, check that the docs are updated \n\n- If you are the maintainer or the devops guy, deploy the new code to all relevant machines", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/edouardklein/daemux/tarball/0.1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/edouardklein/daemux", "keywords": "tmux,daemons,background", "license": "AGPL", "maintainer": "", "maintainer_email": "", "name": "daemux", "package_url": "https://pypi.org/project/daemux/", "platform": "", "project_url": "https://pypi.org/project/daemux/", "project_urls": { "Download": "https://github.com/edouardklein/daemux/tarball/0.1.0", "Homepage": "https://github.com/edouardklein/daemux" }, "release_url": "https://pypi.org/project/daemux/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Daemux uses tmux to let you start, stop, restart and check daemons.", "version": "0.1.0" }, "last_serial": 4050987, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d75ad6da2db6452e0b99070ce656bfae", "sha256": "9cdf1052301a57576d200358d386d0eb2a728b76ecbda3cf163e87ce8b9d3252" }, "downloads": -1, "filename": "daemux-0.0.1-py3.4.egg", "has_sig": false, "md5_digest": "d75ad6da2db6452e0b99070ce656bfae", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 7157, "upload_time": "2017-03-08T16:15:33", "url": "https://files.pythonhosted.org/packages/b1/58/18cdcc56319878eaaa051cb1c07520a2ea192db57c254c2623e660a54b6f/daemux-0.0.1-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "a83955bf483b4f5f6bdeb5eb421b6489", "sha256": "1018dec0ee22823d427e347dcb3433a2bafefbee048da38979375834b79cec71" }, "downloads": -1, "filename": "daemux-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a83955bf483b4f5f6bdeb5eb421b6489", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2448, "upload_time": "2017-03-07T16:27:55", "url": "https://files.pythonhosted.org/packages/11/c9/1176961d98e72a461e8c9ddd5ed041643259919742c840e7fe8325d43965/daemux-0.0.1.tar.gz" } ], "0.0.10": [ { "comment_text": "", "digests": { "md5": "ecd63f706f8c0c9265cc5c61c6921389", "sha256": "d0adaffbdd212939ab91b4123fe0ba0358cc03541e44a57033216dfe351f5009" }, "downloads": -1, "filename": "daemux-0.0.10.tar.gz", "has_sig": false, "md5_digest": "ecd63f706f8c0c9265cc5c61c6921389", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4983, "upload_time": "2017-03-10T16:55:18", "url": "https://files.pythonhosted.org/packages/7f/66/cec523ab829dcc2bfa3c646fd278b917abb24c33add86c9ad91315c30b9b/daemux-0.0.10.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "50d8c1b025e3c1cfa042922b33bc4b14", "sha256": "88db69aab6e54149efaa49c0f9407f67ca1831b1af6d2f33d16176792142c37a" }, "downloads": -1, "filename": "daemux-0.0.11.tar.gz", "has_sig": false, "md5_digest": "50d8c1b025e3c1cfa042922b33bc4b14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5040, "upload_time": "2017-03-15T15:28:18", "url": "https://files.pythonhosted.org/packages/5a/b8/1483701555573ecc455f6653759e28c70c88d5a8f646fb29847617a6af56/daemux-0.0.11.tar.gz" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "8d8f9ebeb436d6ae3cf4f72de6b07034", "sha256": "5ecb58b026896b04d3c270f09bb4852ede42e02f6a29871bbbb7e43e0d291908" }, "downloads": -1, "filename": "daemux-0.0.12-py3.6.egg", "has_sig": false, "md5_digest": "8d8f9ebeb436d6ae3cf4f72de6b07034", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 8043, "upload_time": "2017-03-15T15:46:29", "url": "https://files.pythonhosted.org/packages/77/e4/e31a74367dcf8ec9442d679ec7ca27005c054bb16651260642dec3968eeb/daemux-0.0.12-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "4b66907078a5343ca5e20b577c01d543", "sha256": "fe9924081baf1caef4fc895694465d893a5755e50f9bd099fe52384df2bd7d97" }, "downloads": -1, "filename": "daemux-0.0.12.tar.gz", "has_sig": false, "md5_digest": "4b66907078a5343ca5e20b577c01d543", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5043, "upload_time": "2017-03-15T15:46:31", "url": "https://files.pythonhosted.org/packages/86/6c/805d743cfcf5b36d52ba0f85bd0767b7c47d1bd40a14bf7c248d03072ff4/daemux-0.0.12.tar.gz" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "9d8d012c84607af0b582981813037050", "sha256": "74cb270610909c2ed4d7cf8e2cc83abbeac06ceb139119fc2e4152c76dad2a0a" }, "downloads": -1, "filename": "daemux-0.0.13.tar.gz", "has_sig": false, "md5_digest": "9d8d012c84607af0b582981813037050", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5046, "upload_time": "2017-03-16T14:50:29", "url": "https://files.pythonhosted.org/packages/cb/ac/6b38cb76440f0b3a3835dfb110c9d521a62e8e533f8b6e2485d19bc81340/daemux-0.0.13.tar.gz" } ], "0.0.14": [ { "comment_text": "", "digests": { "md5": "fea90bbf158c6085a8ce2113210d22a7", "sha256": "031b4e42c96eaaf2541e131d0c13b87dbb9f9a64b132d737d95b9bb063df0614" }, "downloads": -1, "filename": "daemux-0.0.14.tar.gz", "has_sig": false, "md5_digest": "fea90bbf158c6085a8ce2113210d22a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5223, "upload_time": "2017-04-19T08:26:30", "url": "https://files.pythonhosted.org/packages/e6/32/e85edd77669f3821bcd0833076408b3cf08e3496a2cdbf1ebbb5a5c02b3d/daemux-0.0.14.tar.gz" } ], "0.0.15": [ { "comment_text": "", "digests": { "md5": "8a463833927a5b6d46de1f73243f630c", "sha256": "5ccc99b778a0b2144f3f8bb2e7da035355bf175f9c92e2815484ad1a74955b74" }, "downloads": -1, "filename": "daemux-0.0.15.tar.gz", "has_sig": false, "md5_digest": "8a463833927a5b6d46de1f73243f630c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5255, "upload_time": "2018-03-27T12:09:08", "url": "https://files.pythonhosted.org/packages/fa/b3/8b1390a076e3128f7c9f8f53e1dd854f4a165058d0940159b481298cacbd/daemux-0.0.15.tar.gz" } ], "0.0.16": [ { "comment_text": "", "digests": { "md5": "0146ec503d637de8671f83ba2ed0b842", "sha256": "8771ba9e6edf15fc2dd9d567f0fa8da471ffc677e6041752bbb6d3268cd793e1" }, "downloads": -1, "filename": "daemux-0.0.16.tar.gz", "has_sig": false, "md5_digest": "0146ec503d637de8671f83ba2ed0b842", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5202, "upload_time": "2018-03-27T14:38:57", "url": "https://files.pythonhosted.org/packages/ea/6e/b4a80b21e78d3809c7ecabd4aa683bf91be40cd5f361055c904c23b4e10e/daemux-0.0.16.tar.gz" } ], "0.0.17": [ { "comment_text": "", "digests": { "md5": "252e46b62e851609c560ac952df88c4c", "sha256": "639bc98326cd47c441ea0383c84cbbb05b82cea029aae8a4e9b7c20ca180b99c" }, "downloads": -1, "filename": "daemux-0.0.17.tar.gz", "has_sig": false, "md5_digest": "252e46b62e851609c560ac952df88c4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5344, "upload_time": "2018-04-30T14:16:50", "url": "https://files.pythonhosted.org/packages/31/71/ea5398f8128c979b9038f9b78682067087f5a420e39485cfbb2c1a5cb6c3/daemux-0.0.17.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7274e02307178af44b19ad11867feac8", "sha256": "2f118ced4f12fe6a9b2263a4e818c201420234faa75a31938dbe31dfc7c16c5a" }, "downloads": -1, "filename": "daemux-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7274e02307178af44b19ad11867feac8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4358, "upload_time": "2017-03-08T16:54:26", "url": "https://files.pythonhosted.org/packages/ee/d6/7e9caac991c00b19466a9c2df4ed3092ecaf55b710a7d3be9970f50dbcd3/daemux-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "9a10b49db7c7e88e1f4409e314dd11aa", "sha256": "f77ef839c79c7fa59d9ff17d3fb2dc0c701ca15c43f2bc5b58c70f0a005df468" }, "downloads": -1, "filename": "daemux-0.0.3.tar.gz", "has_sig": false, "md5_digest": "9a10b49db7c7e88e1f4409e314dd11aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4375, "upload_time": "2017-03-09T08:04:56", "url": "https://files.pythonhosted.org/packages/1b/17/c8647348d87faaf8ddb0b9ba9892b52fa4156f1bfecf88d5c23b1935a7f8/daemux-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "c8a2f77fb347214cfda4ecf72b9522ba", "sha256": "07e86a9fb696d9a411b65f748f9888e313661821f9bd8c9911526d52feb6e430" }, "downloads": -1, "filename": "daemux-0.0.4.tar.gz", "has_sig": false, "md5_digest": "c8a2f77fb347214cfda4ecf72b9522ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4380, "upload_time": "2017-03-09T08:12:56", "url": "https://files.pythonhosted.org/packages/50/c4/5430e53a4dda606b51e30864f58a09882ea1cd9dbf51981f10f605a11cf2/daemux-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "9ee31b29ca5b7af9b6cd46c624de7e90", "sha256": "53e7a206e76fe6f954b0a237f9b3553df7227ff9093e1e31ab616d090243f1b7" }, "downloads": -1, "filename": "daemux-0.0.5.tar.gz", "has_sig": false, "md5_digest": "9ee31b29ca5b7af9b6cd46c624de7e90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4587, "upload_time": "2017-03-09T08:21:12", "url": "https://files.pythonhosted.org/packages/f8/43/2ea983df2756750606ba554f9b2ad974befcde9d5edbcfc882ce1625b63e/daemux-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "152d7992c95c49b4a21989195fa57f48", "sha256": "ff7d81c8f0ad0365e89e5e84d003967d72e7d0eee3ff6239089effaf01656ba2" }, "downloads": -1, "filename": "daemux-0.0.6.tar.gz", "has_sig": false, "md5_digest": "152d7992c95c49b4a21989195fa57f48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4633, "upload_time": "2017-03-09T08:52:38", "url": "https://files.pythonhosted.org/packages/c5/5b/0604be0bea68caeffe4a3039b7c9f5ea2062f568c22252099503f4e6f00c/daemux-0.0.6.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "94850f0df335add22f35f274b10dcbb0", "sha256": "7a2944a4408b250bfa9677b1192fca8f174e5232e70c7ac1345868de08721aa3" }, "downloads": -1, "filename": "daemux-0.0.8.tar.gz", "has_sig": false, "md5_digest": "94850f0df335add22f35f274b10dcbb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4754, "upload_time": "2017-03-10T10:47:22", "url": "https://files.pythonhosted.org/packages/e8/06/1b62a55f0c82da800569177cbd91f36b13c396680b24d04bb18fa37776a4/daemux-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "c74de3ef69269de12a2aaa6c336a2f45", "sha256": "76b7f38975c69de4d1f4c732bd02f07fecb49576bed787da1f7272c6ae55ab69" }, "downloads": -1, "filename": "daemux-0.0.9.tar.gz", "has_sig": false, "md5_digest": "c74de3ef69269de12a2aaa6c336a2f45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4907, "upload_time": "2017-03-10T16:38:26", "url": "https://files.pythonhosted.org/packages/7f/c2/3a0933f42d20c1574c8107753104ff1706c207f3c9d655039ea9634dec5c/daemux-0.0.9.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "4e834e3c44f7c99dc5effa9e8cfdf89e", "sha256": "e1d686351eb1489c97a651fc466716c8d4597455ebf34d300726a3bd79b2da65" }, "downloads": -1, "filename": "daemux-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4e834e3c44f7c99dc5effa9e8cfdf89e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5603, "upload_time": "2018-07-11T14:00:06", "url": "https://files.pythonhosted.org/packages/0f/8f/56cd13c02dad4ad77c4a2998dfdcb0b31c565c493e94c093091580a8bc3d/daemux-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4e834e3c44f7c99dc5effa9e8cfdf89e", "sha256": "e1d686351eb1489c97a651fc466716c8d4597455ebf34d300726a3bd79b2da65" }, "downloads": -1, "filename": "daemux-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4e834e3c44f7c99dc5effa9e8cfdf89e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5603, "upload_time": "2018-07-11T14:00:06", "url": "https://files.pythonhosted.org/packages/0f/8f/56cd13c02dad4ad77c4a2998dfdcb0b31c565c493e94c093091580a8bc3d/daemux-0.1.0.tar.gz" } ] }