Skip to content

wiltfm/python-protobuf-demo

Repository files navigation

Python Protobuf Demo

This project demonstrates how to use Protocol Buffers (protobuf) in a Python project.

Description

Protocol Buffers (protobuf) is a method developed by Google for serializing structured data. It is useful in developing programs to communicate with each other over a network or for storing data.

Installation

Clone the repository:

git clone https://github.com/wiltfm/python-protobuf-demo.git
cd python-protobuf-demo

Install the required dependencies:

make install

Usage

Install protobuf:

brew install protobuf

To compile the .proto file:

protoc --python_out=. olympics.proto

To run:

make run

About

how to use Protocol Buffers (protobuf) in a Python project

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors