slackbuilds/office/pyspread
Dimitris Zlatanidis 5f3bc0a19b
office/pyspread: Updated for version 2.2.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-01-06 08:08:40 +07:00
..
README office/pyspread: Updated for version 2.1. 2022-07-09 10:06:19 +07:00
doinst.sh
pyspread.SlackBuild office/pyspread: Updated for version 2.2.3. 2024-01-06 08:08:40 +07:00
pyspread.desktop
pyspread.info office/pyspread: Updated for version 2.2.3. 2024-01-06 08:08:40 +07:00
slack-desc office/pyspread: Updated for version 2.2.3. 2024-01-06 08:08:40 +07:00

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: matplotlib, pyenchant, python-dateutil