Package : python-serpent

Package details

Summary: serializer for literal Python expressions

Description:
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.


URL: https://pypi.python.org/pypi/serpent
License: MIT

Maintainer: philippem

List of RPMs