Skip to content

databaseleague/cloudquery-plugin-pb-python

 
 

Repository files navigation

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

About

CloudQuery Plugin Python low level API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 98.1%
  • Makefile 1.9%