Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.02 KB

Learning Protocol Buffer

Based on tutorial in https://developers.google.com/protocol-buffers/

Installation

MacOS

    brew install protobuf

Compiling Protocol Buffers

    protoc -I=. --python_out=. addressbook.proto

Writing on Address Book

    python write.py ADDRESS_BOOK

Read an Address Book

    python read.py ADDRESS_BOOK