SQLFlow Models

May 22, 2019 ยท View on GitHub

Build Status PyPI Package

Premade Models for SQLFlow.

Installation

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

pip install sqlflow_models

Development

Prerequisite

Python 3

brew install python

Setup Environment

make setup

Test

make test

Contents

  1. 1Installation
  2. 2Development
  3. 3Prerequisite
  4. 3.1Python 3
  5. 3.2Setup Environment
  6. 3.3Test