py312-serpent

v 1.41 Updated: 8 months 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

To install py312-serpent, paste this in macOS terminal after installing MacPorts

sudo port install py312-serpent

Add to my watchlist

Installations 2
Requested Installations 1