ansys / pyansys-protos-generator

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

Please Review #1

Closed akaszynski closed 3 years ago

akaszynski commented 3 years ago

Please conduct a pre-release review for this tools package.

jleonatti commented 3 years ago

First review:

jleonatti commented 3 years ago

Also, created PR #3 to add missing python packages.

akaszynski commented 3 years ago

VERSION file under proto-samples\ansys\api\sample\v1 has version 0.5.3. Shouldn't it be something like 1.5.3 since it is under v1?

I'm expecting that the proto version to be completely decoupled from the client/server version. For example, Ansys is v21.2 and we're sporting v0 in many of our proto files. I'm not opposed to bumping the version, especially for our example, but at the same time it should be noted that the version of the interface does not need to match the version of the client/server.

Nit pick: protofile used in README. Prefer proto file.

Resolved in #6.

Resolved in #5.