meta data for this page
This is an old revision of the document!
pyph Code
Subversion access
pyph Project
Add the root of this project to PYTHONPATH (or into correspondent eclipse configuration). Programs and subpackage import are to be find towards the project root. Programs should be able to run directly, without separate installation.
pyph subpackages
Note. these are same as module concept in peerhood C++ implementation, but in python module name is reserved for python code file itself, so lets use subpackage name here.
proto/ – Prototype code for testing things with python.
pyph_util/ – General utilities used for implementation. This may not depend anything else than base python installation.