diff options
Diffstat (limited to 'print/py-pyscript/pkg-descr')
-rw-r--r-- | print/py-pyscript/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/print/py-pyscript/pkg-descr b/print/py-pyscript/pkg-descr new file mode 100644 index 000000000000..414e169ffe0d --- /dev/null +++ b/print/py-pyscript/pkg-descr @@ -0,0 +1,18 @@ +PyScript is a python module for producing high quality postscript +graphics. Rather than use a GUI to draw a picture, the picture is +programmed using python and the PyScript objects. + +Some of the key features are: + + * All scripting is done in python, which is a high level, easy + to learn, well-developed scripting language. + * All the objects can be translated, scaled, rotated, ... in fact + any affine transformation. + * Plain text is automatically kerned. + * You can place arbitrary LaTeX expressions on your figures. + * You can create your own figure objects, and develop a library + of figure primitives. + * Output is publication quality. + +Author: Alexei Gilchrist, Paul Cochrane <aalexei@users.sourceforge.net> +WWW: http://pyscript.sourceforge.net/ |