| File | Date | Author | Commit |
|---|---|---|---|
| debian | 2004-06-08 |
|
[e19a0f] - Several updates for latest version |
| MANIFEST | 2005-06-08 |
|
[6d638c] Initial release by stefan. |
| PKG-INFO | 2005-06-08 |
|
[6d638c] Initial release by stefan. |
| README | 2005-06-08 |
|
[0b05c7] Added pydoc hint. |
| TODO | 2005-06-08 |
|
[6d638c] Initial release by stefan. |
| pslib.c | 2008-04-14 |
|
[d85fe0] - added PS_makespotcolor() |
| pslibmodule.c | 2005-06-10 |
|
[aaba6c] This is a full rewrite, based on an automatic c... |
| setup.py | 2005-06-08 |
|
[b39ec9] Had to rm data section, because examples are no... |
This program is a wrapper for pslib in Python.
Written by Stefan Schroeder (stefan at fkp.uni-hannover.de)
(C) GPL 4/2004, read license at gnu.org.
This python-module implements most of the functions in the
library libps (or pslib) from pslib.sf.net. You can use
the manpages that come with the C-library. Some functions
in python have slightly varying signatures. Consult
the source code if you get unexpected errors.
Install with
python setup.py install
Have a look in the examples subdirectory.
After installation you can get an overview with
pydoc pslib
History:
20-4-2004: Initial writing
21-4-2004: Finished 99%: 0.1
28-5-2004: Updated to pslib 0.15,
string_width3 is now called string_geometry
Nov 2004: Updated to pslib-0.2.4