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
|
Source: python-scitrack
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>, Nilesh Patra <npatra974@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-pytest,
python3-numpy
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/python-scitrack
Vcs-Git: https://salsa.debian.org/med-team/python-scitrack.git
Homepage: https://github.com/HuttleyLab/scitrack
Rules-Requires-Root: no
Package: python3-scitrack
Architecture: all
Section: python
Depends: ${python3:Depends},
${misc:Depends}
Description: Python3 library to track scientific data
Scitrack is a library aimed at application developers writing scientific
software to support tracking of scientific computation. The library
provides elementary functionality to support logging. The primary
capabilities concern generating checksums on input and output files and
facilitating logging of the computational environment.
|