B. Watson b939762c97 office/pyspread: Wrap README at 72 columns. 2 anni fa
..
README b939762c97 office/pyspread: Wrap README at 72 columns. 2 anni fa
doinst.sh 2707fc455f office/pyspread: Added (Python spreadsheet). 10 anni fa
pyspread.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 anni fa
pyspread.desktop 2707fc455f office/pyspread: Added (Python spreadsheet). 10 anni fa
pyspread.info 5c535ddaba office/pyspread: Updated for version 1.1.3. 5 anni fa
slack-desc 461bbf7bed office/pyspread: Switch to https. 7 anni fa

README

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. Pyspread
expects Python expressions in its grid cells, which makes a
spreadsheet specific language obsolete. Each cell returns a Python
object that can be accessed from other cells. These objects can
represent anything including lists or matrices.

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

- CSV import and export
- Chart creation dialog based on matplotlib
- Python objects as cell results
- Python macros
- GPG based save file signatures for preventing foreign code execution
- Access to all Python modules from within cells. These modules allow
for example matrix operations via numpy or fixed point decimal
numbers for business calculations via decimal.

Optional Dependencies:

- python-xlrd (optional for opening Excel files)
- python-xlwt (for saving Excel files)
- python-gnupg (for opening own files without approval)
- jedi (for tab completion and context help in the entry line)
- basemap (for the weather example pys file)