Overview:

  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.

License: 

  Released under the GPL

Changes:

  The major change in this release is a complete rewrite of the Talk and
  Poster classes of the presentation library.  There have also been 
  many bug fixes and minor other improvements.  For details see the 
  PyScript web page: 
  <a href="http://pyscript.sourceforge.net";>pyscript.sourceforge.net</a>.

Getting the software:

  One can download the latest version (0.6) from:
  <a href="http://pyscript.sourceforge.net";>PyScript</a>

Requirements:

  * Python 2.2 and above
  * An up-to-date LaTeX distribution

Authors:

  * Alexei Gilchrist <[EMAIL PROTECTED]>
  * Paul Cochrane <[EMAIL PROTECTED]>

  If you use this software, have any suggestions, or bug reports, please let
  us know!

--
[EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to