Skip to content
/ Goblin Public
forked from mgeisler/pygob

Python library that can decode/encode/manipulate the Go gob format

License

Notifications You must be signed in to change notification settings

Zrocket/Goblin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goblin

Goblin is a libray for reading, writing, and manipulating Go gob encoded values and streams, forked from PyGob. 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

License

PyGob is licensed under the MIT license.

Author

PyGob is maintained by Martin Geisler.

About

Python library that can decode/encode/manipulate the Go gob format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%