PyGob is a libray for reading and writing Go gob encoded values. The gob format is a binary format used for storing and transmitting Go data structures. The gob format can encode all Go types:
-
primitive types like
bool
,int
,float
, etc -
arrays and slices
-
struct types
PyGob is licensed under the MIT license.
PyGob is maintained by Martin Geisler.