{ "info": { "author": "Allan Bunch", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Topic :: Software Development" ], "description": "============\r\nbeautifulhue\r\n============\r\n\r\nInstallation\r\n============\r\nUsing pip::\r\n\r\n pip install beautifulhue\r\n\r\nUsing setuptools::\r\n\r\n easy_install beautifulhue\r\n\r\nUsing `source `_ ::\r\n\r\n python setup.py install\r\n\r\nExample\r\n============\r\n::\r\n\r\n \"\"\"Update light #3's state.\"\"\"\r\n\r\n from beautifulhue.api import Bridge\r\n \r\n # Connect to a Philips Hue bridge.\r\n bridge = Bridge(device={'ip':'bridge_ip_address'}, user={'name':'your_username'})\r\n # Define the target resource, and its new related states.\r\n resource = {\r\n 'which':3,\r\n 'data':{\r\n 'state':{'on':True, 'ct':222}\r\n }\r\n }\r\n # Signal the bridge to execute your command when appropriate.\r\n bridge.light.update(resource)\r\n\r\nFeatures\r\n============\r\n\r\n* Complete Philips Hue API v1.0 coverage.\r\n* Consistent method names.\r\n* Designed to get things done.\r\n* JSON/Pyton dictionary resource representation.\r\n* Default response structures are closely aligned with the official Philips Hue API response structures.\r\n* Extensible design.\r\n* Fine-grained system state control.\r\n* `Complete Documentation `_", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/allanbunch/beautifulhue/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/allanbunch/beautifulhue", "keywords": "Philips hue, home automation, module, API", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "BeautifulHue", "package_url": "https://pypi.org/project/BeautifulHue/", "platform": "Cross Platform", "project_url": "https://pypi.org/project/BeautifulHue/", "project_urls": { "Download": "https://github.com/allanbunch/beautifulhue/archive/master.zip", "Homepage": "https://github.com/allanbunch/beautifulhue" }, "release_url": "https://pypi.org/project/BeautifulHue/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "A Python module for the Philips Hue Lighting System API.", "version": "0.1.2" }, "last_serial": 978648, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "602db9ccbee379b7e03db3ef37b2123f", "sha256": "3f5d857b63adbb0db248d2433bc5b8dc186a464620e27045ddbc3515924e1048" }, "downloads": -1, "filename": "BeautifulHue-0.1.0.tar.gz", "has_sig": false, "md5_digest": "602db9ccbee379b7e03db3ef37b2123f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5310, "upload_time": "2013-06-09T00:31:33", "url": "https://files.pythonhosted.org/packages/b2/87/72cb2c475806a36b822eb87290e7da649351b8cd60ff8900f7c6b35569d7/BeautifulHue-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "359030b514cf7f9e30dcae1c3ae6568a", "sha256": "15d6616763caf7618e40e69e8bdd7938b6efdc807650a435d8c623afc5a6df27" }, "downloads": -1, "filename": "BeautifulHue-0.1.1.tar.gz", "has_sig": false, "md5_digest": "359030b514cf7f9e30dcae1c3ae6568a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5596, "upload_time": "2013-06-11T01:31:39", "url": "https://files.pythonhosted.org/packages/c9/f4/cbe86b4b68abd83a9b0970e00a39f9fe1054e9e145e89362b89584615286/BeautifulHue-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "3c423d2c006a16233784f37c7fb457b9", "sha256": "788b61c28054ae30478154df7116f6884b3bc8ebb77dcd17390d5c04258905da" }, "downloads": -1, "filename": "BeautifulHue-0.1.2.tar.gz", "has_sig": false, "md5_digest": "3c423d2c006a16233784f37c7fb457b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5679, "upload_time": "2013-06-18T02:05:35", "url": "https://files.pythonhosted.org/packages/4b/49/af59e127eec2212d991ffc9e78e8283b20b55fe2c9caecafe0d765647938/BeautifulHue-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3c423d2c006a16233784f37c7fb457b9", "sha256": "788b61c28054ae30478154df7116f6884b3bc8ebb77dcd17390d5c04258905da" }, "downloads": -1, "filename": "BeautifulHue-0.1.2.tar.gz", "has_sig": false, "md5_digest": "3c423d2c006a16233784f37c7fb457b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5679, "upload_time": "2013-06-18T02:05:35", "url": "https://files.pythonhosted.org/packages/4b/49/af59e127eec2212d991ffc9e78e8283b20b55fe2c9caecafe0d765647938/BeautifulHue-0.1.2.tar.gz" } ] }