https://github.com/sql-machine-learning/pysqlflow
SQLFlow client library for Python
https://github.com/sql-machine-learning/pysqlflow
Last synced: 2 months ago
JSON representation
SQLFlow client library for Python
- Host: GitHub
- URL: https://github.com/sql-machine-learning/pysqlflow
- Owner: sql-machine-learning
- License: apache-2.0
- Created: 2018-12-16T01:16:46.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-11T01:20:17.000Z (almost 3 years ago)
- Last Synced: 2025-10-13T08:04:53.274Z (3 months ago)
- Language: Python
- Size: 299 KB
- Stars: 29
- Watchers: 8
- Forks: 16
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqlflow [](https://travis-ci.org/sql-machine-learning/pysqlflow) [](https://pypi.python.org/pypi/sqlflow)
[SQLFlow](https://github.com/sql-machine-learning/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/](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`.