File: control

package info (click to toggle)
python-parsl 2025.01.13%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,072 kB
  • sloc: python: 23,817; makefile: 349; sh: 276; ansic: 45
file content (81 lines) | stat: -rw-r--r-- 3,411 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
Source: python-parsl
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Étienne Mollier <emollier@debian.org>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               dh-sequence-sphinxdoc,
               pybuild-plugin-pyproject,
               python3-all,
               python3-setuptools,
               help2man <!nodoc>,
               python3-filelock <!nodoc>,
               python3-flask <!nodoc>,
               python3-flask-sqlalchemy <!nodoc>,
               mypy <!nocheck>,
               mpich <!nocheck>,
               python3-dill <!nocheck> <!nodoc>,
               python3-globus-sdk <!nocheck>,
               python3-mypy <!nocheck>,
               python3-mypy-extensions <!nocheck>,
               python3-nbsphinx <!nocheck>,
               python3-pandas <!nocheck>,
               python3-paramiko <!nocheck> <!nodoc>,
               python3-psutil <!nocheck> <!nodoc>,
               python3-pytest <!nocheck>,
               python3-pytest-random-order <!nocheck>,
               python3-requests <!nocheck> <!nodoc>,
               python3-setproctitle <!nocheck>,
               python3-sphinx-rtd-theme <!nocheck>,
               python3-sqlalchemy <!nocheck>,
               python3-typeguard <!nocheck> <!nodoc>,
               python3-typing-extensions <!nocheck>,
               python3-typing-inspect <!nocheck>,
               python3-typeshed <!nocheck>,
               python3-tblib <!nocheck> <!nodoc>,
               python3-zmq <!nocheck> <!nodoc>,
               twine <!nocheck>
Standards-Version: 4.7.0
Homepage: https://github.com/Parsl/parsl
Vcs-Git: https://salsa.debian.org/python-team/packages/python-parsl.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-parsl.git
Rules-Requires-Root: no

Package: python3-parsl
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
         libjs-bootstrap4,
         libjs-jquery,
         libjs-popper.js,
         node-fortawesome-fontawesome-free,
         python3-flask,
         python3-flask-sqlalchemy
# Provider for plotly-latest.min.js; not ideal but better than nothing.
# FIXME: a package with standalone plotly-latest.min.js would be nice.
Recommends: r-cran-plotly
Description: Parallel Scripting Library for Python
 Parsl extends parallelism in Python beyond a single computer.
 .
 One can use Parsl just like Python's parallel executors but across multiple
 cores and nodes. However, the real power of Parsl is in expressing multi-step
 workflows of functions. Parsl lets one chain functions together and will
 launch each function as inputs and computing resources are available.

Package: python-parsl-doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
         python3-parsl,
         libjs-requirejs
Section: doc
Description: Parallel Scripting Library for Python - documentation
 Parsl extends parallelism in Python beyond a single computer.
 .
 One can use Parsl just like Python's parallel executors but across multiple
 cores and nodes. However, the real power of Parsl is in expressing multi-step
 workflows of functions. Parsl lets one chain functions together and will
 launch each function as inputs and computing resources are available.
 .
 This package provides a locally readable Parsl documentation.