1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: pyspread
Section: python
Priority: optional
Maintainer: Andreas Noteng <andreas@noteng.no>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 8.1.0), python (>= 2.7), python-pytest
X-Python-Version: >= 2.7
Standards-Version: 3.9.6
Homepage: http://pyspread.sourceforge.net/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pyspread/trunk/
Vcs-Browser: http://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,
${misc:Depends},
${python:Depends}
Recommends: python-jedi (>=0.9.0-1), python-rsvg, 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.
|