Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinny authored Jul 2, 2019
1 parent 1d6f4f1 commit 9f41e8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# ProtoPyToJsonSchema
This is a python script to convert protobuf to json schema.

First you need to compile proto to python modules, then use this script to convert messages in the python modules to json schema.

The script file is Protos/Proto2JsonSchema.py .

To run this script, make sure the path of google protobuf python modules is included in your PYTHONPATH. And you can see all command line arguments with argument -h.

0 comments on commit 9f41e8c

Please sign in to comment.