{ "info": { "author": "Lukasz Balcerzak", "author_email": "lukaszbalcerzak@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Testing" ], "description": "==========\nnose-alert\n==========\n\n.. image:: https://secure.travis-ci.org/lukaszb/nose-alert.png?branch=master\n :target: http://travis-ci.org/lukaszb/nose-alert\n\nA Nose plugin that displays success/failure notification once tests are done.\n\n\nInstallation\n============\n\nUsual thing:\n\n pip install nose-alert\n\n\nHow to use\n==========\n\nIn order to use this plugin use the ``--with-alert`` switch::\n\n nosetests --with-alert\n\nIf you use watchdog_ you can also run at your project's root directory::\n\n watchmedo shell-command -R -p \"*.py\" -c \"nosetests --with-alert\" .\n\nThis would call nose on file changes within your project.\n\n\nSupported platforms\n===================\n\nCurrently this plugin supports only growl_ on OS X. We are going to add support\nfor Linux based notifications in future (pull requests are welcome!).\n\n\nPlans\n=====\n\nShort plan is to provide a nose plugin that can show OS level notification at\ntests end. Long plan, however, is to support main platforms (OS X, Linux,\nWindows), eventually extract library for OS-independant notifications to\nexternal package.\n\nWe also will try to support Python 3, this however could be somewhat problematic\n- i.e. gntp_ doesn't support Python 3 yet.\n\n\nDevelopment\n===========\n\nWe use tox_ for tests. Repository is at https://github.com/lukaszb/nose-alert/.\nWe prefer pull requests for sending patches.\n\nIn order to start tests run at project root::\n\n $ nosetests\n\n\nThanks\n======\n\nThanks to Pascal Hartig, author of `nose-notify`_ for the inspiration. I have\neven bluntly used images from his package.\n\n\n.. _watchdog: http://pypi.python.org/pypi/watchdog\n.. _tox: http://pypi.python.org/pypi/tox\n.. _growl: http://growl.info/\n.. _gntp: http://pypi.python.org/pypi/gntp\n.. _nose-notify: https://github.com/passy/nose-notify", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lukaszb/nose-alert", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "nose-alert", "package_url": "https://pypi.org/project/nose-alert/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nose-alert/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/lukaszb/nose-alert" }, "release_url": "https://pypi.org/project/nose-alert/0.9.1/", "requires_dist": null, "requires_python": null, "summary": "A nose plugin showing success/failure status notification.", "version": "0.9.1" }, "last_serial": 768074, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "cea4b31669998853c5750405a1fc650c", "sha256": "b33711e5152d0a73657758c9d5e1ea9d4d8cab64329ac266c8303cd10490b406" }, "downloads": -1, "filename": "nose-alert-0.9.0.tar.gz", "has_sig": false, "md5_digest": "cea4b31669998853c5750405a1fc650c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7715, "upload_time": "2013-02-19T00:24:29", "url": "https://files.pythonhosted.org/packages/5a/38/9b67858f994acac7facc0ca69c7c5af21fda4baac49cb74319c435fc8653/nose-alert-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "52634af895d0f5096e4629b9e0426345", "sha256": "01a7e0c959df00611c464285f3cf537a5c4a1503ea1d542087c70acaafb7bb48" }, "downloads": -1, "filename": "nose-alert-0.9.1.tar.gz", "has_sig": false, "md5_digest": "52634af895d0f5096e4629b9e0426345", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8289, "upload_time": "2013-06-11T14:30:16", "url": "https://files.pythonhosted.org/packages/d0/7f/01c0566735172b5c2f59aa9f9af50b9a52299943dcbd1557e1acdb3fdcb7/nose-alert-0.9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "52634af895d0f5096e4629b9e0426345", "sha256": "01a7e0c959df00611c464285f3cf537a5c4a1503ea1d542087c70acaafb7bb48" }, "downloads": -1, "filename": "nose-alert-0.9.1.tar.gz", "has_sig": false, "md5_digest": "52634af895d0f5096e4629b9e0426345", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8289, "upload_time": "2013-06-11T14:30:16", "url": "https://files.pythonhosted.org/packages/d0/7f/01c0566735172b5c2f59aa9f9af50b9a52299943dcbd1557e1acdb3fdcb7/nose-alert-0.9.1.tar.gz" } ] }