Source: python3-rpi-ws281x
Section: base
Maintainer: Pimoroni Ltd.
Priority: optional
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 10),
               dh-python,
               python3-setuptools,
               python3-all-dev,
               libws2811-dev
Homepage: https://github.com/rpi-ws281x/rpi-ws281x-python/

Package: python3-rpi-ws281x
Section: python
Architecture: any
Multi-Arch: same
Depends: libws2811,
         ${shlibs:Depends},
         ${python3:Depends},
         ${misc:Depends}
Provides: ${python3:Provides}
Description: Userspace Raspberry Pi library for controlling WS281X LEDs.
  This includes WS2812 and SK6812RGB RGB LEDs Preliminary support is now
  included for SK6812RGBW LEDs (yes, RGB + W) The LEDs can be controlled
  by either the PWM (2 independent channels) or PCM controller (1 channel)
  or the SPI interface (1 channel).
