File: control

package info (click to toggle)
eric 21.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 93,924 kB
  • sloc: python: 306,594; javascript: 309; xml: 215; makefile: 36
file content (89 lines) | stat: -rw-r--r-- 2,813 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Source: eric
Section: devel
Priority: optional
Maintainer: Gudjon I. Gudjonsson <gudjon@gudjon.org>
Uploaders:
 Boyuan Yang <byang@debian.org>,
 Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
Build-Depends-Indep:
 pyqt5-dev,
 python3-all,
 python3-pyqt5,
 python3-pyqt5.qsci,
 python3-sip-dev,
 qttools5-dev-tools,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://eric-ide.python-projects.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/eric.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/eric

Package: eric
Architecture: all
Depends:
 libjs-jquery,
 libjs-jquery-hotkeys,
 libjs-jquery-isonscreen,
 libjs-jquery-tablesorter,
 libjs-jquery-ui,
 python3-chardet,
 python3-distutils,
 python3-pygments,
 python3-pyqt5,
 python3-pyqt5.qsci,
 python3-pyqt5.qtsql,
 python3-pyqt5.qtsvg,
 python3-pyqt5.qtwebkit,
 python3-asttokens,
 python3-send2trash,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 eric-api-files,
 python3-rope,
 python3-pyqt5.qtwebengine,
 python3-pyqtchart,
Suggests:
 pyqt5-dev-tools,
 pyqt5-doc,
 python3-doc,
 qt5-doc-html,
 qtbase5-doc-html,
 qttools5-dev,
 ruby,
Description: full featured Python IDE
 eric is a full featured Python IDE written in PyQt using the QScintilla
 editor widget. Some highlights
   * Any number of editors with configurable syntax highlighting, code
     folding, auto indenting and brace highlighting.
   * Integrated Project Management facility to organize your projects.  The
     project browser shows all source files, all forms and all translations
     each on its own tab. The source browser has built in class browsing
     capabilities.
   * Integrated and full featured debuggers for Python and Ruby.
   * Interactive shells for Python and Ruby.
   * An explorer window for walking through your directory structure with
     built in class browsing capabilities for Python files.
   * Variable windows that display local and global variables in the
     current scope while debugging a program.
   * An integrated interface to the Python Module "unittest".
   * An integrated help viewer to display HTML help files. Alternatively
     you can choose to use Qt-Assistant to view help files.
   * Display of the UI in different languages.
   * The capability to start Qt-Designer and Qt-Linguist from within eric5.
   * The ability to compile Qt-Designer forms, to produce Qt-Linguist files
     and release them from within the IDE.

Package: eric-api-files
Architecture: all
Depends:
 eric,
 ${misc:Depends},
Description: API description files for use with eric
 This package contains code completion API files of
 Python standard modules & builtins, PyQt and PyKDE.
 .
 eric is a full featured Python IDE.