{ "info": { "author": "Eric Squires", "author_email": "eric.g.squires@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Operating System :: Unix" ], "description": "Command Monitor\n---------------\n\nThis is a command line utility for reporting the status of a long-running job.\nThis project started because the author got tired of building ``c++`` code and\nhaving to choose between staring at a screen while waiting for the job to end\nor starting another task only to come back much after a job had ended. With\nthis utility, instead of typing::\n\n $ make\n\nyou can instead type:: \n\n $ cmd_monitor.py \"make\"\n\nWhen the make job ends, a status notification will show up on your desktop\nalong with a sound indicating whether the job was successful or not.\n\nInstallation\n------------\n\n $ pip install cmd_monitor\n\nAdditionally, the default sounds are provided on Ubuntu with the\n``ubuntu-sounds`` package. Pulseaudio is used to play the sounds (from the package ``pulseaudio-utils``).\nIf you are on another distribution, you can override\nthe default sounds with the following flags::\n\n $ cmd_monitor --success_sound /my/success/sound --fail_sound /my/fail/sound\n\nOr to have no sound at all::\n \n $ cmd_monitor --success_sound \"\" --fail_sound \"\"\n\nLibrary \n--------\n\nUsers can also call this as a library\n\n \nLICENSE\n-------\n\nMIT License.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/esquires/cmd_monitor", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "cmd-monitor", "package_url": "https://pypi.org/project/cmd-monitor/", "platform": "", "project_url": "https://pypi.org/project/cmd-monitor/", "project_urls": { "Homepage": "https://github.com/esquires/cmd_monitor" }, "release_url": "https://pypi.org/project/cmd-monitor/0.1/", "requires_dist": null, "requires_python": "", "summary": "python plugin for vim debugger", "version": "0.1" }, "last_serial": 4775713, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9579347d11f5082f66751c9a00190034", "sha256": "87000e11a582077c9f00a3052e440b714404abd7c2b2194b3616cde560753c91" }, "downloads": -1, "filename": "cmd_monitor-0.1.tar.gz", "has_sig": false, "md5_digest": "9579347d11f5082f66751c9a00190034", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3306, "upload_time": "2019-02-03T21:14:09", "url": "https://files.pythonhosted.org/packages/94/0a/d25d72824a079af89ab5cd63d8fe8b9043dae2d6594e576275b2b767ccb7/cmd_monitor-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9579347d11f5082f66751c9a00190034", "sha256": "87000e11a582077c9f00a3052e440b714404abd7c2b2194b3616cde560753c91" }, "downloads": -1, "filename": "cmd_monitor-0.1.tar.gz", "has_sig": false, "md5_digest": "9579347d11f5082f66751c9a00190034", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3306, "upload_time": "2019-02-03T21:14:09", "url": "https://files.pythonhosted.org/packages/94/0a/d25d72824a079af89ab5cd63d8fe8b9043dae2d6594e576275b2b767ccb7/cmd_monitor-0.1.tar.gz" } ] }