freebsd-ports/devel/py-serpent/pkg-descr

8 lines
319 B
Text
Raw Normal View History

Serpent is a simple serialization library based on ast.literal_eval.
Because it only serializes literals and recreates the objects using
ast.literal_eval(), the serialized data is safe to transport to other
machines (over the network for instance) and de-serialize it there.
WWW: https://pypi.python.org/pypi/serpent