Source: dill
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Josue Ortega <josue@debian.org>
Build-Depends: debhelper (>= 9),
 dh-python,
 python-all,
 python3-all
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.5
Standards-Version: 4.0.1
Homepage: https://github.com/uqfoundation/dill
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/dill.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/dill.git

Package: python-dill
Architecture: all
Depends: ${misc:Depends},
 ${python:Depends}
Suggests: python-objgraph (>= 1.8.1)
Description: Serialize all of Python (almost)
 Dill extends Python's 'pickle' module for serializing and de-serializing Python
 objects to the majority of the built-in Python types.
 Dill provides the user the same interface as the 'pickle' module, and also
 includes some additional features. In addition to pickling Python objects,
 dill provides the ability to save the state of an interpreter session in a
 single command.
 Dill can be used to store Python objects to a file, but the primary usage is to
 send Python objects across the network as a byte stream.

Package: python3-dill
Architecture: all
Depends: ${misc:Depends},
 ${python3:Depends}
Suggests: python3-objgraph (>= 1.8.1)
Description: Serialize all of Python 3 (almost)
 Dill extends Python 3's 'pickle' module for serializing and
 de-serializing Python 3 objects to the majority of the built-in Python 3 types.
 Dill provides the user the same interface as the 'pickle' module, and also
 includes some additional features. In addition to pickling Python 3 objects,
 dill provides the ability to save the state of an interpreter session in a
 single command.
 Dill can be used to store Python 3 objects to a file, but the primary usage is
 to send Python 3 objects across the network as a byte stream.
