diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-06 19:14:46 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:11 -0600 |
commit | 2707fc455f2e8cc22aee5652aecaaceaa5ddb1c5 (patch) | |
tree | 27c1f6a1759118f011c552b3b03eac1a760da9cd /office/pyspread/README | |
parent | 2e33ec96b1a4571ec7192f4c9e9b061a1f41dfd0 (diff) | |
download | slackbuilds-2707fc455f2e8cc22aee5652aecaaceaa5ddb1c5.tar.gz |
office/pyspread: Added (Python spreadsheet).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/pyspread/README')
-rw-r--r-- | office/pyspread/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/office/pyspread/README b/office/pyspread/README new file mode 100644 index 0000000000..b3d2427177 --- /dev/null +++ b/office/pyspread/README @@ -0,0 +1,21 @@ +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 Requirements: python-xlrd (optional for opening Excel files). |