* Add type annotations * Add test for asyncio auth example * Use dynamic stubs to allow same code runs manually and under Bazel * Add grpcio-tools as a Bazel dependency * asyncio.run is not yet existed in 3.6 * Improve readability |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| README.md | ||
| async_greeter_client.py | ||
| async_greeter_client_with_options.py | ||
| async_greeter_server.py | ||
| async_greeter_server_with_reflection.py | ||
| greeter_client.py | ||
| greeter_client_with_options.py | ||
| greeter_server.py | ||
| greeter_server_with_reflection.py | ||
| helloworld_pb2.py | ||
| helloworld_pb2_grpc.py | ||