mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
c76a693254
PR: ports/127405 Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
15 lines
511 B
Plaintext
15 lines
511 B
Plaintext
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
|