gRPC is a modern, open source, high-performance remote procedure call (RPC)
framework that can run anywhere. It enables client and server applications to
communicate transparently, and simplifies the building of connected systems.

This package provides the Python implementation of gRPC with OpenBSD-specific
patches for platform compatibility.

Features:
- Bidirectional streaming and integrated auth
- Language-neutral interface definition
- High performance with HTTP/2 transport
- Pluggable authentication, load balancing and more
