mypy-protobuf
Type generator
Tool to generate type information from Protocol Buffers specifications
open source tools to generate mypy stubs from protobufs
659 stars
19 watching
79 forks
Language: Python
last commit: 5 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sourcegraph/prototools | Tools for generating documentation and JSON dumps from Protocol Buffers files | 167 |
status-im/nim-protobuf-serialization | A library that provides serialization and decoding support for Protocol Buffers in Nim programming language | 20 |
jazzycamel/micropython-uprotobuf | A Python implementation of Protocol Buffers for micropython, enabling the creation of lightweight binary data serialization. | 21 |
typeddjango/django-stubs | Provides precise static types and type inference for Django framework | 1,623 |
pmunch/protobuf-nim | An implementation of the Protocol Buffers message format in Nim. | 171 |
python-qt-tools/pyqt5-stubs | Mypy type hints for PyQt5 framework | 68 |
jorenham/scipy-stubs | Provides type hints and auto-completion support for SciPy libraries without requiring additional configuration or static type-checker plugins. | 23 |
ambv/retype | Re-applies type annotations from .pyi stubs to codebases | 141 |
josverl/micropython-stubs | A collection of pre-defined function signatures and type information to simplify development for MicroPython-based projects | 168 |
bradenm/micropy-stubs | Automates creation of stub packages for microcontrollers and firmware-specific modules. | 29 |
microbit-foundation/micropython-microbit-stubs | Type stubs for MicroPython used by the Python Editor V3 to support code intelligence and API documentation | 3 |
timostamm/protobuf-ts | A tool for generating TypeScript code from protocol buffer definitions | 1,117 |
jhump/goprotoc | Makes it easy to work with Protocol Buffers in Go by providing tools and libraries for generating code, implementing plugins, and running the protocol buffer compiler. | 85 |
dogtopus/minipb | A lightweight, pure Python library for serializing and deserializing data using Protocol Buffers | 52 |
rowtype-yoga/purescript-protobuf | A PureScript library and code generator for Google Protocol Buffers version 3 | 55 |