2007-02-13 00:10:28 +08:00
|
|
|
py lib 0.9.0: py.test, distributed execution, greenlets and more
|
2007-02-11 19:52:44 +08:00
|
|
|
======================================================================
|
|
|
|
|
2007-02-13 00:10:28 +08:00
|
|
|
Welcome to the 0.9.0 py lib release - a library aiming to
|
|
|
|
support agile and test-driven python development on various levels.
|
|
|
|
|
2007-02-11 19:52:44 +08:00
|
|
|
Main API/Tool Features:
|
|
|
|
|
|
|
|
* py.test: cross-project testing tool with many advanced features
|
|
|
|
* py.execnet: ad-hoc code distribution to SSH, Socket and local sub processes
|
|
|
|
* py.magic.greenlet: micro-threads on standard CPython ("stackless-light")
|
|
|
|
* py.path: path abstractions over local and subversion files
|
|
|
|
* rich documentation of py's exported API
|
2007-02-13 16:18:31 +08:00
|
|
|
* tested against Win32, Linux and OSX, python 2.3-2.5
|
2007-02-11 19:52:44 +08:00
|
|
|
|
|
|
|
All these features and their API have extensive documentation,
|
2007-02-13 00:10:28 +08:00
|
|
|
generated with the new "apigen", which we intend to make accessible
|
2007-02-11 19:52:44 +08:00
|
|
|
for other python projects as well.
|
|
|
|
|
2007-02-14 02:22:47 +08:00
|
|
|
Download/Install: http://codespeak.net/py/0.9.0/download.html
|
|
|
|
Documentation/API: http://codespeak.net/py/0.9.0/index.html
|
2007-02-11 19:52:44 +08:00
|
|
|
|
2007-02-13 00:27:07 +08:00
|
|
|
Work on the py lib has been partially funded by the
|
2007-02-14 02:22:47 +08:00
|
|
|
European Union IST programme and by http://merlinux.de
|
|
|
|
within the PyPy project.
|
2007-02-13 00:10:28 +08:00
|
|
|
|
|
|
|
best, have fun and let us know what you think!
|
2007-02-11 19:52:44 +08:00
|
|
|
|
|
|
|
holger krekel, Maciej Fijalkowski,
|
|
|
|
Guido Wesdorp, Carl Friedrich Bolz
|
|
|
|
|