Skip to main content

Compile protobuffers with setuptools

Project description

protobufferize

A simple setuptools plugin to compile proto files at build time.

Installation

Install from PyPI: pip install protobufferize

Configuration

Available configuration parameters:

  • clearOutputDirectory [default: false]
  • outputDirectory [default: ./output]
  • protoSourceRoot [default: ./protos]

XML configuration example:

  <ProtobufferizeConfiguration>
    <clearOutputDirectory>false</clearOutputDirectory>
    <outputDirectory>test_data/output</outputDirectory>
    <protoSourceRoot>test_data/protos</protoSourceRoot>
  </ProtobufferizeConfiguration>

A xml configuration file named protobufferize.xml should be put in the python's project root folder. In alternative, the configuration file's path can be specified in the environment variable protobufferize_conf.

Usage

Compile every .proto file in protoSourceRoot subdirectories and output in the specified outputDirectory (outputDirectory gets emptied beforewards if clearOutputDirectory set to true).

python setup.py protobufferize

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

protobufferize-1.0b0.tar.gz (1.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page