Metadata-Version: 2.1
Name: grpc-interceptor
Version: 0.8.0
Summary: Simplifies gRPC interceptors
Home-page: https://github.com/d5h-foss/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: Documentation, https://grpc-interceptor.readthedocs.io
Project-URL: Repository, https://github.com/d5h-foss/grpc-interceptor
Description-Content-Type: text/markdown

[![Tests](https://github.com/d5h-foss/grpc-interceptor/workflows/Tests/badge.svg)](https://github.com/d5h-foss/grpc-interceptor/actions?workflow=Tests)
[![Codecov](https://codecov.io/gh/d5h-foss/grpc-interceptor/branch/master/graph/badge.svg)](https://codecov.io/gh/d5h-foss/grpc-interceptor)
[![PyPI](https://img.shields.io/pypi/v/grpc-interceptor.svg)](https://pypi.org/project/grpc-interceptor/)
[![Read the Docs](https://readthedocs.org/projects/grpc-interceptor/badge/)](https://grpc-interceptor.readthedocs.io/)

# Summary

Simplified Python gRPC interceptors.

# Documentation

Read the [documentation here](https://grpc-interceptor.readthedocs.io/).

