blob: 6f9142c9137140c3fe884ff1f18fcbd49479ef6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
The pylib is a development support library featuring these tools and APIs:
* 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") and PyPy
* py.path:
path abstractions over local and subversion files
* py.code:
dynamic code compile and traceback printing support
WWW: http://pylib.org
|