Skip to content

hodlgap/python-protoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages