Skip to content
develop
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

sqlflow Build Status PyPI Package

SQLFlow client library for Python.

Installation

This package is available on PyPI as pysqlflow. So you can install it by running the following command:

pip install sqlflow

Documentation

You can read the Sphinx generated docs at: http://sql-machine-learning.github.io/pysqlflow/

Development

Prerequisite

Python 3

brew install python

Setup Environment

make setup

Test

make test

Release

make release

Generate Documentation

make doc

Generate GRPC client

GRPC client code has been generated when you setup environment. If you would like to regenerate it, please run make protoc.

About

SQLFlow client library for Python

Resources

License

Packages

No packages published
You can’t perform that action at this time.