Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 336 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 336 Bytes

python-protoc

protoc for python grpcio

Usages

docker run --rm \
        -v $(pwd):$(pwd) ghcr.io/hodlgap/python-protoc \
        --python_out=$(pwd)/output \
        --mypy_out=$(pwd)/output \
        --mypy_grpc_out=$(pwd)/output \
        --grpclib_python_out=$(pwd)/output \
        -I$(pwd) \
        sample.proto