Source: pytools
Section: python
Priority: optional
Maintainer: Tomasz Rybak <bogomips@post.pl>
Build-Depends: debhelper (>= 8),
 python (>= 2.5),
 python-setuptools,
 python-numpy,
 python-matplotlib,
 python-decorator
Standards-Version: 3.9.2
X-Python-Version: >= 2.6
Homepage: http://mathema.tician.de/software/pytools
Vcs-Git: git://git.debian.org/git/collab-maint/python-pytools.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/python-pytools.git

Package: python-pytools
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
 python-numpy,
 python-matplotlib,
 python-decorator
XB-Python-Version: ${python:Versions}
Description: big bag of things supplementing Python standard library
 Pytools is a big bag of things that are needed by packages created by
 Andreas Kloeckner. They are used by python-pycuda and python-pyopencl
 packages. They contain, amongst other:
  * A ton of small tool functions such as len_iterable, argmin, tuple
    generation, permutation generation, ASCII table pretty printing,
    GvR's mokeypatch_xxx() hack, the elusive flatten, and much more
  * A time-series logging module, pytools.log
  * Batch job submission, pytools.batchjob
  * A lexer, pytools.lex
