Metadata-Version: 2.1
Name: delimited-protobuf
Version: 0.0.3
Summary: A read/write library for length-delimited protobuf message
Home-page: https://github.com/soulmachine/delimited-protobuf
Author: soulmachine
License: Apache License 2.0
Description: # delimited-protobuf
        
        A read/write library for length-delimited protobuf messages.
        
        It is a very common use case to save multiple protobuf messages to a file, this tiny library provides `read()` and `write()` functions to fullfill this need.
        
        Each message is preceded by a [Varint](https://developers.google.com/protocol-buffers/docs/encoding#varints) containing their size:
        
        ![File format](./images/file-format.svg)
        
Keywords: protobuf,delimited,serialization
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
