[SQLFlow] (https://github.com/wangkuiyi/sqlflow) client library for Python.
This package is available on PyPI as pysqlflow
:
pip install pysqlflow
You can read the Sphinx generated docs at: http://wangkuiyi.github.io/pysqlflow/
brew install python
make setup
make test
make release
GRPC client code has been generated when you setup environment.
If you would like to regenerate it, please run make protoc
.