Based on tutorial in https://developers.google.com/protocol-buffers/
MacOS
brew install protobuf
protoc -I=. --python_out=. addressbook.proto
python write.py ADDRESS_BOOK
python read.py ADDRESS_BOOK
Based on tutorial in https://developers.google.com/protocol-buffers/
MacOS
brew install protobuf
protoc -I=. --python_out=. addressbook.proto
python write.py ADDRESS_BOOK
python read.py ADDRESS_BOOK