Source: python-versuchung Section: python Priority: optional Maintainer: Christoph Egger 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.