Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jisi Liu 98c6d04df4 Prefer system distributed binaries/libraries. 7 years ago
..
Dockerfile Add scripts to build python wheel for linux. (#2693) 8 years ago
README.md Add scripts to build python wheel for linux. (#2693) 8 years ago
build_wheel_manylinux.sh Add scripts to build python wheel for linux. (#2693) 8 years ago
protobuf_optimized_pip.sh Prefer system distributed binaries/libraries. 7 years ago

README.md

Description

This directory is used to build released wheels according to PEP513 and upload them to pypi.

Usage

For example, to release 3.3.0: ./protobuf_optimized_pip.sh 3.3.0 PYPI_USERNAME PYPI_PASSWORD

Structure

Source Source
protobuf_optimized_pip.sh Entry point. Calling Dockerfile and build_wheel_manylinux.sh
Dockerfile Build docker image according to PEP513.
build_wheel_manylinux.sh Build wheel packages in the docker container.