Releases: RussellLuo/grpc-pytools
Releases · RussellLuo/grpc-pytools
v0.1.3
v0.1.2
- Add missing attribute
name
to each generated resource class - Handle nested types with fully-qualified names correctly
- Write or read binary data from/to the standard streams in Python 3
- Add CHANGELOG
- Update README
v0.1.0
- Add a protoc plugin named
protoc-gen-pytools-ast
- Rewrite the generator for generating more Pythonic services
- Rewrite the generator for generating Marshmallow schemas
- Rewrite the generator for generating RESTArt APIs
- Update README and examples
v0.0.3
- Remove the unnecessary option
--service-name
- Replace Makefile with gen_json_proxy.sh
- Update examples README
v0.0.2
- Tweak the format of generated marshmallow schemas
- Serialize gRPC message object to JSON correctly
- Update READMEs
v0.0.1
The first release.