grpcio 1.66.2
0
HTTP/2-based RPC framework
Contents
HTTP/2-based RPC framework
Stars: 41748, Watchers: 41748, Forks: 10514, Open Issues: 960The grpc/grpc
repo was created 9 years ago and the last code push was 4 hours ago.
The project is extremely popular with a mindblowing 41748 github stars!
How to Install grpcio
You can install grpcio using pip
pip install grpcio
or add it to a project with poetry
poetry add grpcio
Package Details
- Author
- The gRPC Authors
- License
- Apache License 2.0
- Homepage
- https://grpc.io
- PyPi:
- https://pypi.org/project/grpcio/
- Documentation:
- https://grpc.github.io/grpc/python
- GitHub Repo:
- https://github.com/grpc/grpc
Classifiers
Related Packages
Errors
A list of common grpcio errors.
Code Examples
Here are some grpcio
code examples and snippets.
GitHub Issues
The grpcio package has 960 open issues on GitHub
- [tracing] Add annotation with metadata sizes and limits
- [benchmark] Add gRPC experiment support to the OSS benchmarks
- [Documentation] Fix Python documentation CSS
- [benchmark] Add "dashboard" category to scenario_config.py
- Build gRPC as a dynamic library (support cmake flag DBUILD_SHARED_LIBS=ON)
- grpc._cython.cygrpc._SyncServicerContext doesn't have trailing_metadata
- [channel_args] Size optimizations
- [PSM Interop] Print the hint for the triager on blanket errors
- [PSM Interop] Fix bootstrap generator interop test
- gRPC swallowing other exceptions after context is aborted
- gRPC 1.56.2 fails to build using CMake
- [EventEngine] Disable event_engine_listener experiment on Windows
- Can't get grpc_cli to communicate with my gRPC service. grpcurl works though.
- [bazel] Switching win RBE build to 6.x
- [C#] Grpc.Tools changes to support nullable reference types