aboutsummaryrefslogtreecommitdiff
path: root/devel/py-serpent/pkg-descr
blob: e8e041967f4304d7a3f2f4e5da8883a0aa0da7cc (plain) (blame)
1
2
3
4
5
6
7
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