cereal
A Go library for reading Python cerealizer archives
This package provides a pure Go implementation to decode and unmarshal data stored by python programs using the cerealizer library.
Cerealizer is a “secure pickle-like” python module that serializes python objects into a data stream that can be saved and read for later use. It was written by Jean-Baptiste “Jiba” Lamy and is available here.
Details on the cerealizer file format can be found in the AboutCerealizer.md. file in the source repository.
Source: | https://github.com/jamesbo13/cereal |
---|---|
Language(s): | Go |
Packages: | jbowen.dev/cereal |
License: | MIT |