{ "info": { "author": "Niek Keijzer", "author_email": "info@niekkeijzer.com", "bugtrack_url": null, "classifiers": [], "description": "# AioPhue\n\nA port of [Phue](https://github.com/studioimaginaire/phue) to AsyncIO using \nAioHTTP to communicate with the bridge.\n\n## Examples\n\nAioPhue's API is similar to the one of the original library, but uses \ncoroutines where possible / necessary.\n\n```python \nfrom aiophue import AioBridge\n\nb = await AioBridge.get_bridge(\"BRIDGE IP\")\nlights = await b.get_light_objects()\nfor light in lights:\n if await light.is_reachable():\n await light.turn_on()\n```", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/NiekKeijzer/aiphue", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "aiophue", "package_url": "https://pypi.org/project/aiophue/", "platform": "", "project_url": "https://pypi.org/project/aiophue/", "project_urls": { "Homepage": "https://github.com/NiekKeijzer/aiphue" }, "release_url": "https://pypi.org/project/aiophue/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Control Philips Hue using AsyncIO", "version": "0.0.2" }, "last_serial": 3197124, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c2a88c763bd34414dbc4bf3f56ee1304", "sha256": "e3dadd763f5ecc402fd7dc8a3d0d0e2dd1877e66fcaeee40d68c8e64f4db9d2f" }, "downloads": -1, "filename": "aiophue-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c2a88c763bd34414dbc4bf3f56ee1304", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2027, "upload_time": "2017-09-22T07:01:22", "url": "https://files.pythonhosted.org/packages/d0/ac/d573f427cadeaf5aaae10ff68dd92bff3db6c73a6bf9b7691ad30a0eb850/aiophue-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "2d4e1d3b9d9d43ca431650994ee9728f", "sha256": "1ccb1ad6d50fc58dbdf144ca91db138b3b25fd9410a42a573cc3b91fdb7da513" }, "downloads": -1, "filename": "aiophue-0.0.2.tar.gz", "has_sig": false, "md5_digest": "2d4e1d3b9d9d43ca431650994ee9728f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8005, "upload_time": "2017-09-23T13:55:33", "url": "https://files.pythonhosted.org/packages/d0/c6/e0873266f5c6612fd58aa12e278035849802710b21ddf769f9fa35bea72d/aiophue-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2d4e1d3b9d9d43ca431650994ee9728f", "sha256": "1ccb1ad6d50fc58dbdf144ca91db138b3b25fd9410a42a573cc3b91fdb7da513" }, "downloads": -1, "filename": "aiophue-0.0.2.tar.gz", "has_sig": false, "md5_digest": "2d4e1d3b9d9d43ca431650994ee9728f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8005, "upload_time": "2017-09-23T13:55:33", "url": "https://files.pythonhosted.org/packages/d0/c6/e0873266f5c6612fd58aa12e278035849802710b21ddf769f9fa35bea72d/aiophue-0.0.2.tar.gz" } ] }