An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Type stubs for googleapis-common-protos
[![PyPI version](https://badge.fury.io/py/googleapis-common-protos-stubs.svg)](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
```