File: control

package info (click to toggle)
vistrails 3.0~git%2B9dc22bd.dfsg.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 62,856 kB
  • sloc: python: 314,055; xml: 42,697; sql: 4,113; php: 731; sh: 469; makefile: 253
file content (39 lines) | stat: -rw-r--r-- 1,521 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
33
34
35
36
37
38
39
Source: vistrails
Section: science
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13), 
 python3-all-dev, 
 python3-setuptools,
 python3-numpy, 
 dh-python
Standards-Version: 4.6.1
Homepage: http://www.vistrails.org/index.php/Main_Page
Vcs-Browser: https://salsa.debian.org:/science-team/vistrails.git
Vcs-Git: https://salsa.debian.org:/science-team/vistrails.git -b debian/latest

Package: vistrails
Section: science
Architecture: all 
Depends: ${misc:Depends}, ${python3:Depends}, 
  python3-numpy, 
  python3-scipy, 
  python3-dulwich,
  python3-qtconsole,
  python3-matplotlib, 
  python3-suds, python3-sip, jupyter-qtconsole, python3-sklearn,
  python3-vtk9, 
  python3-xlrd, 
  python3-xlwt,
  python3-sqlalchemy
Description: Science visualisation workflow toolkit
 VisTrails is an open-source scientific workflow and provenance management
 system developed at the University of Utah that provides support for 
 data exploration and visualization. Whereas workflows have been traditionally
 used to automate repetitive tasks, for applications that are exploratory 
 in nature, such as simulations, data analysis and visualization, very little
 is repeated---change is the norm. As an engineer or scientist generates and
 evaluates hypotheses about data under study, a series of different, albeit
 related, workflows are created while a workflow is adjusted in an interactive 
 process. VisTrails was designed to manage these rapidly-evolving workflows.