About Anaconda Help Download Anaconda

anaconda / packages / grpc-interceptor 0.15.4

Simplifies gRPC interceptors

Installers

  • osx-64 v0.15.4
  • osx-arm64 v0.15.4
  • win-64 v0.15.4
  • linux-64 v0.15.4
  • linux-aarch64 v0.15.4

conda install

To install this package run one of the following:
conda install anaconda::grpc-interceptor

Description

The primary aim of this project is to make Python gRPC interceptors simple. The Python grpc package provides service interceptors, but they're a bit hard to use because of their flexibility. The grpc interceptors don't have direct access to the request and response objects, or the service context. Access to these are often desired, to be able to log data in the request or response, or set status codes on the context.

The secondary aim of this project is to keep the code small and simple. Code you can read through and understand quickly gives you confidence and helps debug issues. When you install this package, you also don't want a bunch of other packages that might cause conflicts within your project. Too many dependencies slow down installation as well as runtime (fresh imports take time). Hence, a goal of this project is to keep dependencies to a minimum. The only core dependency is the grpc package, and the testing extra includes protobuf as well.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.0) Legal | Privacy Policy