forked from clearclaw/psfile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
46 lines (29 loc) · 1.28 KB
/
README
File metadata and controls
46 lines (29 loc) · 1.28 KB
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
39
40
41
42
43
44
45
46
Original source: http://www.seehuhn.de/pages/psfile
PSFile - a Python module to create PostScript files
Introduction
------------
The PSFile module is a low-level helper for creating PostScript
files from Python scripts.
PSFile comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of Wisent under the terms of the GNU
General Public License. For more information about these matters,
read the file COPYING of the source code distribution.
Please send any suggestions and bug reports to Jochen Voss
<voss@seehuhn.de> . The PSFile homepage can be found at
http://seehuhn.de/pages/psfile .
Installation
------------
The module can be installed by extracting the source archive and
then typing the following commands in resulting directory:
python setup.py build
python setup.py install
For the second command you will probably need root privileges.
Documentation
-------------
There are several sources of information about PSFile:
* The PSFile manual can be found on the web page
http://seehuhn.de/pages/psfile .
* The Python module information, for example displayed by the command
'pydoc PSFile', contains basic usage information.
* Example scripts can be found in the examples/ subdirectory of the
source code distribution.