Support for python grpc - continuing the work from the pull request #4270 #4705 ...
authorMalar Kannan <malarkannan.invention@gmail.com>
Fri, 15 Nov 2019 00:58:35 +0000 (06:28 +0530)
committerWouter van Oortmerssen <aardappel@gmail.com>
Fri, 15 Nov 2019 00:58:35 +0000 (16:58 -0800)
commit6beb9f49cb44095c4c17be43f13906c6eb09d7c7
tree37840c903e11db7f048658a6ffd52c2ee41cb7fb
parent80988ea869f7bbd5aff9283d49a03e297139ffa2
Support for python grpc - continuing the work from the pull request #4270 #4705 (#5613)

* Support for python grpc

* add few fixes

* Fixes build

* Fix python generator

* Add tests

* Fix grpc python test

* Fix tests and add incomplete python generator

* Fix python generator

* Add python generator methods

* Fix Appveyor build

* grpc python support v0.1

* Update tests

* update grpctest

* Remove duplicated code and fix a brace

* tests for flatbuffers grpc python

* Updated tests + removed SerializeToString, From String

* remove pickle import

* include missing files in ci - BUILD and generated test result
BUILD
CMakeLists.txt
grpc/src/compiler/python_generator.cc [new file with mode: 0644]
grpc/src/compiler/python_generator.h [new file with mode: 0644]
grpc/src/compiler/python_private_generator.h [new file with mode: 0644]
grpc/src/compiler/schema_interface.h
grpc/tests/grpctest.py [new file with mode: 0644]
include/flatbuffers/idl.h
src/flatc_main.cpp
src/idl_gen_grpc.cpp
tests/MyGame/Example/monster_test_grpc_fb.py [new file with mode: 0644]