Metadata-Version: 2.1
Name: proto-plus-stubs
Version: 0.2.0
Summary: Type stubs for proto-plus
Home-page: https://github.com/henribru/proto-plus-stubs
License: Apache-2.0
Author: Henrik Bruåsdal
Author-email: henrik.bruasdal@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Stubs Only
Requires-Dist: proto-plus (>=1.18.0)
Requires-Dist: types-protobuf (>=3.17.4)
Project-URL: Repository, https://github.com/henribru/proto-plus-stubs
Description-Content-Type: text/markdown

# Type stubs for proto-plus-stubs
[![PyPI version](https://badge.fury.io/py/proto-plus-stubs.svg)](https://badge.fury.io/py/proto-plus-stubs)

This package provides type stubs for the [proto-plus](https://pypi.org/project/proto-plus/) package.

**This is in no way affiliated with Google.**

The stubs were created automatically by [stubgen](https://mypy.readthedocs.io/en/stable/stubgen.html).
## Installation
```shell script
$ pip install proto-plus-stubs
```

