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


Groups > comp.lang.python > #74235

[ANN] pyspread 0.3.0

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <news@eternal-september.org>
X-Original-To python-announce@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'url:pypi': 0.03; 'column': 0.07; 'gpl': 0.07; 'subject:ANN': 0.07; 'url:github': 0.09; 'runs': 0.10; 'martin': 0.11; 'windows': 0.15; '(use': 0.16; '0.3.0': 0.16; 'builtins': 0.16; 'docstrings': 0.16; 'from:addr:gmx.net': 0.16; 'gpg': 0.16; 'pressing': 0.16; 'pythonic': 0.16; 'received:eu': 0.16; 'redo': 0.16; 'selects': 0.16; 'sorting': 0.16; 'toolbar': 0.16; 'wxpython': 0.16; 'skip:= 10': 0.16; 'language': 0.16; '(not': 0.18; 'subject:] ': 0.20; 'written': 0.21; 'programming': 0.22; 'copied': 0.24; 'software.': 0.24; 'function': 0.29; 'array': 0.29; 'mode': 0.30; 'code': 0.31; '3.x': 0.31; 'cells': 0.31; 'dialog': 0.31; 'disabled': 0.31; 'prevention': 0.31; 'skip:= 20': 0.31; 'file': 0.32; 'selection': 0.32; 'url:python': 0.33; 'actual': 0.34; 'updated': 0.34; 'there': 0.35; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'application': 0.37; 'project': 0.37; 'displays': 0.38; 'files': 0.38; 'does': 0.39; 'subject:[': 0.39; 'received:org': 0.40; 'release': 0.40; 'remove': 0.60; 'most': 0.60; 'free': 0.61; 'new': 0.61; 'first': 0.61; 'save': 0.62; 'such': 0.63; 'skip:n 10': 0.64; 'website:': 0.67; 'periodically': 0.68; 'to:addr:comp- lang-python-announce': 0.70; 'goal': 0.75; 'to:addr:moderators.isc.org': 0.77; 'completion': 0.78; '(still': 0.84; '============': 0.84; 'moves': 0.84; 'spreadsheet': 0.84
To comp-lang-python-announce@moderators.isc.org
From Martin Manns <mmanns@gmx.net>
Newsgroups comp.lang.python.announce, comp.lang.python
Subject [ANN] pyspread 0.3.0
Date Wed, 9 Jul 2014 02:53:41 +0200
Organization A noiseless patient Spider
Mime-Version 1.0
Content-Type text/plain; charset=US-ASCII
Content-Transfer-Encoding 7bit
X-Newsreader Claws Mail 3.10.1 (GTK+ 2.24.24; i486-pc-linux-gnu)
X-Auth-Sender U2FsdGVkX18k1TvaDGyMDTyC+55pDyQE
Cancel-Lock sha1:USGoolwjFW+k4oRfMKnkcVodHhg=
X-Mailman-Approved-At Wed, 09 Jul 2014 09:22:13 +0200
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 <https://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 <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Message-ID <mailman.11676.1404890534.18130.python-announce-list@python.org> (permalink)
Lines 61
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1404890534 news.xs4all.nl 2849 [2001:888:2000:d::a6]:38819
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:1319 comp.lang.python:74235

Cross-posted to 2 groups.

Show key headers only | View raw


==============
pyspread 0.3.0
==============


Pyspread 0.3.0 is released.

This update is the first release that runs with wxPython 3.x.


About pyspread
==============

Pyspread is a non-traditional spreadsheet application that is based on
and written in the programming language Python. 

The goal of pyspread is to be the most pythonic spreadsheet application.

Pyspread is free software. It is released under the GPL v3.

Project website: http://manns.github.com/pyspread/
Download page:   https://pypi.python.org/pypi/pyspread


What is new in 0.3.0
====================


 + wxPython 3.x support
 + Entryline code completion (use <Tab>)
 + EntryLine tooltip now displays docstrings for methods and builtins
   (use <Tab>)
 + nn function added to remove None from result array
 + Uncompressed pysu save file format
 + Writing xls files (still experimental)
 + Cell locking
 + Cell sorting
 + Frozen cells can now be updated periodically (>=100 ms/update)
 + Reference to a selection can now be copied the the clipboard with
 + <Ctrl> + R <Home> now moves the active cell to the first column of
 + the actual row <Shift> + <Space> now selects the current row
 + <Ctrl> + <Space> now selects the current column
 + Fingerprint in gpg key choice dialog
 + Tooltips for toolbar icons



Known issues
============

 + Selection mode is disabled in Windows.
 + Sometimes, pressing redo when there is nothing left to redo has
   undesired effects such as redoing an operation again.
 + On some (not all) Windows system lockup prevention does not work



Martin


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


Thread

[ANN] pyspread 0.3.0 Martin Manns <mmanns@gmx.net> - 2014-07-09 02:53 +0200

csiph-web