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
|
Source: camelot
Section: python
XS-Python-Version: >= 2.5, << 3.0
Priority: optional
Maintainer: Joost Yervante Damad <andete@debian.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: python-central, python-setuptools (>= 0.6.8)
Standards-Version: 3.9.0
Homepage: http://www.python-camelot.com/
Package: python-camelot
Architecture: all
Provides: ${python:Provides}
Depends: ${python:Depends}, ${misc:Depends}, python-sqlalchemy (>= 0.5.6), python-elixir (>= 0.7.0), python-migrate (>= 0.5.4), python-qt4 (>= 4.4), python-chardet (>= 2.0.1), python-pybabel (>= 0.9.4), python-jinja (>= 1.2), python-excelerator (>= 0.6.4.1), tango-icon-theme (>= 0.8.90), python-tempita (>= 0.4)
Suggests: python-camelot-doc
XB-Python-Version: ${python:Versions}
Description: camelot - a GUI framework inspired by Django
A Python GUI framework on top of Sqlalchemy and PyQt, inspired by
the Django admin interface. Start building desktop applications at
warp speed, simply by adding some additional information to you model
definition.
Package: python-camelot-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, python-camelot
Description: camelot - a GUI framework inspired by Django - documentation
Documentation and examples for python-camelot.
|