Package psg
source code
Savannah page (actual homepage)
Any ideas, suggestion or criticism is always welcome!
Welcome to the Python PostScript Generator
For a general introduction please refer to the README file in the distribution root folder!
Any ideas, suggestion or criticism is always welcome!
Diedrich Vorberg <diedrich@tux4web.de>
- psg.debug:
- psg.document:
- psg.drawing: This module will contain psg's drawing functionality.
- psg.drawing.box: This module defines a number of very usefull classes to model a
'box' on a page: canvas, textbox, eps_image and raster_image.
- psg.drawing.text:
- psg.exceptions: This module defines psg speficic exceptions.
- psg.fonts: The AFM module is split into two parts: The parser that reads an
AFM file and creates a tree of Python objects to represent the
metrics in memory and a backend that provides higher level
functions to do calculations based on the matics.
- psg.interpreters
- psg.procsets: Procsets are predefined PostScript programs that are put into a
document's header if psg needs them.
- psg.util: Utility classes and functions.
- psg.util.file_like_buffer': Buffers for output file generation
- psg.util.measure: This module contains functions and classes for calculating
length and area on paper.
- psg.util.misc: Misc utility functions and classes.
- psg.util.subfile': Wrapper class for file objects that will emulate a file that
contains a specified subset of the 'parent' file.
- psg.util.uuid': UUID objects (universally unique identifiers) according to RFC
4122.
|