Commit Graph

7 Commits

Author SHA1 Message Date
Vladimir Magamedov 768bd45884 Using protoc compiler directly instead of grpcio-tools,
using *_pb2_grpc.py suffix for generated files and --python_grpc_out
option to generate them.
2017-04-04 19:52:37 +03:00
Vladimir Magamedov d0cf58ed1b Added first functional test for unary-unary call 2017-04-03 20:06:53 +03:00
Vladimir Magamedov 64a7c53c74 Implemented client prototype 2017-04-03 18:18:19 +03:00
Vladimir Magamedov bf88297165 Refactored protoc plugin to produce new-style code 2017-03-29 19:31:38 +03:00
Vladimir Magamedov 94b0eda0ee Moved server-related code from example/server.py to asyncgrpc package, refactored code to accept methods mapping 2017-03-29 17:14:24 +03:00
Vladimir Magamedov 6c5fa76a1b Added client and server targets into Makefile to run examples 2017-01-24 19:10:43 +02:00
Vladimir Magamedov 01e2f28585 Refactored protoc plugin, moved Makefile into repository root 2017-01-24 19:02:47 +02:00