Skip to content

cloudquery/plugin-pb-python

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