summaryrefslogtreecommitdiff
path: root/examples/protobuf_parser.py
Commit message (Expand)AuthorAgeFilesLines
* Update some examples to latest pyparsing style, PEP8 namesptmcg2023-04-011-24/+24
* Add make_diagram.py to examples to demonstrate creating railroad diags for se...ptmcg2020-06-271-44/+46
* Blacken the project (#141)Jon Dufresne2019-10-311-21/+77
* Use pyupgrade to upgrade the code to use Python3 conventions (#138)Jon Dufresne2019-10-241-1/+1
* Remove unused imports (#147)Jon Dufresne2019-10-191-1/+1
* Update example to proto3 syntax (#113)Andrew Artyushok2019-08-131-5/+18
* Update/cleanup code in examplesPaul McGuire2019-07-131-100/+100
* Add enumerated place holders for strings that invoke str.format(), for Py2 co...ptmcg2019-01-091-1/+1
* Remove unused imports throughout projectJon Dufresne2018-12-241-1/+1
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-9/+9
* Upgrade Python syntax with pyupgradeHugo2018-08-211-1/+1
* Move src to rootCengiz Kaygusuz2017-11-201-0/+100