grpclib 0.4.7
0
Pure-Python gRPC implementation for asyncio
Contents
Pure-Python gRPC implementation for asyncio
Stars: 937, Watchers: 937, Forks: 92, Open Issues: 40The vmagamedov/grpclib
repo was created 7 years ago and the last code push was 2 months ago.
The project is popular with 937 github stars!
How to Install grpclib
You can install grpclib using pip
pip install grpclib
or add it to a project with poetry
poetry add grpclib
Package Details
- Author
- Vladimir Magamedov
- License
- BSD-3-Clause
- Homepage
- https://github.com/vmagamedov/grpclib
- PyPi:
- https://pypi.org/project/grpclib/
- GitHub Repo:
- https://github.com/vmagamedov/grpclib
Classifiers
- Internet/WWW/HTTP/HTTP Servers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common grpclib errors.
Code Examples
Here are some grpclib
code examples and snippets.
GitHub Issues
The grpclib package has 40 open issues on GitHub
- Trap the SSL npn protocols attribute error on Python 3.10
- AttributeError: 'SSLContext' object has no attribute '_set_npn_protocols' in Python 3.10
- How do I communicate with GO
- Is
graceful_exit
actually graceful?