This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Office > pyspread (1.1.3)

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)

This requires: wxPython, numpy, matplotlib

Maintained by: Dimitris Zlatanidis
Keywords: pyspread,spreadsheet,python,excel,xls
ChangeLog: pyspread

Homepage:
https://manns.github.io/pyspread/

Source Downloads:
pyspread-1.1.3.tar.gz (854d1330ba8368ffea43107ae5a1329c)

Download SlackBuild:
pyspread.tar.gz
pyspread.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds