This suite forms the pure Python base classes for projects and project-related
classes within the PMOBoss suite.
Everything known (and knowable) about a pmoproject is contained within the base
classes in this module.
The parsers directory contains parser classes which are responsible for taking
file types and translating these into the base classes.
The reason that this library is pure Python is because we want to be able to
reliably test all the attributes of this base and to test that parser's indeed
rend these properly.
The test directory contains the regression/unit testing suite for these classes,
and the codegen directory contains some useful scripts to autogenerate python
code stubs for other Zope and Plonish applications.
|