File: control

package info (click to toggle)
turing 0.11~beta-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,152 kB
  • sloc: python: 103,898; xml: 101; makefile: 50; sh: 29
file content (41 lines) | stat: -rw-r--r-- 1,570 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
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, qtbase5-dev
Standards-Version: 4.6.2
Homepage: https://turingapp.ml/
Vcs-Git: https://salsa.debian.org/georgesk/turing.git
Vcs-Browser: https://salsa.debian.org/georgesk/turing
X-Python3-Version: >=3.5

Package: turing
Architecture: all
Depends: python3, ${misc:Depends}, ${python3:Depends},
 python3-altgraph, python3-autopep8, python3-cycler, python3-docutils,
 python3-future, python3-jedi, python3-kiwisolver, python3-macholib,
 python3-numpy, python3-parso, python3-pefile, python3-pep8,
 python3-pyflakes, python3-pygments, python3-pyparsing, python3-pyqt5,
 python3-dateutil, python3-tz, python3-matplotlib
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.