Table of Contents
This project is about gRPC in Python.
gRPC is a modern open source high performance Remote Procedure Call (RPC) framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.
- Clone the repository
git clone https://github.com/jpcadena/grpc-in-python.git
- Change the directory to root project
cd grpc-in-python
- Install Poetry package manager
pip install poetry
- Install the project's dependencies
poetry install
- Activate the environment
poetry shell
-
Run the scripts:
Move to the package to execute any of the scripts, run the following command in your terminal given the name of the file:
python filename.py
Please read our contributing guide for details on our code of conduct, and the process for submitting pull requests to us.
For security considerations and best practices, please refer to our Security Guide for a detailed guide.
We enforce a code of conduct for all maintainers and contributors. Please read our Code of Conduct to understand the expectations before making any contributions.
Distributed under the MIT License. See LICENSE for more information.