PYSCRIPT(1) | [FIXME: manual] | PYSCRIPT(1) |
NOM¶
pyscript - Pyscript tool for generating an Encapsulated PostScript (EPS)SYNOPSIS¶
pyscript
[ --version]
pyscript
file.py [options]
[-o output file name file] [
-l log file]
DESCRIPTION¶
Pyscript allows to write images using the Python programming language. Use pyscript to create an Encapsulated PostScript (EPS) from a python program using pyscript objects.OPTIONS¶
--version/-Vprint version and URL of the project.
--help/-h
print usage information
--output/-o
Output is written to the given file name
--logfile/-l
Write the logfile to the given file name
AUTHORS¶
Pyscript was written by Alexei Gilchrist aalexei@users.sourceforge.net and Paul Cochrane paultcochrane at users.sourceforge.net. This manual page was written by Arnaud Fontaine arnau@debian.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.COPYRIGHT¶
Copyright © 2006 Arnaud FontaineMay 5, 2006 | [FIXME: source] |