Skip to content

enthus-appdev/grpc-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Python setup

$ git clone [email protected]:mclgmbh/grpc-python.git
$ cd grpc-python
$ python -m pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ python -m pip install --upgrade pip

grpc für Python

$ python -m pip install grpcio

Stargate repo klonen

$ cd ..
$ git clone [email protected]:mclgmbh/enthus-apis.git

Stargate python interfaces etc. generieren:

Diese Schritte müssen für jede neue Version von Stargate wiederholt werden, aber nur wenn die neue Version auch explizit genutzt werden soll. Stargate ist immer Rückwärtskopatibel, auch ohne Update.

$ cd enthus-apis
$ git pull
$ buf generate

"stargate" und "buf" aus dem "gen/python" folder in das Python-script-Verzeichnis kopieren

evtl file anlegen in buf folder (python import fail)

$ python grpc_example.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages