SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-dill rpm build for : openSUSE Leap 42. For other distributions click python3-dill.

Name : python3-dill
Version : 0.2.7.1 Vendor : obs://build_opensuse_org/devel:languages:python
Release : 1.1 Date : 2017-10-20 17:36:03
Group : Development/Languages/Python Source RPM : python-dill-0.2.7.1-1.1.src.rpm
Size : 0.41 MB
Packager : (none)
Summary : Serialize all of Python
Description :
Dill extends python\'s `pickle` module for serializing and de-serializing
python objects to the majority of the built-in python types. Serialization
is the process of converting an object to a byte stream, and the inverse
of which is converting a byte stream back to on python object hierarchy.

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. Hence, it would be feasable to save a
interpreter session, close the interpreter, ship the pickled file to
another computer, open a new interpreter, unpickle the session and
thus continue from the \'saved\' state of the original interpreter
session.

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.
`dill` is quite flexible, and allows arbitrary user defined classes
and functions to be serialized. Thus `dill` is not intended to be
secure against erroneously or maliciously constructed data. It is
left to the user to decide whether the data they unpickle is from
a trustworthy source.

Dill is part of `pathos`, a python framework for heterogeneous computing.
`dill` is in active development, so any user feedback, bug reports, comments,
or suggestions are highly appreciated. A list of known issues is maintained
at http://trac.mystic.cacr.caltech.edu/project/pathos/query, with a public
ticket list at https://github.com/uqfoundation/dill/issues.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/python/openSUSE_Leap_42.2/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
python3-dill

Requires :
python(abi) = 3.4
rpmlib(CompressedFileNames) <= 3.0.4-1
/bin/sh
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
update-alternatives
rpmlib(PartialHardlinkSets) <= 4.0.4-1
/usr/bin/python3
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/etc/alternatives/dill_unpickle
/etc/alternatives/get_objgraph
/usr/bin/dill_unpickle
/usr/bin/dill_unpickle-3.4
/usr/bin/get_objgraph
/usr/bin/get_objgraph-3.4
/usr/lib/python3.4/site-packages/dill
/usr/lib/python3.4/site-packages/dill-0.2.7.1-py3.4.egg-info
/usr/lib/python3.4/site-packages/dill-0.2.7.1-py3.4.egg-info/PKG-INFO
/usr/lib/python3.4/site-packages/dill-0.2.7.1-py3.4.egg-info/SOURCES.txt
/usr/lib/python3.4/site-packages/dill-0.2.7.1-py3.4.egg-info/dependency_links.txt
/usr/lib/python3.4/site-packages/dill-0.2.7.1-py3.4.egg-info/not-zip-safe
/usr/lib/python3.4/site-packages/dill-0.2.7.1-py3.4.egg-info/top_level.txt
/usr/lib/python3.4/site-packages/dill/__diff.py
/usr/lib/python3.4/site-packages/dill/__init__.py
/usr/lib/python3.4/site-packages/dill/__pycache__
/usr/lib/python3.4/site-packages/dill/__pycache__/__diff.cpython-34.pyc
/usr/lib/python3.4/site-packages/dill/__pycache__/__diff.cpython-34.pyo
/usr/lib/python3.4/site-packages/dill/__pycache__/__init__.cpython-34.pyc
/usr/lib/python3.4/site-packages/dill/__pycache__/__init__.cpython-34.pyo
/usr/lib/python3.4/site-packages/dill/__pycache__/_objects.cpython-34.pyc
/usr/lib/python3.4/site-packages/dill/__pycache__/_objects.cpython-34.pyo
/usr/lib/python3.4/site-packages/dill/__pycache__/detect.cpython-34.pyc
/usr/lib/python3.4/site-packages/dill/__pycache__/detect.cpython-34.pyo
/usr/lib/python3.4/site-packages/dill/__pycache__/dill.cpython-34.pyc
/usr/lib/python3.4/site-packages/dill/__pycache__/dill.cpython-34.pyo
/usr/lib/python3.4/site-packages/dill/__pycache__/info.cpython-34.pyc
/usr/lib/python3.4/site-packages/dill/__pycache__/info.cpython-34.pyo
/usr/lib/python3.4/site-packages/dill/__pycache__/objtypes.cpython-34.pyc
/usr/lib/python3.4/site-packages/dill/__pycache__/objtypes.cpython-34.pyo
There is 21 files more in these RPM.

 
ICM