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.
- Host: GitHub
- URL: https://github.com/anthonycorletti/python-grpc-template
- Owner: anthonycorletti
- License: mit
- Created: 2020-10-21T17:52:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T20:47:18.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T14:51:15.121Z (12 months ago)
- Topics: docker, grpc, python3
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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!