@@ -14,11 +14,12 @@ Section: python
1414Depends: ${misc:Depends}, ${python:Depends}
1515Recommends: python-rpi.gpio, python-spidev
1616Suggests: python-gpiozero-docs
17- Description: Simple API for controlling devices attached to the GPIO pins.
18- gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify
19- interaction with devices connected to the GPIO pins, from simple buttons and
20- LEDs, up to various add-on boards. The API tries to adhere closely to Python's
21- idioms and naming conventions.
17+ Description: Simple API for controlling devices attached to a Raspberry Pi's
18+ GPIO pins. gpiozero builds on various pin libraries to provide a set of classes
19+ designed to simplify interaction with devices connected to the GPIO pins, from
20+ simple buttons and LEDs, up to various add-on boards. The API tries to adhere
21+ closely to Python's idioms and naming conventions, and features alternative
22+ programming paradigm approaches.
2223 .
2324 This is the Python 2 version of the package.
2425
@@ -28,22 +29,24 @@ Section: python
2829Depends: ${misc:Depends}, ${python3:Depends}
2930Recommends: python3-rpi.gpio, python3-spidev
3031Suggests: python-gpiozero-docs
31- Description: Simple API for controlling devices attached to the GPIO pins.
32- gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify
33- interaction with devices connected to the GPIO pins, from simple buttons and
34- LEDs, up to various add-on boards. The API tries to adhere closely to Python's
35- idioms and naming conventions.
32+ Description: Simple API for controlling devices attached to a Raspberry Pi's
33+ GPIO pins. gpiozero builds on various pin libraries to provide a set of classes
34+ designed to simplify interaction with devices connected to the GPIO pins, from
35+ simple buttons and LEDs, up to various add-on boards. The API tries to adhere
36+ closely to Python's idioms and naming conventions, and features alternative
37+ programming paradigm approaches.
3638 .
3739 This is the Python 3 version of the package.
3840
3941Package: python-gpiozero-doc
4042Architecture: all
4143Section: doc
4244Depends: ${sphinxdoc:Depends}, ${misc:Depends}
43- Description: Documentation for the gpiozero API
44- gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify
45- interaction with devices connected to the GPIO pins, from simple buttons and
46- LEDs, up to various add-on boards. The API tries to adhere closely to Python's
47- idioms and naming conventions.
45+ Description: Simple API for controlling devices attached to a Raspberry Pi's
46+ GPIO pins. gpiozero builds on various pin libraries to provide a set of classes
47+ designed to simplify interaction with devices connected to the GPIO pins, from
48+ simple buttons and LEDs, up to various add-on boards. The API tries to adhere
49+ closely to Python's idioms and naming conventions, and features alternative
50+ programming paradigm approaches.
4851 .
4952 This is the version independent documentation for the package.
0 commit comments