Go to file
holger krekel e051c9a4b8 remerge from 1.0.x after changelog addition change
--HG--
branch : trunk
2009-08-19 21:07:37 +02:00
bin-for-dist [mq]: 101-prep 2009-08-19 17:12:02 +02:00
contrib adding a 5 LOC plugin for capturing and ignoring the output of test function calls 2009-08-11 19:02:32 +02:00
doc adding a link to changelog, hope that mercurial versions links correctly 2009-08-19 21:02:41 +02:00
example shift install test, fix example test, add 1.0.1 release announce 2009-08-18 20:02:52 +02:00
py enable nose by default 2009-08-19 17:53:08 +02:00
.hgignore new cleaner layout, many improvements to docs 2009-07-20 18:54:08 +02:00
.hgtags Added tag 1.0.1 for changeset 6bd221981ac9 2009-08-19 18:25:20 +02:00
CHANGELOG enable nose by default 2009-08-19 17:53:08 +02:00
LICENSE [svn r57429] merging/porting the release branch changes and 2008-08-18 17:08:39 +02:00
MANIFEST [mq]: 101-prep 2009-08-19 17:12:02 +02:00
README.txt remove TODO file (mostly done, superflous or in the issue tracker), 2009-06-23 12:12:45 +02:00
_findpy.py * don't version generated .html files 2009-04-15 12:19:19 +02:00
setup.py [mq]: 101-prep 2009-08-19 17:12:02 +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