summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 13:41:10 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commitb245327e7985fed0120d90a4f5e8df0212c1bd1d (patch)
tree726964931e4e6c39131ca41d0d9f18a5d47b3e8b /office
parent2d0fbb20d655e6f2fd64455248d77f4720077bc9 (diff)
downloadslackbuilds-b245327e7985fed0120d90a4f5e8df0212c1bd1d.tar.gz
slackbuilds-b245327e7985fed0120d90a4f5e8df0212c1bd1d.tar.xz
office/pyspread: Fix README.
Diffstat (limited to 'office')
-rw-r--r--office/pyspread/README25
1 files changed, 13 insertions, 12 deletions
diff --git a/office/pyspread/README b/office/pyspread/README
index b0f67598b4..4b77a7cf84 100644
--- a/office/pyspread/README
+++ b/office/pyspread/README
@@ -1,11 +1,11 @@
-Pyspread is a non-traditional spreadsheet application that is based on and
-written in the programming language Python.
+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.
+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.
@@ -18,9 +18,10 @@ Pyspread is free software. It is released under the GPL v3.
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)
- 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)
+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)