Skip to content

tonyyang-svail/pysqlflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pysqlflow Build Status PyPI Package

[SQLFlow] (https://github.com/wangkuiyi/sqlflow) client library for Python.

Installation

This package is available on PyPI as pysqlflow:

pip install pysqlflow

Documentation

You can read the Sphinx generated docs at: http://wangkuiyi.github.io/pysqlflow/

Development

Prerequisite

Python 3

brew install python

Setup Environment

make setup

Test

make test

Release

make release

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.8%
  • Makefile 10.2%