Source: python-fabio
Maintainer: Jerome Kieffer <jerome.kieffer@esrf.fr>
Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 8),
               python-all-dev,
               python-numpy,
               python-setuptools
Standards-Version: 3.9.4
Vcs-Browser: http://git.epn-campus.eu/projects/fabio/repository
Vcs-Git: git://git@git.epn-campus.eu:python-fabio
Homepage: http://git.epn-campus.eu/projects/fabio
X-Python-Version: >= 2.5

Package: python-fabio
Architecture: any
Depends: ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Recommends: python-imaging,
            python-lxml,
            python-matplotlib
Suggests: pyfai,
          pymca
Description: I/O library for images produced by 2D X-ray detector
 FabIO is an I/O library for images produced by 2D X-ray detectors and written
 in Python. FabIO support images detectors from a dozen of companies
 (including Mar, Dectris, ADSC, Hamamatsu, Oxford, ...), for a total of
 20 different file formats (like CBF, EDF, TIFF, ...) and offers an unified
 interface to their headers (as a python dictionary) and datasets (as a
 numpy ndarray of integers or floats)
