Commit Graph

12 Commits

Author SHA1 Message Date
Vladimir Magamedov 101903b0bf Refactored example to not confuse by using different names for packages 2017-10-05 19:11:27 +03:00
Vladimir Magamedov eb978b5332 Refactored example and tests, added instructions about how to generate code and run example 2017-09-20 15:45:56 +01:00
Vladimir Magamedov c5b911e8bf Fixed tests layout 2017-07-13 11:23:17 +03:00
Vladimir Magamedov 5bbe508915 Implemented mostly working code of the h2 protocol, server and client 2017-07-12 23:22:40 +03:00
Vladimir Magamedov 3616b7403c Added test. Added examples, which are using grpcio library as a reference. Fixed Channel.unary_unary method. 2017-07-12 23:19:28 +03:00
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