File: control

package info (click to toggle)
dask 1.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,856 kB
  • sloc: python: 51,266; sh: 178; makefile: 142
file content (87 lines) | stat: -rw-r--r-- 3,154 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Source: dask
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Diane Trout <diane@ghic.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               dpkg-dev (>= 1.17.14),
               libjs-bootstrap,
               python-numpy-doc <!nodoc>,
               python-pandas-doc <!nodoc>,
               python3-all,
               python3-cloudpickle <!nodoc>,
               python3-dask-sphinx-theme <!nodoc>,
               python3-distributed <!nodoc>,
               python3-numpydoc <!nodoc>,
               python3-pandas (>= 0.19.0) <!nodoc>,
               python3-partd <!nodoc>,
               python3-scipy <!nodoc>,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-toolz <!nodoc>,
               sphinx-common
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/dask
Vcs-Git: https://salsa.debian.org/python-team/modules/dask.git
Homepage: https://github.com/dask/dask

Package: python3-dask
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-toolz,
Recommends: python3-cloudpickle,
            python3-numpy,
            python3-pandas,
            python3-partd,
            python3-requests
Suggests: ipython,
          python-dask-doc <!nodoc>,
          python3-bcolz,
          python3-blosc,
          python3-boto,
          python3-distributed (>= 1.21),
          python3-graphviz,
          python3-h5py,
          python3-psutil,
          python3-scipy,
          python3-skimage,
          python3-sklearn,
          python3-sqlalchemy,
          python3-tables
Description: Minimal task scheduling abstraction for Python 3
 Dask is a flexible parallel computing library for analytics,
 containing two components.
 .
 1. Dynamic task scheduling optimized for computation. This is similar
 to Airflow, Luigi, Celery, or Make, but optimized for interactive
 computational workloads.
 2. "Big Data" collections like parallel arrays, dataframes, and lists
 that extend common interfaces like NumPy, Pandas, or Python iterators
 to larger-than-memory or distributed environments. These parallel
 collections run on top of the dynamic task schedulers.
 .
 This contains the Python 3 version.

Package: python-dask-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
         libjs-mathjax,
Built-Using: ${sphinxdoc:Built-Using}
Description: Minimal task scheduling abstraction documentation
 Dask is a flexible parallel computing library for analytics,
 containing two components.
 .
 1. Dynamic task scheduling optimized for computation. This is similar
 to Airflow, Luigi, Celery, or Make, but optimized for interactive
 computational workloads.
 2. "Big Data" collections like parallel arrays, dataframes, and lists
 that extend common interfaces like NumPy, Pandas, or Python iterators
 to larger-than-memory or distributed environments. These parallel
 collections run on top of the dynamic task schedulers.
 .
 This contains the documentation
Build-Profiles: <!nodoc>