ANN: pyspread 0.0.4

Martin Manns mmanns at gmx.net
Sun Apr 27 19:07:28 CEST 2008


On Sun, 27 Apr 2008 05:21:56 +0200
Martin Manns <mmanns at gmx.net> wrote:

> The newest version pyspread 0.0.4 now runs on 
> + GTK
> + Windows
> + Mac (not tested myself but got positive reports)
> 
> New features in 0.0.4:
> + Column, line and table insertion and deletion
> + Themeable toolbar

I forgot to post the short description and the link:

pyspread is a spreadsheet that accepts a pure python expression in
each cell.

Highlights:
+ No non-python syntax add-ons
+ Access to python modules from cells
+ 3D grid
+ Numpy object array for representation of string entry into grid cell
+ Numpy object array for representation of eval function array
+ Cell access via slicing of numpy function array
+ X, Y, and Z yield current cell location for relative reference

Requires: Python >=2.4, Numpy 1.0.4, and wxPython 2.8.7.1.
License: GPL

Project page: http://pyspread.sourceforge.net

Best Regards

Martin



More information about the Python-announce-list mailing list