Metadata-Version: 2.1
Name: grpc-interceptor
Version: 0.1.0
Summary: Simplifies gRPC interceptors
Home-page: https://github.com/d5h/grpc-interceptor
License: MIT
Keywords: grpc,interceptor
Author: Dan Hipschman
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: grpcio (>=1.8.0,<2.0.0)
Project-URL: Repository, https://github.com/d5h/grpc-interceptor
Description-Content-Type: text/markdown

# Summary

Simplified Python gRPC interceptors.

