Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a setuptools extension for generating Python protobufs #7783

Merged
merged 9 commits into from Aug 31, 2020

Commits on Aug 7, 2020

  1. Add a setuptools/distutils extension for generating Python protobuf c…

    …ode.
    
    This extension allows Python code to be generated from setup.py files, so they
    are created as part of a normal Python build. The extension uses an already-existing
    protoc binary, which can be explicitly specified if needed.
    dlj-NaN committed Aug 7, 2020
    Copy the full SHA
    8db9cef View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    33a4e67 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a748602 View commit details
    Browse the repository at this point in the history
  4. - Fixed syntax highlight in README.md.

    - Added classifiers, including Python versions to match the protobuf package.
    - Excluded the distutils plugin from the larger protobuf package.
    dlj-NaN committed Aug 7, 2020
    Copy the full SHA
    6f9074b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    abad144 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Copy the full SHA
    8f7d467 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Add an option proto_root_path, which is the root for resolving impo…

    …rts. This must be a prefix of `source_dir`.
    dlj-NaN committed Aug 12, 2020
    Copy the full SHA
    bd98cc5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f86283b View commit details
    Browse the repository at this point in the history
  3. Tweak docstrings even more.

    dlj-NaN committed Aug 12, 2020
    Copy the full SHA
    635e081 View commit details
    Browse the repository at this point in the history