good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 2680ea2c authored by Gene's avatar Gene Committed by GitHub
Browse files

Merge pull request #863 from Ovizro/master

add a pyi file generation for tinode_grpc module
parents 505d14ac 610cd489
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,6 @@ done
python="python${v}"
# This generates python gRPC bindings for Tinode.
$python -m grpc_tools.protoc -I../pbx --python_out=../py_grpc/tinode_grpc --grpc_python_out=../py_grpc/tinode_grpc ../pbx/model.proto
$python -m grpc_tools.protoc -I../pbx --python_out=../py_grpc/tinode_grpc --grpc_python_out=../py_grpc/tinode_grpc --pyi_out=../py_grpc/tinode_grpc ../pbx/model.proto
# Bindings are incompatible with Python packaging system. This is a fix.
$python py_fix.py
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment