ansys / pyansys-protos-generator

Automatically generate a python package from protofiles stored according to gRPC protofile conventions
3 stars 1 forks source link

Fix module-name when proto filename starts with py #10

Closed mkundu1 closed 2 years ago

mkundu1 commented 2 years ago

sample_pb2.py and sample_pb2_grpc.py are generated from a PROTO file pysample.proto. This is a problem as sample_pb2_grpc cannot be imported as it expects pysample_pb2.

germa89 commented 2 years ago

Hi @mkundu1 It looks good to me! Thank you!