Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
henribru committed Nov 11, 2023
1 parent 555eb1e commit df309f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# 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 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 created automatically by [stubgen](https://mypy.readthedocs.io/en/stable/stubgen.html).
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.

0 comments on commit df309f3

Please sign in to comment.