An open API service indexing awesome lists of open source software.

https://github.com/anthonycorletti/python-grpc-template

A simple template for a containerized, grpc, client-server system.
https://github.com/anthonycorletti/python-grpc-template

docker grpc python3

Last synced: 2 months ago
JSON representation

A simple template for a containerized, grpc, client-server system.

Awesome Lists containing this project

README

          

# python_grpc_template

A minimal python grpc template, using `flit` for depenency management and publishing. Type checks included!

## Usage

1. Clone this repository.
1. Replace all instances of `python_grpc_template` across the entire reposity with the namespace of your project.
1. Rename the directory `python_grpc_template` with the same name too.
1. Replace `pyproject.toml` with relevant values for your project.
1. Use [pyenv](https://github.com/pyenv/pyenv) for managing your python environment.
1. Set up your virtual environment.
1. Run `./scripts/install.sh`
1. Run `./scripts/test.sh`
1. You're all set! Make this readme whatever you want now. The future is yours!