2013-08-29 17:39:49 +02:00
|
|
|
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.
|
|
|
|
|
2013-11-20 21:51:25 +01:00
|
|
|
WWW: https://pypi.python.org/pypi/serpent
|