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:09] hevi |
peerhood:pyph_code [2011/09/02 12:05] (current) |
||
---|---|---|---|
Line 3: | Line 3: | ||
===== Subversion access ===== | ===== Subversion access ===== | ||
- | 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 ===== | ||
+ | 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. | ||
+ | |||
+ | **[[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 | ||
+ | |||
+ | ===== See also ===== | ||
+ | [[pyph]], required [[software components]] |