Go to file
holger krekel 6167ba8923 (radomir, holger) tweak doctest reporting for docstrings from python modules
--HG--
branch : 1.0.x
2009-07-01 14:24:19 +01:00
contrib * refine and rename pycollect related hooks 2009-06-15 15:15:40 +02:00
doc trying to get together a working 1.0.0b7 2009-06-30 11:42:57 +01:00
example fixed examples according to new plugin and setup mechanisms 2009-05-21 14:36:52 +02:00
py (radomir, holger) tweak doctest reporting for docstrings from python modules 2009-07-01 14:24:19 +01:00
.hgignore * don't version generated .html files 2009-04-15 12:19:19 +02:00
.hgtags Added tag 1.0.0b6 for changeset 2cc0507f117f 2009-06-29 11:40:24 +01:00
CHANGELOG re-introduce py.test.mark and move py.test.xfail to py.test.mark.xfail 2009-06-28 13:27:34 +02:00
LICENSE [svn r57429] merging/porting the release branch changes and 2008-08-18 17:08:39 +02:00
MANIFEST trying to get together a working 1.0.0b7 2009-06-30 11:42:57 +01: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 trying to get together a working 1.0.0b7 2009-06-30 11:42:57 +01: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