Metadata-Version: 2.1
Name: grpc-stubs
Version: 1.24.9
Summary: Mypy stubs for gRPC
Home-page: https://github.com/shabbyrobe/grpc-stubs
Author: Blake Williams
Author-email: code@shabbyrobe.org
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: grpcio
Requires-Dist: typing-extensions ; python_version < "3.8"

gRPC Typing Stubs for Python
============================

This is a PEP-561-compliant stub-only package which provides type information of
`gRPC <https://grpc.io>`_.

Install using pip::

    pip install grpc-stubs


Tests (courtesy of `pytest-mypy-plugins <https://github.com/typeddjango/pytest-mypy-plugins>`_)::

    pip install -r requirements-dev.txt
    ./tools.sh test


Other Very Useful Typed Python Stuff
------------------------------------

- https://github.com/TypedDjango
- https://github.com/typeddjango/pytest-mypy-plugins
- https://github.com/typeddjango/awesome-python-stubs



