1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: python-biggles
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-support (>= 0.3), python-numeric, libplot-dev (>= 2.4.1-8)
Standards-Version: 3.7.2
Package: python-biggles
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, python-numeric
Suggests: python-numeric-ext
Provides: ${python:Provides}
Replaces: python2.3-biggles (<< 1.6.4-1.2), python2.4-biggles (<< 1.6.4-1.2)
Conflicts: python2.3-biggles (<< 1.6.4-1.2), python2.4-biggles (<< 1.6.4-1.2)
XB-Python-Version: ${python:Versions}
Description: Scientific plotting package for Python
Biggles is a Python module for creating publication-quality 2D scientific
plots. It supports multiple output formats (postscript, x11, png, svg, gif),
understands simple TeX, and sports a high-level, elegant interface. It's
intended for technical users with sophisticated plotting needs.
|