K 10 svn:author V 2 rm K 8 svn:date V 27 2013-08-29T15:39:49.351276Z K 7 svn:log V 318 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 END