Source: dreampie
Section: python
Priority: optional
Maintainer: Caitlin Matos <caitlin.matos@zoho.com> 
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: python (>= 2.6.6-11~)
Standards-Version: 3.9.5
X-Python-Version: >= 2.6
Homepage: http://www.dreampie.org/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/dreampie/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/dreampie/trunk/

Package: dreampie
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-gtksourceview2, python-glade2
Suggests: jython, ironpython
Description: advanced graphical interactive Python shell
 This Python shell permits one to work in a more productive way with Python
 interpreter providing features not yet implemented in standard Python IDE:
  * automatic completion of attributes and file names
  * display of function arguments and documentation
  * result history to execute a given code at a later time
  * history dump on HTML files for future reference
  * support for Python 2.5, Python 2.6, Python 3.1, Jython 2.5, IronPython 2.6
