v 1.41 Updated: 1 year ago
Serialization based on ast.literal_eval
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.
https://github.com/irmen/Serpent
Installations | 0 |
Requested Installations | 0 |