Skip to content

Home

Fast-gRPC⚓︎

Fast-gRPC is a modern Python library designed to streamline gRPC service development. Inspired by frameworks like FastAPI, it provides decorators and intuitive patterns to eliminate gRPC boilerplate while maintaining full protocol compatibility.

PyPI Version Python Versions GitHub Stars

Use Cases⚓︎

  • Rapid prototyping of microservices
  • Building gRPC backends with minimal boilerplate
  • Generating type-safe APIs with built-in validation
  • Modernizing legacy gRPC services