+ |
|||||||
Python Common Components - PCC
|
|||||||
The purpose of the Python Common Component (PCC) repository is to collect common classes and functions written in Python which could be of interest for other Python developers.
For now (July 2000) the PCC only contains a limited set of features, but this is expected to grow steadily as new components are added as spinn-off of various projects developed in Python.
Utilities Provided
The following projects (modules) are provided by PCC:
Module
|
Description
|
pccUt
|
Contains various utilities for string
manipulation, handling of time formats and generation of documentation
from the documentation texts in the Python code, and more.
|
pccLog
|
Contains utilities
for handling of logging from Python applications into log files and on
stdout. The class PccLogMgr is used to handling the logging and will mantain
a log file. Each log entry is marked with a number from 1 to 5, indicating
how low-level the log entry is. The 'deepest' level is 5.
|
By clicking on the module names above, the documentation for the module is displayed (under development).
Download
For the moment the PCC is not released for public download. If you're interested in participating in the PCC project or to use it, please contact Jens Knudstrup.
Send
comments to <Jens.Knudstrup@eso.org> |
|