summaryrefslogtreecommitdiff
path: root/examples/protobuf_parser.py
Commit message (Collapse)AuthorAgeFilesLines
* Update example to proto3 syntax (#113)Andrew Artyushok2019-08-131-5/+18
| | | Thanks again for submitting!
* Update/cleanup code in examplesPaul McGuire2019-07-131-100/+100
|
* Add enumerated place holders for strings that invoke str.format(), for Py2 ↵ptmcg2019-01-091-1/+1
| | | | compatibility
* Remove unused imports throughout projectJon Dufresne2018-12-241-1/+1
| | | | | | | | | | | | | Unused imports were discovered using flake8. By removing the unused imports, the code is a bit friendlier to new contributors as it is clearer what is being used and not simply leftover from previous refactoring. The flake8 command: $ flake8 . --select F401 http://flake8.pycqa.org/
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-9/+9
| | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
* Upgrade Python syntax with pyupgradeHugo2018-08-211-1/+1
|
* Move src to rootCengiz Kaygusuz2017-11-201-0/+100