Go to file
holger krekel 3e226f9392 Added tag 1.0.0b8 for changeset c63f35c266cb
--HG--
branch : 1.0.x
2009-07-22 15:05:18 +02:00
contrib * refine and rename pycollect related hooks 2009-06-15 15:15:40 +02:00
doc regen links and add oejskit place holder text 2009-07-22 15:05:09 +02:00
example adding a new execnet example 2009-07-10 13:44:33 +02:00
py applying samuele's patch fixing a regression 2009-07-22 14:50:17 +02:00
.hgignore new cleaner layout, many improvements to docs 2009-07-20 18:54:08 +02:00
.hgtags Added tag 1.0.0b8 for changeset c63f35c266cb 2009-07-22 15:05:18 +02:00
CHANGELOG regen MANIFEST, update changelog 2009-07-22 14:58:05 +02:00
LICENSE [svn r57429] merging/porting the release branch changes and 2008-08-18 17:08:39 +02:00
MANIFEST regen MANIFEST, update changelog 2009-07-22 14:58:05 +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
makepluginlist.py new cleaner layout, many improvements to docs 2009-07-20 18:54:08 +02:00
setup.py trying to tweak setup and py version attributes to not cause merging conflicts 2009-07-14 21:36:51 +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