Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 573 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 573 Bytes

plugin-pb-python

This is a low-level auto-generated gRPC client and server for CloudQuery plugin from plugin-pb protos.

Development

Prerequisites

we recommend using virtualenv to manage your python environment.

virtualenv -p python3.7 venv # or any python >= 3.7
source venv/bin/activate

Install dependencies

pip install -r requirements.txt

Regenerate gRPC code

make clone-proto # This is needed only once
make gen