Go to file
holger krekel 3a9d2873b5 more or less fixes #4 along with changeset e07b15140498
note that i don't understand why the twisted plugin went
through the "wrapper" function.  seems to work just
fine for me without it.  also added the "True"
return value which indicates we handled the call.
however, the plugin hook will need some refinments.
see XXXs.

--HG--
branch : trunk
2009-04-17 19:33:38 +02:00
contrib more or less fixes #4 along with changeset e07b15140498 2009-04-17 19:33:38 +02:00
doc [svn r64091] adding missing file 2009-04-15 12:11:39 +02:00
example refining docs further 2009-04-13 19:51:42 +02:00
py ref addresses 4 2009-04-17 19:25:15 +02:00
.hgignore * don't version generated .html files 2009-04-15 12:19:19 +02:00
CHANGELOG [svn r64077] sync from hg-trunk 2009-04-14 23:04:57 +02:00
LICENSE [svn r57429] merging/porting the release branch changes and 2008-08-18 17:08:39 +02:00
MANIFEST [svn r64091] adding missing file 2009-04-15 12:11:39 +02:00
README.txt [svn r63546] small updates, regen setup.py 2009-04-02 19:34:16 +02:00
TODO.txt remove outdated info 2009-04-11 19:20:10 +02:00
_findpy.py * don't version generated .html files 2009-04-15 12:19:19 +02:00
setup.py [svn r64091] adding missing file 2009-04-15 12:11:39 +02:00

README.txt

The py lib is a Python development support library featuring 
the following tools and modules:

* py.test: tool for distributed automated testing
* py.execnet: ad-hoc distributed execution
* py.code: dynamic code generation and introspection
* py.path:  uniform local and svn path objects 

It includes code and contributions from several people, 
listed in the LICENSE file. 

For questions, please see py/doc/index.txt, refer to the website
http://pylib.org or come to the #pylib IRC freenode channel or subscribe to 
http://codespeak.net/mailman/listinfo/py-dev .

have fun, 

holger krekel, holger at merlinux eu

$Id: README.txt 63546 2009-04-02 17:34:16Z hpk $