How to Install and Uninstall python-sqlkit Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-sqlkit" package

Here is a brief guide to show you how to install python-sqlkit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-sqlkit

2. Uninstall "python-sqlkit" package

Please follow the steps below to uninstall python-sqlkit on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-sqlkit $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-sqlkit package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-sqlkit
Priority: optional
Section: universe/python
Installed-Size: 1146
Maintainer: Ubuntu Developers
Original-Maintainer: Pietro Battiston
Architecture: all
Source: sqlkit
Version: 0.9.6.1-2
Depends: python (>= 2.7), python (<< 2.8), python-dateutil, python-gtk2, python-sqlalchemy, python-babel, python-pkg-resources
Recommends: python-mysqldb | python-psycopg2, python-sqlkit-doc
Suggests: python-mysqldb, python-psycopg2
Filename: pool/universe/s/sqlkit/python-sqlkit_0.9.6.1-2_all.deb
Size: 206346
MD5sum: de43e1d22511365e148529ede1c837a6
SHA1: b6efcc489ef9bf77b6131c70625c4a40bb90f1f6
SHA256: c5f867610af1147854e441b08dd3927a0454579a34ae7c3058e246390baecd10
Description-en: 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
Description-md5: 3b1046c74df9d68223913bcec53afacd
Homepage: http://sqlkit.argolinux.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu