File: control

package info (click to toggle)
turing 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,340 kB
  • sloc: python: 106,582; xml: 101; makefile: 53; sh: 29
file content (61 lines) | stat: -rw-r--r-- 1,537 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: turing
Section: x11
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 python3-all,
 dh-python,
 python3-pyqt5,
 pyqt5-dev-tools,
 qttools5-dev-tools,
 pyside2-tools,
 qtbase5-dev
Standards-Version: 4.7.0
Homepage: https://turingapp.ml/
Vcs-Git: https://salsa.debian.org/georgesk/turing.git
Vcs-Browser: https://salsa.debian.org/georgesk/turing

Package: turing
Architecture: all
Depends:
 python3,
 ${misc:Depends},
 ${python3:Depends},
 python3-cycler,
 python3-docutils,
 python3-jedi,
 python3-kiwisolver,
 python3-macholib,
 python3-numpy,
 python3-parso,
 python3-pefile,
 python3-pyflakes,
 python3-pygments,
 python3-pyparsing,
 python3-pyqt5,
 python3-dateutil,
 python3-tz,
 python3-matplotlib,
 python3-pycodestyle,
Description: assistant to learn algorithms and programming languages
 Turing is a free and cross-platform app whose main goal is to assist
 the learning of algorithms and programming languages by providing
 easy-to-use development tools to all.
 .
 It provides a lighter alternative to the well-known Algobox, which is
 the currently de-facto widely used solution.
 .
 It provides two work modes:
 .
 * Algorithm mode
     * Uses a "natural" pseudocode language similar to the one used in
       Algobox and school books.
     * Assisted development
 * Program mode
     * Uses Python, for the more experienced
 .
 In both modes, the code can be debugged and executed step-by-step to
 facilitate the problem-solving side of development.