File: control

package info (click to toggle)
kuttypy 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,484 kB
  • sloc: ansic: 4,893; python: 2,834; makefile: 97; xml: 67; sh: 1
file content (31 lines) | stat: -rw-r--r-- 1,037 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: kuttypy
Section: x11
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Build-Depends: debhelper-compat (=12),
 python3-all,
 dh-python,
 pyqt5-dev-tools,
 qt5-qmake,
 qttools5-dev-tools
Standards-Version: 4.5.0
Homepage: http://expeyes.in/kuttypy/index.html
Vcs-Browser: https://salsa.debian.org/georgesk/kuttypy
Vcs-Git: https://salsa.debian.org/georgesk/kuttypy.git

Package: kuttypy-gui
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
 python3,
 python3-pyqt5,
 python3-serial,
 python3-pyqt5.qsci
Description: Graphic user interface to interact with KuttyPy
 KuttyPy is a USB interfaced board that gives you an option to do such
 things like to switch a light bulb, rotate a motor or measure a
 temperature under software control, in pure Python.
 .
 Playing with LEDs, motors, switches etc. is the primary objective of
 this hardware, but the experience gained in manipulating the 32
 Input/Output pins of this board will gradually make you familiar with
 the ATMega32 micro-controller.