├── README.md ├── img └── sample.png ├── protobuf-finder.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Accenture/protobuf-finder/HEAD/README.md -------------------------------------------------------------------------------- /img/sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Accenture/protobuf-finder/HEAD/img/sample.png -------------------------------------------------------------------------------- /protobuf-finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Accenture/protobuf-finder/HEAD/protobuf-finder.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | protobuf==3.19.3 2 | --------------------------------------------------------------------------------