Fri, 22 Nov 2024 21:10:47 UTC | login

Information for RPM python-dill-0.3.8-4.fc41.src.rpm

ID1364662
Namepython-dill
Version0.3.8
Release4.fc41
Epoch
Archsrc
SummarySerialize all of Python
DescriptionDill 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 a 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 feasible to save an 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.
Build Time2024-07-20 04:19:00 GMT
Size213.60 KB
6abcf235104fa48e22734e305e4d1c14
LicenseBSD-3-Clause
Provides
python3-dill = 0.3.8-4.fc41
python3-dill+readline = 0.3.8-4.fc41
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
(python3dist(tomli) if python3-devel < 3.11)
pyproject-rpm-macros
python-unversioned-command
python3-devel
python3-devel
python3dist(packaging)
python3dist(pip) >= 19
python3dist(setuptools) >= 42
python3dist(wheel)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(DynamicBuildRequires) <= 4.15.0-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(RichDependencies) <= 4.12.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 2 of 2
Name ascending sort Size
dill-0.3.8.tar.gz180.51 KB
python-dill.spec9.61 KB
Component of No Buildroots