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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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