File: control

package info (click to toggle)
python-versuchung 1.1-3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 444 kB
  • ctags: 477
  • sloc: python: 2,263; makefile: 124
file content (32 lines) | stat: -rw-r--r-- 1,010 bytes parent folder | download
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.