1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: codespeak-lib
Section: python
Priority: optional
Maintainer: Chris Lamb <chris@chris-lamb.co.uk>
Build-Depends: python-all-dev (>= 2.3.5-10), python-central (>= 0.5), debhelper (>= 5.0.37.1), quilt, python-docutils, xsltproc, docbook-xsl, subversion, openssh-client, texlive-extra-utils
XS-Python-Version: all
Standards-Version: 3.8.0
Homepage: http://codespeak.net/py/
Package: python-codespeak-lib
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Conflicts: python-pylib, python2.3-codespeak-lib, python2.4-codespeak-lib
Replaces: python-pylib, python2.3-codespeak-lib, python2.4-codespeak-lib
Recommends: python-docutils
Suggests: screen, rsync, graphviz, texlive, ghostscript, ps2eps, subversion
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: The pylib library containing py.test, greenlets and other niceties
The Codespeak py lib aims at supporting a decent Python development process
addressing deployment, versioning, testing and documentation perspectives. It
includes:
.
* py.test, whose focus is to get a test environment that's easier to use than
the existing ones
* py.xml, a fast and easy way to generate xml/html documents
* py.magic.greenlet, lightweight in-process concurrent programming
* py.execnet, ad-hoc code distribution to SSH, Socket and local sub-processes
* py.path, path abstractions over local and subversion files
* .. and many more features.
|