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
|
Source: eric
Section: python
Priority: optional
Maintainer: Torsten Marek <shlomme@debian.org>
Build-Depends: debhelper(>= 5.0.37.2), dpatch
Build-Depends-Indep: python (>= 2.3), python-qt3, python-qt-dev, sip4, qt3-dev-tools, python-kde3, python-kde3-dev, python-central (>= 0.5)
XS-Python-Version: current
Standards-Version: 3.7.2
Package: eric
Architecture: all
Depends: ${python:Depends}, python-qt3 (>= 3.16-1.1), python-qtext (>= 3.16-1.1), bicyclerepair (>= 0.9-4.1)
Recommends: python-xml, python-kde3, eric-api-files, libqt3-i18n
Suggests: qt3-assistant, qt3-designer, qt3-linguist, qt3-doc, pyqt-tools, ruby, python-doc, python-profiler
XB-Python-Version: ${python:Versions}
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 eric3.
* The ability to compile Qt-Designer forms, to produce Qt-Linguist files
and release them from within the IDE.
.
Homepage: http://www.die-offenbachs.de/detlev/eric3.html
Package: eric-api-files
Architecture: all
Depends: eric
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. The homepage for eric is:
http://www.die-offenbachs.de/detlev/eric3.html
|