atulep / gapic-generator-python

Generate Python API client libraries from Protocol Buffers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Client Generator for Python

release level pypi versions

A generator for protocol buffer described APIs for and in Python 3.

This is a generator for API client libraries for APIs specified by protocol buffers, such as those inside Google. It takes a protocol buffer (with particular annotations) and uses it to generate a client library.

Purpose

This library primarily exists to facilitate experimentation, particularly regarding:

  • An explicit normalized format for specifying APIs.
  • Light weight, in-language code generators.

Documentation

See the documentation.

About

Generate Python API client libraries from Protocol Buffers.

License:Apache License 2.0


Languages

Language:Python 85.7%Language:Jinja 13.3%Language:Shell 0.5%Language:Starlark 0.5%Language:Dockerfile 0.0%