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 31 32 33 34
|
Source: dxchange
Maintainer: Roland Mas <lolando@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-dxfile,
python3-h5py,
python3-netcdf4,
python3-numpy,
python3-olefile,
python3-pandas,
python3-scipy,
python3-setuptools,
python3-tifffile,
# python3-spefile, python3-edffile
Rules-Requires-Root: no
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/python-team/packages/dxchange.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/dxchange
Homepage: https://github.com/data-exchange/dxchange
X-Style: black
Package: python3-dxchange
Architecture: all
Depends:
python3-numpy,
${misc:Depends},
${python3:Depends},
Description: Data I/O for tomography
Data Exchange format interface with TomoPy and raw
tomographic data collected in synchrotrons.
|