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
|
Source: sqlkit
Section: python
Priority: optional
Maintainer: Pietro Battiston <me@pietrobattiston.it>
Homepage: http://sqlkit.argolinux.org
Build-Depends: debhelper (>= 7.0.50~), python, python-setuptools, python-sphinx, python-gtk2, python-sqlalchemy, python-mako, python-babel, python-dateutil, bash-completion
XS-Python-Version: >= 2.5
Standards-Version: 3.9.6
Vcs-Browser: http://git.debian.org/?p=collab-maint/sqlkit.git
Vcs-Git: git://git.debian.org/git/collab-maint/sqlkit.git
Package: python-sqlkit
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python, python-dateutil, python-gtk2, python-sqlalchemy, python-babel, python-pkg-resources
Recommends: python-mysqldb | python-psycopg2, python-sqlkit-doc
Suggests: python-mysqldb, python-psycopg2
Breaks: ${python:Breaks}
Description: Python tools and GUI application to view and edit databases content
Main features of sqlkit:
.
- editor of databases in 2 modes: table & mask
- based on SQLAlchemy: can cope with many different databases
- very powerful filtering capabilities:
.
* each field can be used to filter visible records
* date filtering possible also on relative basis (good for saved
queries)
.
- completion both on local same field and foreign key fields
- very easy way to draw a layout for mask views
- sqledit: Python script to edit db
- completely effortless editing of relationships
- very easy way to set defaults
- possibility to display totals in numeric fields
- constraints: any possible sql constraint can be attached to a Mask
or a Table. It can be expressed as a normal SQLAlchemy query or with
django-like syntax
- completely localized
- easy way to add hooks and validation
Package: python-sqlkit-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-jquery, libjs-jquery-ui
Recommends: python-sqlkit
Description: documentation for python-sqlkit and sqledit application
Sqlkit is a Python package which simplifies the creation of database-oriented
graphic user interfaces. It provides also sqledit, an application to view and
edit databases.
.
This package contains html documentation for sqledit and sqlkit.
|