modified Aug 22, 2008 by holger krekel,,,
py lib documentation
The py lib is a development support library featuring
py.test, ad-hoc distributed execution, micro-threads
(greenlets) and uniform local path and svn abstractions.
It works on Linux, Windows and OSX, Python versions
2.3, 2.4, 2.5 and 2.6.
Download and Installation
0.9.2 release announcement
Main tools and API
py.test introduces to the py.test testing utility.
py.execnet distributes programs across the net.
py.magic.greenlet: micro-threads (lightweight in-process concurrent programming)
py.path: local and subversion Path and Filesystem access
py.code: High-level access/manipulation of Python code and traceback objects.
py lib scripts describe the scripts contained in the py/bin directory.
apigen: a new way to generate rich Python API documentation
support functionality
py.xml for generating in-memory xml/html object trees
py.io: Helper Classes for Capturing of Input/Output
py.log: an alpha document about the ad-hoc logging facilities
miscellaneous features describes some small but nice py lib features.