Skip to content

A minimal protobuf2 reader and writer for Python 3

License

Notifications You must be signed in to change notification settings

jgraef/python3-pb2nano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python3-pb2nano

python3-pb2nano is a minimal protobuf2 reader and writer.

Currently it doesn't have a protocol parser, so you have to specify your protocols with python objects. Furthermore it only supports unsigned varints, string, bytes and top-level enums and messages.

It was created for python3-ipfs-api to parse very simple protobuf2 messages and is meant as a replacement until Google adds proper Python3 support for Protocol Buffers.

Sorry, but no documentation currently available.

About

A minimal protobuf2 reader and writer for Python 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages