pyqtgraph/tools/DEBIAN/control
Luke Campagnola b9822b1d10 Fixed doc version (again)
Added debian control files
2012-12-27 03:13:35 -05:00

14 lines
747 B
Plaintext

Package: python-pyqtgraph
Version: 0.9.0
Section: python
Priority: optional
Architecture: all
Essential: no
Installed-Size: 5048
Maintainer: Luke Campagnola <luke.campagnola@gmail.com>
Homepage: http://luke.campagnola.me/code/pyqtgraph
Depends: python (>= 2.6), python-qt4 | python-pyside, python-scipy, python-numpy
Suggests: python-opengl, python-qt4-gl
Description: Scientific Graphics and GUI Library for Python
PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy. It is intended for use in mathematics / scientific / engineering applications. Despite being written entirely in python, the library is very fast due to its heavy leverage of numpy for number crunching and Qt's GraphicsView framework for fast display.