{ "info": { "author": "John Anderson", "author_email": "sontek@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4" ], "description": "bulby\n=================\nPython library for managing the phillips hue lightbulb\n\nGetting Started\n=================\nTo get started you can get a list of your lights and work with them:\n\n.. code-block:: python\n\n from bulby.client import HueBridgeClient\n client = HueBridgeClient()\n light = client.get_lights()[0]\n client.set_color(light.light_id, '00ff00')\n\nand now your light should be green! You can also reference lights by name:\n\n.. code-block:: python\n\n from bulby.client import HueBridgeClient\n client = HueBridgeClient()\n client.set_color('Office 1', '00ff00')\n\n\n\nDevelopment\n================\nAPI Documentation for the Phillips Hue is here:\n\nhttp://www.developers.meethue.com/\n\nYou can test the API of your phillips hue by going to ``/debug/clip.html``.\n\nRunning tests\n=================\nTo run the tests you can do the following:\n\n.. code-block:: bash\n\n tox -e py34\n\nThe first time you run the tests you will need to hold the link button.\n\nCredits\n==================\n- SSDP Module originally developed by Dan Krause here:\n https://gist.github.com/dankrause/6000248\n\n- Hex -> XY originally developed by Ben Knight here:\n https://github.com/benknight/hue-python-rgb-converter", "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/sontek/bulby.git", "keywords": "etl extract transform load", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "bulby", "package_url": "https://pypi.org/project/bulby/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bulby/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sontek/bulby.git" }, "release_url": "https://pypi.org/project/bulby/0.0.1.dev0/", "requires_dist": null, "requires_python": null, "summary": "Manages the phillips hue lightbulbs", "version": "0.0.1.dev0" }, "last_serial": 1484182, "releases": { "0.0.1.dev0": [ { "comment_text": "", "digests": { "md5": "fbd036310fb15477e5ab2e026985f2dd", "sha256": "b1e23dbe8e6dc7eeb62f62c40a7ac5cfe5ffdafe61c1b60e3d71b882885d1aea" }, "downloads": -1, "filename": "bulby-0.0.1.dev0.tar.gz", "has_sig": false, "md5_digest": "fbd036310fb15477e5ab2e026985f2dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8433, "upload_time": "2015-03-31T02:45:28", "url": "https://files.pythonhosted.org/packages/04/23/f29abd444c39ade96f79113d1a6b9ef60ac92ec96f4009f2c2d260e995ee/bulby-0.0.1.dev0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fbd036310fb15477e5ab2e026985f2dd", "sha256": "b1e23dbe8e6dc7eeb62f62c40a7ac5cfe5ffdafe61c1b60e3d71b882885d1aea" }, "downloads": -1, "filename": "bulby-0.0.1.dev0.tar.gz", "has_sig": false, "md5_digest": "fbd036310fb15477e5ab2e026985f2dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8433, "upload_time": "2015-03-31T02:45:28", "url": "https://files.pythonhosted.org/packages/04/23/f29abd444c39ade96f79113d1a6b9ef60ac92ec96f4009f2c2d260e995ee/bulby-0.0.1.dev0.tar.gz" } ] }