Source: pyspread Section: python Priority: optional Maintainer: Andreas Noteng Uploaders: Python Applications Packaging Team Build-Depends: debhelper (>= 9.20150101+deb8u2), python (>= 2.7), python-pytest X-Python-Version: >= 2.7 Standards-Version: 4.1.3 Homepage: https://manns.github.io/pyspread/ Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pyspread/trunk/ Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/pyspread/trunk/ Package: pyspread Architecture: all Depends: gir1.2-pango-1.0, libcairo-gobject2, libpangocairo-1.0-0, python-cairo, python-gnupg, python-matplotlib, python-numpy (>= 1:1.1.0), python-wxgtk3.0, python-gtk2, ${misc:Depends}, ${python:Depends} Recommends: python-jedi (>=0.9.0-1), python-xlrd, python-xlwt, gnupg-agent Suggests: python-mpltoolkits.basemap, ttf-mscorefonts-installer Description: cross-platform Python spreadsheet application Pyspread is a cross-platform Python spreadsheet application. Instead of spreadsheet formulas, Python expressions are entered into the spreadsheet cells. Each expression returns a Python object that can be accessed from other cells. These objects can represent anything including lists or matrices.