Metadata-Version: 2.1
Name: googleapis-common-protos-stubs
Version: 1.1.1.post1
Summary: Type stubs for googleapis-common-protos
Home-page: https://github.com/henribru/googleapis-common-protos-stubs
License: Apache-2.0
Author: Henrik Bruåsdal
Author-email: henrik.bruasdal@gmail.com
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Requires-Dist: googleapis-common-protos (>=1.52.0,<2.0.0)
Requires-Dist: typing (>=3.7,<4.0); python_version < "3.5"
Requires-Dist: typing-extensions (>=3.7,<4.0)
Project-URL: Repository, https://github.com/henribru/googleapis-common-protos-stubs
Description-Content-Type: text/markdown

# 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).

## Installation
```shell script
$ pip install googleapis-common-protos-stubs
```

