SQLFlow client library for Python.
This package is available on PyPI as pysqlflow
. So you can install it by running the following command:
pip install sqlflow
You can read the Sphinx generated docs at: http://sql-machine-learning.github.io/pysqlflow/
brew install python
make setup
make test
make release
make doc
GRPC client code has been generated when you setup environment.
If you would like to regenerate it, please run make protoc
.