freebsd-ports/devel/py-serpent/pkg-descr
Ruslan Makhmatkhanov 4660685eb3 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: http://pypi.python.org/pypi/serpent
2013-08-29 15:39:49 +00:00

7 lines
318 B
Text

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: http://pypi.python.org/pypi/serpent