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:18] hevi |
peerhood:pyph_code [2011/09/02 12:05] (current) |
||
---|---|---|---|
Line 11: | Line 11: | ||
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. | ||
- | **[[https://www2.it.lut.fi/svn/comlab/peerhood/trunk/pyph/proto/|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. | **[[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]] | ||