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: boa-constructor
Section: devel
Priority: optional
Maintainer: Cédric Delfosse <cedric@debian.org>
Build-Depends-Indep: debhelper (>> 4.0.0), python
Standards-Version: 3.6.1
Package: boa-constructor
Architecture: all
Depends: ${python:Depends}, libwxgtk2.4-python (>= 2.4.0.8-0.1), pychecker
Description: RAD tool for Python and WxWindows application
Boa-constructor is an IDE oriented towards creating cross-platform
applications built on top of the Python language and the WxWindows GUI
toolkit.
.
It features:
- visual wxWindows frame design,
- object inspector and explorer,
- syntax highlighting editor with code completion, call tips and code
browsing for Python code,
- syntax highlighting editor for C, C++, HTML, XML, config files (INI
style),
- documentation generation,
- an integrated Python debugger,
- integrated help,
- a Python Shell,
- an explorer able to browse, open/edit, inspect and interact with
various data sources including files, CVS, Zope, FTP, DAV and SSH,
- an UML view generator.
.
Homepage: http://boa-constructor.sourceforge.net/
|