6670f0b757
- http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
7 lines
319 B
Text
7 lines
319 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: https://pypi.python.org/pypi/serpent
|