https://github.com/henribru/proto-plus-stubs
Type stubs for Proto Plus for Python
https://github.com/henribru/proto-plus-stubs
annotations mypy pep561 proto proto-plus protobuf protocol-buffers pylance pyre pyright python pytype stubs type-annotations type-stubs typed typing
Last synced: 1 day ago
JSON representation
Type stubs for Proto Plus for Python
- Host: GitHub
- URL: https://github.com/henribru/proto-plus-stubs
- Owner: henribru
- License: apache-2.0
- Created: 2021-10-10T21:49:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T21:01:29.000Z (about 2 years ago)
- Last Synced: 2025-08-28T21:04:27.208Z (7 months ago)
- Topics: annotations, mypy, pep561, proto, proto-plus, protobuf, protocol-buffers, pylance, pyre, pyright, python, pytype, stubs, type-annotations, type-stubs, typed, typing
- Language: Python
- Homepage: https://pypi.org/project/proto-plus-stubs/
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Type stubs for proto-plus-stubs
[](https://badge.fury.io/py/proto-plus-stubs)
This package provides type stubs for the [proto-plus](https://pypi.org/project/proto-plus/) package. It allows you to type check usage of the library with e.g. [mypy](http://mypy-lang.org/) and will also improve autocomplete in many editors.
**This is in no way affiliated with Google.**
The stubs were originally created by [stubgen](https://mypy.readthedocs.io/en/stable/stubgen.html), but have seen some manual improvements since then. Further contributions are welcome.
## Installation
```shell script
$ pip install proto-plus-stubs
```
The stubs should be automatically picked up by your editor or typechecker.