python-trio / purerpc

Native, async Python gRPC client and server implementation supporting asyncio, uvloop, and trio
Apache License 2.0
217 stars 15 forks source link

BREAKING CHANGE: Stable API for 1.0 release #15

Open standy66 opened 5 years ago

standy66 commented 5 years ago

We need to fix the API for 1.0 release. Unfortunately, there are going to be some breaking changes ;) Here are some of them:

Overall, I think the API should be as close as it can get to grpcio modulo the corner cases described above.