aboutsummaryrefslogtreecommitdiff
path: root/devel/py-serpent/pkg-descr
blob: 19c33f2c8f6f3024e73d85b7d301f2b8a147fcf1 (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.org/project/serpent/