SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : python-dill
Version : 0.2.1 Vendor : obs://build_opensuse_org/devel:languages:python
Release : 1.4 Date : 2017-09-19 13:15:08
Group : Development/Languages/Python Source RPM : python-dill-0.2.1-1.4.src.rpm
Size : 0.23 MB
Packager : (none)
Summary : Serialize all of python (almost)
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 funcitons 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 the early development stages, and any user feedback is
highly appreciated. Contact Mike McKerns [mmckerns at caltech dot edu]
with comments, suggestions, and any bugs you may find. A list of known
issues is maintained at http://trac.mystic.cacr.caltech.edu/project/pathos/query.

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

Content of RPM  Changelog  Provides Requires

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

Provides :
python-dill

Requires :
/usr/bin/python
rpmlib(CompressedFileNames) <= 3.0.4-1
/bin/sh
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
python-objgraph => 1.7.2
update-alternatives
python(abi) = 2.7
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/etc/alternatives/get_objgraph
/etc/alternatives/unpickle
/usr/bin/get_objgraph
/usr/bin/get_objgraph-2.7
/usr/bin/unpickle
/usr/bin/unpickle-2.7
/usr/lib/python2.7/site-packages/dill
/usr/lib/python2.7/site-packages/dill-0.2.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/dill-0.2.1-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/dill-0.2.1-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/dill-0.2.1-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/dill-0.2.1-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/dill-0.2.1-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/dill/__init__.py
/usr/lib/python2.7/site-packages/dill/__init__.pyc
/usr/lib/python2.7/site-packages/dill/_objects.py
/usr/lib/python2.7/site-packages/dill/_objects.pyc
/usr/lib/python2.7/site-packages/dill/detect.py
/usr/lib/python2.7/site-packages/dill/detect.pyc
/usr/lib/python2.7/site-packages/dill/dill.py
/usr/lib/python2.7/site-packages/dill/dill.pyc
/usr/lib/python2.7/site-packages/dill/info.py
/usr/lib/python2.7/site-packages/dill/info.pyc
/usr/lib/python2.7/site-packages/dill/objtypes.py
/usr/lib/python2.7/site-packages/dill/objtypes.pyc
/usr/lib/python2.7/site-packages/dill/pointers.py
/usr/lib/python2.7/site-packages/dill/pointers.pyc
/usr/lib/python2.7/site-packages/dill/source.py
/usr/lib/python2.7/site-packages/dill/source.pyc
/usr/lib/python2.7/site-packages/dill/temp.py
There is 4 files more in these RPM.

 
ICM