freebsd-ports/devel/py-pylib/pkg-descr

15 lines
511 B
Text
Raw Normal View History

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