https://github.com/henribru/googleapis-common-protos-stubs
Type stubs for googleapis-common-protos
https://github.com/henribru/googleapis-common-protos-stubs
annotations mypy pep561 proto protobuf protocol-buffers pylance pyre pyright python pytype stubs type-annotations type-stubs typed typing
Last synced: 4 months ago
JSON representation
Type stubs for googleapis-common-protos
- Host: GitHub
- URL: https://github.com/henribru/googleapis-common-protos-stubs
- Owner: henribru
- License: apache-2.0
- Created: 2019-07-09T20:02:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T16:04:01.000Z (over 2 years ago)
- Last Synced: 2024-10-03T12:51:03.179Z (almost 2 years ago)
- Topics: annotations, mypy, pep561, proto, protobuf, protocol-buffers, pylance, pyre, pyright, python, pytype, stubs, type-annotations, type-stubs, typed, typing
- Language: Python
- Homepage: https://pypi.org/project/googleapis-common-protos-stubs/
- Size: 292 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Type stubs for googleapis-common-protos
[](https://badge.fury.io/py/googleapis-common-protos-stubs)
This package provides type stubs for the [googleapis-common-protos](https://pypi.org/project/googleapis-common-protos/) package.
**This is in no way affiliated with Google.**
The stubs were created automatically by [mypy-protobuf](https://github.com/dropbox/mypy-protobuf).
Note that if you're using Mypy you need to use the `--namespace-packages` option as `google` and some of its subpackages are namespace packages.
## Installation
```shell script
$ pip install googleapis-common-protos-stubs
```