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 32 33 34 35 36 37 38
|
Source: pyx
Maintainer: Thomas Viehmann <tv@beamnet.de>
Standards-Version: 3.7.2
Section: python
Priority: optional
Build-Depends: debhelper (>= 5.0.37.1), python-all-dev, libkpathsea-dev, python (>= 2.3.5-7), python-central (>= 0.5)
Build-Depends-Indep: tetex-extra, tipa
XS-Python-Version: all
Package: python-pyx
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}
Recommends: tetex-extra
Suggests: python-pyx-doc, python-imaging
Conflicts: python2.3-pyx, python2.2-pyx, python-pyx-common
Replaces: python2.3-pyx, python-pyx-common
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: Python module for generating PostScript graphics
PyX is a Python module for generating encapsulated PostScript figures using
an abstraction of PostScript and TeX.
.
The module provides access to PostScript features such as paths,
line-styles, fill patterns, transformations, and clipping. Geometric
operations on paths such as intersections, transformations, and splitting
are also supported.
.
PyX also allows flexible graph generation with many different graph and
axis styles.
Package: python-pyx-doc
Architecture: all
Recommends: pdf-viewer
Description: Python module for generating PostScript graphics (documentation)
PyX is a Python module for generating encapsulated PostScript figures using
an abstraction of PostScript and TeX.
.
This package contains the manual for PyX in PDF format.
|