py-protobuf (python/py-protobuf) Add to my watchlist

Encode data in an efficient yet extensible format.

Google Protocol Buffers are a flexible, efficient, automated mechanism for serializing structured data -- think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the old format. You specify how you want the information you're serializing to be structured by defining protocol buffer message types in .proto files. Each protocol buffer message is a small logical record of information, containing a series of name-value pairs.

Version: 2.6.1 License: BSD GitHub
Reset

4 build(s) found
Builder Build Number Start Time Elapsed Time Watcher Build Status
13 7655 2022-12-28 0:05:07 0:00:23 1090 build successful
12.arm64 28368 2021-11-25 6:04:14 0:00:32 1574 build successful
11 18994 2021-02-02 16:18:19 0:02:46 2562 build successful
10.15 8235 2019-12-01 3:11:46 0:02:18 1042 build successful