All Projects → googleapis → gapic-generator-python

googleapis / gapic-generator-python

Licence: Apache-2.0 License
Generate Python API client libraries from Protocol Buffers.

Programming Languages

python
139335 projects - #7 most used programming language
Jinja
831 projects

Projects that are alternatives of or similar to gapic-generator-python

sisyphus-js
Sisyphus customized protobuf and gRPC runtime and code generator for JavaScript/TypeScript
Stars: ✭ 19 (-74.32%)
Mutual labels:  protobuf, code-generation
Kroto Plus
gRPC Kotlin Coroutines, Protobuf DSL, Scripting for Protoc
Stars: ✭ 400 (+440.54%)
Mutual labels:  protobuf, code-generation
goflow2
High performance sFlow/IPFIX/NetFlow Collector
Stars: ✭ 125 (+68.92%)
Mutual labels:  protobuf
php-code-generator
PHP code generator library
Stars: ✭ 144 (+94.59%)
Mutual labels:  code-generation
xrgrpc
gRPC library for Cisco IOS XR
Stars: ✭ 40 (-45.95%)
Mutual labels:  protobuf
metadsl
Domain Specific Languages in Python
Stars: ✭ 86 (+16.22%)
Mutual labels:  code-generation
AndTTT
🎲 Simple tic tac toe game for Android
Stars: ✭ 15 (-79.73%)
Mutual labels:  protobuf
GitQuery
Sync files and directories from a remote Git repo. CLI and Gradle Plugin.
Stars: ✭ 25 (-66.22%)
Mutual labels:  protobuf
gruf-demo
A demonstration Rails application utilizing gruf, a gRPC Rails framework.
Stars: ✭ 42 (-43.24%)
Mutual labels:  protobuf
api
Temporal gRPC API and proto files
Stars: ✭ 25 (-66.22%)
Mutual labels:  protobuf
DataAnalyzer.app
✨🚀 DataAnalyzer.app - Convert JSON/CSV to Typed Data Interfaces - Automatically!
Stars: ✭ 23 (-68.92%)
Mutual labels:  code-generation
grpcman
A grpc testing tool based on Electron & Vue.js & Element-UI
Stars: ✭ 22 (-70.27%)
Mutual labels:  protobuf
libprotobuf ue4
libprotobuf for Unreal Engine 4
Stars: ✭ 81 (+9.46%)
Mutual labels:  protobuf
docker-protobuf
An all-inclusive protoc Docker image
Stars: ✭ 105 (+41.89%)
Mutual labels:  protobuf
googleapis
googleapis generated with gogoprotobuf
Stars: ✭ 28 (-62.16%)
Mutual labels:  protobuf
BeetleX.Redis
A high-performance async/non-blocking redis client components for dotnet core,default data formater json protobuf and messagepack,support ssl
Stars: ✭ 174 (+135.14%)
Mutual labels:  protobuf
GameTracking-SteamVR
📥 Game Tracker: SteamVR Home
Stars: ✭ 14 (-81.08%)
Mutual labels:  protobuf
cheshuo
🎃A lightweight game server framework. Based on Springboot and Netty. Using ProtoBuf as communication between client and server.
Stars: ✭ 23 (-68.92%)
Mutual labels:  protobuf
rony
Fast and Scalable RPC Framework
Stars: ✭ 41 (-44.59%)
Mutual labels:  protobuf
protoc-gen-kit
Protoc compiler for Go kit code
Stars: ✭ 17 (-77.03%)
Mutual labels:  protobuf

API Client Generator for Python

release level ci docs codecov

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

Documentation is available on Read the Docs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].