{ "info": { "author": "Colin Wren", "author_email": "gimpneek@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Pytest", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "# pytest-hue\nControl your Phillips Hue by PyTest. \n\nThe following parameters are used:\n\n- Brightness is controlled by the number of run tests against total number of tests\n- Green hue is controlled by the number of passed tests against total number of tests\n- Red hue is controlled by the number of failed tests against total number of tests\n- Blue hue is controlled by the number of passed tests against total number of tests\n\n## Configuration\nYou'll need to supply the following values:\n\n- `--hue-ip`: Hue Bridge IP Address\n- `--hue-username`: Username to connect to Hue Bridge with ([follow instructions here to get a new one](https://developers.meethue.com/develop/get-started-2/))\n- `--hue-rooms`: Rooms to control the lights within\n\n## Installing and Running\nTo install\n\n`pip install pytest-hue`\n\nor clone this repo and run `python setup.py install`\n\nTo run, make sure:\n\n - Your Phillips Hue Bridge and lights are turned on\n\nThen run with following command (substituting the appropriate values)\n\n`pytest --hue-ip XXX.XXX.XXX.XXX --hue-username XXXXXXXXXX --hue-rooms Office`", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Gimpneek/pytest-hue", "keywords": "py.test pytest phillips hue lights report", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "pytest-hue", "package_url": "https://pypi.org/project/pytest-hue/", "platform": "", "project_url": "https://pypi.org/project/pytest-hue/", "project_urls": { "Homepage": "https://github.com/Gimpneek/pytest-hue" }, "release_url": "https://pypi.org/project/pytest-hue/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Visualise PyTest status via your Phillips Hue lights", "version": "1.0.0" }, "last_serial": 5249469, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "1a1ce995e14b90cf718ddf25dc58296b", "sha256": "2452ca28a55521b35b7a335d5db5d44f3184f4c36b21e781533cfd3d0fac3e87" }, "downloads": -1, "filename": "pytest-hue-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1a1ce995e14b90cf718ddf25dc58296b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2970, "upload_time": "2019-05-09T20:59:35", "url": "https://files.pythonhosted.org/packages/89/69/5a4f7097e875121d2de55e1add0ae04609f5293df1c4f2a877b785fab84f/pytest-hue-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1a1ce995e14b90cf718ddf25dc58296b", "sha256": "2452ca28a55521b35b7a335d5db5d44f3184f4c36b21e781533cfd3d0fac3e87" }, "downloads": -1, "filename": "pytest-hue-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1a1ce995e14b90cf718ddf25dc58296b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2970, "upload_time": "2019-05-09T20:59:35", "url": "https://files.pythonhosted.org/packages/89/69/5a4f7097e875121d2de55e1add0ae04609f5293df1c4f2a877b785fab84f/pytest-hue-1.0.0.tar.gz" } ] }