meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
peerhood:pyph_code [2009/03/27 15:14] hevi |
peerhood:pyph_code [2011/09/02 12:05] (current) |
||
---|---|---|---|
Line 4: | Line 4: | ||
https://www2.it.lut.fi/svn/comlab/peerhood/trunk/pyph | https://www2.it.lut.fi/svn/comlab/peerhood/trunk/pyph | ||
+ | |||
+ | ===== 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 ===== | ===== 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. | 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. | + | **[[https://www2.it.lut.fi/svn/comlab/peerhood/trunk/pyph/proto/|proto/]]** -- Prototype code for trying things with python. |
+ | |||
+ | **[[https://www2.it.lut.fi/svn/comlab/peerhood/trunk/pyph/pyph_util/|pyph_util/]]** -- General utilities used for implementation. This may not depend anything else than base python installation. | ||
+ | |||
+ | more to come | ||
- | **pyph_util/** -- General utilities used for implementation. This may not depend anything else than base python installation. | + | ===== See also ===== |
+ | [[pyph]], required [[software components]] | ||