File: control

package info (click to toggle)
dask 2022.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,456 kB
  • sloc: python: 93,706; javascript: 1,893; makefile: 152; sh: 101
file content (96 lines) | stat: -rw-r--r-- 3,537 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
88
89
90
91
92
93
94
95
96
Source: dask
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Diane Trout <diane@ghic.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               node-js-yaml <!nodoc>,
               python-asyncssh-doc <!nodoc>,
#               python-numpy-doc <!nodoc>,
               python-pandas-doc <!nodoc>,
               python3-all,
               python3-cloudpickle <!nodoc>,
               python3-dask-sphinx-theme <!nodoc>,
# temporarily removed for bootstrapping               python3-distributed <!nodoc>,
               python3-fsspec,
               python3-ipython <!nodoc>,
               python3-numpydoc <!nodoc>,
               python3-pandas (>= 1.3) <!nodoc>,
               python3-partd <!nodoc>,
               python3-scipy <!nodoc>,
               python3-setuptools,
#               python3-sparse (>= 0.11) <!nocheck>,
               python3-sphinx <!nodoc>,
               python3-sphinx-click <!nodoc>,
               python3-sphinx-copybutton <!nodoc>,
               python3-sphinx-remove-toctrees <!nodoc>,
               python3-sphinx-tabs <!nodoc>,
               python3-toolz <!nodoc>,
               sphinx-common
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/dask
Vcs-Git: https://salsa.debian.org/python-team/packages/dask.git
Homepage: https://github.com/dask/dask
Rules-Requires-Root: no

Package: python3-dask
Architecture: all
Depends: python3-fsspec,
         python3-toolz,
         ${misc:Depends},
         ${python3:Depends}
Recommends: python3-cloudpickle,
            python3-numpy,
            python3-pandas,
            python3-partd,
            python3-requests
Suggests: ipython,
          python-dask-doc <!nodoc>,
          python3-blosc,
          python3-boto,
          python3-distributed,
          python3-graphviz,
          python3-h5py,
          python3-jinja2,
          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: libjs-mathjax,
         node-js-yaml,
         ${misc:Depends},
         ${sphinxdoc:Depends}
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>