pystream-protobuf icon indicating copy to clipboard operation
pystream-protobuf copied to clipboard

Python implementation of stream library for streaming google protocol buffer objects

Results 3 pystream-protobuf issues
Sort by recently updated
recently updated
newest added

Python 3.5 is going to retire soon (Sep. 2020). **Todo:** - [ ] Warn users who are still using Python3.5 about dropping support in advance (deprecation warning). - [ ]...

I'm now wanting to embed some other data into a GAM file. I want to have `vg giraffe` record its command line options in the GAM without tacking them onto...

In your example, I found [reading from stream](https://github.com/cartoonist/pystream-protobuf/wiki/Reading-from-a-stream) you import vg_pb2 to help parse GAM file, so what is it. If I want to use it, what do I need...