A WSGI and ASGI compatible gRPC-web implementation. Version 0.2.3 supports Python >=3.7,<4.0. Provides middleware for integrating gRPC-web clients with Python web frameworks like Flask (WSGI) or Starlette (ASGI).
pip install sonoraNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic WSGI integration with Flask.
Implement a callable handler that matches the gRPC service definition.
Use other libraries like grpcio-web or grpc-gateway for streaming.
Monitor the repository for updates or consider alternatives like grpclib or grpc-web.
Ensure the handler returns a dict with status, headers, and body.
No dependency data recorded yet.