Metadata-Version: 2.1
Name: tkl
Version: 0.9.0
Summary: A leds/bibliopixel driver for Twinkly lights
License: MIT
Author: Tom Ritchford
Author-email: tom@swirly.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: leds (>=3.5.1,<4.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: xled (>=0.7.0,<0.8.0)
Description-Content-Type: text/x-rst

tkl: Twinkly driver for `leds`/`Bibliopixel`
-----------------------------------------------------

Install using `pip install tkl`.

Test from the command line with:

.. code-block:: bash

    leds '{driver: tkl, animation: BiblioPixelAnimations.strip.ColorChase}'

    # or for legacy systems using BiblioPixel
    bp '{driver: tkl, animation: BiblioPixelAnimations.strip.ColorChase}'

