diff options
-rw-r--r-- | office/pyspread/README | 25 |
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) |