Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #747

[ANN] guidata v1.5.1

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsfeed.datemas.de!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <pierre.raybaut@cea.fr>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'repository': 0.05; 'executable': 0.07; 'subject:ANN': 0.07; 'api': 0.09; 'python': 0.09; 'alternatives': 0.09; 'mercurial': 0.09; 'url:googlecode': 0.09; 'index': 0.13; 'library': 0.15; 'interfaces': 0.15; '(source': 0.16; 'aux': 0.16; 'cea': 0.16; 'energies': 0.16; 'helpers': 0.16; 'url:checkout': 0.16; 'url:packages': 0.16; 'translation': 0.16; '(or': 0.18; 'subject:] ': 0.19; 'windows': 0.19; 'module': 0.19; 'mostly': 0.20; 'all,': 0.21; 'minor': 0.22; 'url:com)': 0.22; 'url:wiki': 0.26; '(see': 0.27; 'lines': 0.28; 'publicly': 0.29; 'received:132': 0.29; 'url:code': 0.29; 'url:source': 0.30; 'compatible': 0.30; '(and': 0.32; 'url:python': 0.32; 'platforms.': 0.33; 'tool': 0.36; 'url:org': 0.36; 'announce': 0.36; 'received:fr': 0.36; 'test': 0.36; 'subject:[': 0.37; 'data': 0.37; 'to:addr:python.org': 0.39; 'release': 0.39; 'build': 0.39; 'application': 0.40; 'easy': 0.60; 'from:no real name:2**0': 0.60; 'received:network': 0.61; 'here:': 0.62; 'to:2**2': 0.62; 'url:p': 0.63; 'maintenance': 0.65; 'management': 0.65; 'features:': 0.65; 'to:addr:python-announce- list': 0.65; 'pleased': 0.66; 'to:no real name:2**2': 0.69; 'dr.': 0.72; '(based': 0.84; 'graphical': 0.91
X-MimeOLE Produced By Microsoft Exchange V6.5
Content-class urn:content-classes:message
MIME-Version 1.0
Content-Type text/plain; charset="iso-8859-1"
Content-Transfer-Encoding quoted-printable
Subject [ANN] guidata v1.5.1
Date Wed, 7 Nov 2012 17:30:13 +0100
X-MS-Has-Attach
X-MS-TNEF-Correlator
Thread-Topic [ANN] guidata v1.5.1
Thread-Index Ac29BSSU3CfhzUKaT72yEfEr4P1+Xg==
From <Pierre.RAYBAUT@CEA.FR>
To <python-announce-list@python.org>, <scipy-user@scipy.org>, <pythonxy@googlegroups.com>, <spyderlib@googlegroups.com>
X-OriginalArrivalTime 07 Nov 2012 16:30:14.0130 (UTC) FILETIME=[2A088520:01CDBD05]
X-Mailman-Approved-At Thu, 08 Nov 2012 15:31:30 +0100
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.15
Precedence list
Reply-To python-list@python.org
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Newsgroups comp.lang.python.announce
Message-ID <mailman.3440.1352385091.27098.python-announce-list@python.org> (permalink)
Lines 47
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1352385091 news.xs4all.nl 6926 [2001:888:2000:d::a6]:58989
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:747

Show key headers only | View raw


Hi all,

I am pleased to announce that `guidata` v1.5.1 has been released (http://guidata.googlecode.com).

Based on the Qt Python binding module PyQt4 (and mostly compatible with PySide), guidata is a Python library generating graphical user interfaces for easy dataset editing and display. It also provides helpers and application development tools for PyQt4.

guidata also provides the following features:
    * guidata.qthelpers: PyQt4 helpers
    * guidata.disthelpers: cx_Freeze/py2exe helpers (or how to build a self-consistent executable in three lines of code!)
    * guidata.userconfig: .ini configuration management helpers (based on Python standard module ConfigParser)
    * guidata.configtools: library/application data management
    * guidata.gettext_helpers: translation helpers (based on the GNU tool gettext)
    * guidata.guitest: automatic GUI-based test launcher
    * guidata.utils: miscelleneous utilities

guidata has been successfully tested on GNU/Linux and Windows platforms.

This is mostly a maintenance release with a couple of bugfixes and minor new features (see changelog here: http://code.google.com/p/guidata/wiki/ChangeLog).

The Mercurial repository is now publicly available here:
http://code.google.com/p/guidata/source/checkout

The `guidata` documentation with examples, API reference, etc. is available here:
http://packages.python.org/guidata/

Python package index page:
http://pypi.python.org/pypi/guidata/

Documentation, screenshots:
http://packages.python.org/guidata/

Downloads (source + Windows installers):
http://guidata.googlecode.com

--
Dr. Pierre Raybaut
CEA - Commissariat à l'Energie Atomique et aux Energies Alternatives

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

[ANN] guidata v1.5.1 <Pierre.RAYBAUT@CEA.FR> - 2012-11-07 17:30 +0100

csiph-web