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
|
Source: python-versuchung
Section: python
Priority: optional
Maintainer: Christoph Egger <christoph@debian.org>
Build-Depends:
debhelper (>= 9~),
python,
dh-python,
python-setuptools,
python-sphinx,
git,
time
Standards-Version: 3.9.6
Homepage: https://github.com/stettberger/versuchung
Package: python-versuchung
Architecture: all
Depends:
${shlibs:Depends},
${misc:Depends},
${python:Depends},
${sphinxdoc:Depends}
Description: toolbox for reproducible research
Versuchung is a toolbox for reproducible research. It automates the
execution of scripted experiment workflows, while keeping track of
input parameters, output parameters, and the resulting datasets.
.
Experiments, which are expressed as python scripts, can be chained:
The output parameter of one experiment can be used as an input
parameter for another experiment. During the whole work-flow,
versuchung keeps track of all input parameters and condeses the
information into a SHA1 sum that identifies the resulting dataset.
|