Metadata-Version: 2.1
Name: grpc-stubs
Version: 1.24.3
Summary: Mypy stubs for gRPC
Home-page: https://github.com/shabbyrobe/grpc-stubs
Author: Blake Williams
Author-email: code@shabbyrobe.org
License: MIT
Description: 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 dev-requirements.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
        
        
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
