Return-Path: X-Original-To: python-announce@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.05; 'defaults': 0.07; 'numeric': 0.07; 'python': 0.07; '(good': 0.09; 'received:212.52.84': 0.09; 'received:libero.it': 0.09; 'totals': 0.09; 'url:launchpad': 0.09; 'url:py': 0.09; 'syntax': 0.12; '2.5)': 0.16; 'license:': 0.16; 'more:': 0.16; 'openoffice': 0.16; 'received:212.52.84.107': 0.16; 'received:cp-out7.libero.it': 0.16; 'received:eu': 0.16; 'span': 0.16; 'sqlalchemy': 0.16; 'subject:0.9.4': 0.16; 'url:changelog': 0.16; 'url:hg': 0.16; 'w/o': 0.16; 'meant': 0.18; 'command': 0.19; 'programming': 0.20; 'filter': 0.22; 'download:': 0.23; 'driver': 0.23; 'keys': 0.23; 'mask': 0.23; "i'm": 0.26; 'google': 0.27; 'query': 0.29; '(the': 0.30; 'filtering': 0.31; 'group:': 0.31; 'table.': 0.31; "skip:' 10": 0.32; 'called': 0.32; 'project': 0.32; 'data.': 0.33; 'module': 0.33; 'uses': 0.34; 'using': 0.34; 'header:X-Complaints- To:1': 0.34; 'editor': 0.35; 'url:group': 0.35; 'header:User- Agent:1': 0.35; 'gnu': 0.35; 'suites': 0.35; 'possibility': 0.36; 'charset:us-ascii': 0.36; 'report': 0.37; 'rest': 0.37; 'table': 0.37; 'skip:- 10': 0.37; 'url:google': 0.38; 'url:org': 0.38; 'database': 0.38; 'used': 0.38; 'completely': 0.38; 'date': 0.39; 'help': 0.39; 'adds': 0.39; 'set': 0.39; 'announce': 0.39; "it's": 0.40; 'header:Received:5': 0.40; 'views': 0.40; 'allows': 0.40; 'to:addr:comp-lang-python-announce': 0.61; '2011': 0.62; 'url:net': 0.62; 'received:it': 0.63; 'url:groups': 0.63; 'records': 0.66; 'foreign': 0.68; 'demo': 0.73; 'to:addr:moderators.isc.org': 0.75; 'url:it': 0.80; 'april,': 0.84; 'easy_install': 0.84; 'modes:': 0.84; 'cope': 0.91; 'completion': 0.97 X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B020B.4DA5D435.00D7,ss=1,re=0.000,fgs=0 X-libjamoibt: 1555 To: comp-lang-python-announce@moderators.isc.org Newsgroups: comp.lang.python.announce From: sandro Subject: Sqlkit 0.9.4 User-Agent: XPN/1.2.6 (Street Spirit ; Linux) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Wed, 13 Apr 2011 16:49:46 GMT Organization: [Infostrada] X-Mailman-Approved-At: Wed, 13 Apr 2011 20:04:28 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Message-ID: Lines: 82 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1302717870 news.xs4all.nl 41114 [::ffff:82.94.164.166]:42995 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.stben.net!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Xref: x330-a1.tempe.blueboxinc.net comp.lang.python.announce:90 ANNOUNCE: sqlkit 0.9.4 April, 11 - 2011 I'm happy to announce release 0.9.4 of sqlkit package for Python. http://sqlkit.argolinux.org/ This release ------------ This release adds support for printing from sqlkit using OpenOffice templates that in turn uses 'uno' module provided from the OpenOffice project and a custom system that allows to write report templates w/o any programming know-how. This module called 'oootemplate', can be used from any Python program independently from the rest of sqlkit. The python package ------------------ SQLkit PyGtk package provides Mask and Table widgets to edit database data. It's meant as a base for database desktop applications. The application --------------- It also provides 'sqledit' a PyGTK application based on sqlkit that can be used from command line to browse and edit data. The package has 2 very rich demo suites for sql widgets (the main one in sqlkit/demo/sql/demo.py) and for layout creation Translations ------------ If you like sqlkit and want to help translating, you may find the project on: https://launchpad.net/sqlkit 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 records - filter may span relationship - date filtering possible also on relative basis (good for saved queries) * completion on all text field and foreign keys * very easy way to draw a layout for mask views * completely effortless editing of relationships * very easy way to set defaults * possibility to display totals of numeric fields * 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 * sqledit: the application to edit db Sqlkit is based on: ------------------- * python (>= 2.5) * PyGtk * Sqlalchemy (>= 0.5.4) * python-dateutil * babel (localization) * you db driver of choice Download & more: --------------- * Download: http://sqlkit.argolinux.org/misc/download.html easy_install sqlkit * Source: hg clone http://hg.argolinux.org/py/sqlkit * Google Group: http://groups.google.it/group/sqlkit/ * Translation: https://launchpad.net/sqlkit * Tutorial: http://sqlkit.argolinux.org/misc/tutorials.html * Changelog: http://sqlkit.argolinux.org/download/Changelog * License: GNU GPLv3