Skip to content

Commit

Permalink
Add compiled protobuf files
Browse files Browse the repository at this point in the history
  • Loading branch information
sorawit committed Jul 1, 2019
1 parent 0460224 commit 55d7c42
Show file tree
Hide file tree
Showing 27 changed files with 4,303 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -2,7 +2,6 @@
/venv/
/dist/
/pylibra.egg-info/
/pylibra/proto/
__pycache__/
*.pyc
*.swp
6 changes: 3 additions & 3 deletions generate_protobuf.sh
@@ -1,7 +1,7 @@
#!/bin/sh

python -m grpc_tools.protoc \
-I./proto \
--python_out=./pylibra/proto \
--grpc_python_out=./pylibra/proto \
-I proto \
--python_out=pylibra/proto \
--grpc_python_out=pylibra/proto \
proto/*.proto
77 changes: 77 additions & 0 deletions pylibra/proto/access_path_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pylibra/proto/access_path_pb2_grpc.py
@@ -0,0 +1,3 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
import grpc

175 changes: 175 additions & 0 deletions pylibra/proto/account_state_blob_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pylibra/proto/account_state_blob_pb2_grpc.py
@@ -0,0 +1,3 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
import grpc

0 comments on commit 55d7c42

Please sign in to comment.