Go to file
hpk 5f666c99b7 [svn r57535] extending hacks for a safe representation of objects
to also work for broken __repr__s on newstyle classes.

--HG--
branch : trunk
2008-08-21 11:48:46 +02:00
py [svn r57535] extending hacks for a safe representation of objects 2008-08-21 11:48:46 +02:00
CHANGELOG [svn r57429] merging/porting the release branch changes and 2008-08-18 17:08:39 +02:00
LICENSE [svn r57429] merging/porting the release branch changes and 2008-08-18 17:08:39 +02:00
MANIFEST [svn r57468] regen setup for trunk 2008-08-19 19:34:19 +02:00
README.txt [svn r57429] merging/porting the release branch changes and 2008-08-18 17:08:39 +02:00
_findpy.py [svn r57429] merging/porting the release branch changes and 2008-08-18 17:08:39 +02:00
ez_setup.py [svn r57429] merging/porting the release branch changes and 2008-08-18 17:08:39 +02:00
setup.cfg [svn r57529] preparing experiments with "dev" tags and pypi. 2008-08-21 09:48:44 +02:00
setup.py [svn r57468] regen setup for trunk 2008-08-19 19:34:19 +02:00

README.txt

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

* py.test: popular python testing tool 
* py.execnet: ad-hoc distributed execution
* py.magic.greenlet: micro-threads
* 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 57429 2008-08-18 15:08:39Z hpk $