معرفی شرکت ها


bulby-0.0.1.dev0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Manages the phillips hue lightbulbs
ویژگی مقدار
سیستم عامل -
نام فایل bulby-0.0.1.dev0
نام bulby
نسخه کتابخانه 0.0.1.dev0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده John Anderson
ایمیل نویسنده sontek@gmail.com
آدرس صفحه اصلی https://github.com/sontek/bulby.git
آدرس اینترنتی https://pypi.org/project/bulby/
مجوز MIT
bulby ================= Python library for managing the phillips hue lightbulb Getting Started ================= To get started you can get a list of your lights and work with them: .. code-block:: python from bulby.client import HueBridgeClient client = HueBridgeClient() light = client.get_lights()[0] client.set_color(light.light_id, '00ff00') and now your light should be green! You can also reference lights by name: .. code-block:: python from bulby.client import HueBridgeClient client = HueBridgeClient() client.set_color('Office 1', '00ff00') Development ================ API Documentation for the Phillips Hue is here: http://www.developers.meethue.com/ You can test the API of your phillips hue by going to ``/debug/clip.html``. Running tests ================= To run the tests you can do the following: .. code-block:: bash tox -e py34 The first time you run the tests you will need to hold the link button. Credits ================== - SSDP Module originally developed by Dan Krause here: https://gist.github.com/dankrause/6000248 - Hex -> XY originally developed by Ben Knight here: https://github.com/benknight/hue-python-rgb-converter


نحوه نصب


نصب پکیج whl bulby-0.0.1.dev0:

    pip install bulby-0.0.1.dev0.whl


نصب پکیج tar.gz bulby-0.0.1.dev0:

    pip install bulby-0.0.1.dev0.tar.gz