Skip to content

Commit

Permalink
#112 Generate python
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Feb 7, 2025
1 parent 5188ce7 commit d298eee
Show file tree
Hide file tree
Showing 11 changed files with 81 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ generate-php:
for SENZING_COMPONENT in $(SENZING_COMPONENTS); do \
OUTPUT_DIR=example_generated_source_code/php/$${SENZING_COMPONENT}; \
mkdir -p $${OUTPUT_DIR}; \
protoc --php_out=$${OUTPUT_DIR} --grpc_out=$${OUTPUT_DIR} --plugin=protoc-gen-grpc=`which grpc_php_plugin` $${SENZING_COMPONENT}.proto; \
protoc --proto_path=. --php_out=$${OUTPUT_DIR} --grpc_out=$${OUTPUT_DIR} --plugin=protoc-gen-grpc=`which grpc_php_plugin` $${SENZING_COMPONENT}.proto; \
done


Expand Down
20 changes: 15 additions & 5 deletions example_generated_source_code/python/szconfig/szconfig_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import szconfig_pb2 as szconfig__pb2

GRPC_GENERATED_VERSION = '1.66.2'
GRPC_GENERATED_VERSION = '1.70.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import szconfigmanager_pb2 as szconfigmanager__pb2

GRPC_GENERATED_VERSION = '1.66.2'
GRPC_GENERATED_VERSION = '1.70.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import szdiagnostic_pb2 as szdiagnostic__pb2

GRPC_GENERATED_VERSION = '1.66.2'
GRPC_GENERATED_VERSION = '1.70.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
Loading

0 comments on commit d298eee

Please sign in to comment.