SlackBuildsOrg/python/python3-dill
..
python3-dill.info
python3-dill.SlackBuild
README
slack-desc

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

dill extends pythons pickle module for serializing and
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.