2008-08-18 23:08:39 +08:00
|
|
|
The py lib is a Python development support library featuring
|
|
|
|
the following tools and modules:
|
|
|
|
|
2008-09-02 20:26:22 +08:00
|
|
|
* py.test: automated testing tool
|
2008-08-18 23:08:39 +08:00
|
|
|
* 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
|
|
|
|
|
2008-09-02 20:26:22 +08:00
|
|
|
$Id: README.txt 57755 2008-09-02 12:26:22Z hpk $
|