ANN: pyspread 0.0.9

Martin Manns mmanns at gmx.net
Sun Aug 24 18:52:56 EDT 2008


pyspread 0.0.9 has been released.

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

New features:
+ Find & Replace
+ Undo & Redo
+ New context menu in grid
+ Improved speed especially for large grids
+ Relative addressing revamped
+ CSV import improved
+ Icons changed to Tango iconset
+ Docstrings improved
+ Bug fixes in print framework

Highlights:
+ Numpy high performance arrays for spreadsheet calculation
+ Full access to python batteries from each cell
+ No non-python syntax add-ons
+ 3D grid
+ Cell access via slicing of numpy array S
+ X, Y, and Z yield current cell location for relative reference

Notes:
Please use distutils for installation.
Make sure that the old files are deleted:
$ su
$ rm -Rf [MyPythonPath]/site-packages/pyspread*
$ python setup.py install
$ exit
$ pyspread.py

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

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

Enjoy 
 
Martin 



More information about the Python-list mailing list