File: control

package info (click to toggle)
cloudpickle 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 540 kB
  • sloc: python: 3,305; makefile: 10; sh: 9
file content (38 lines) | stat: -rw-r--r-- 1,457 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
Source: cloudpickle
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,
               flit,
               pybuild-plugin-pyproject,
               python3-all,
               python3-psutil <!nocheck>,
               python3-py,
               python3-pytest,
               python3-pytest-cov,
               python3-setuptools,
               python3-typing-extensions <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://github.com/cloudpipe/cloudpickle
Vcs-Git: https://salsa.debian.org/python-team/packages/cloudpickle.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/cloudpickle
Rules-Requires-Root: no

Package: python3-cloudpickle
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}
Description: Extended pickling support for Python 3 objects
 cloudpickle makes it possible to serialize Python constructs not supported
 by the default `pickle` module from the Python standard library.
 .
 cloudpickle is especially useful for cluster computing where Python
 expressions are shipped over the network to execute on remote hosts, possibly
 close to the data.
 .
 Among other things, `cloudpickle` supports pickling for lambda expressions,
 functions and classes defined interactively in the `__main__` module.
 .
 This contains the Python 3 version.