Metadata-Version: 2.1
Name: bigflow
Version: 1.0.dev17
Summary: BigQuery client wrapper with clean API
Home-page: https://github.com/allegro/bigflow
Author: Chi
Author-email: chibox-team@allegrogroup.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: mock (==2.0.0)
Requires-Dist: responses (==0.10.15)
Requires-Dist: google-resumable-media (==0.5.0)
Requires-Dist: googleapis-common-protos (==1.6.0)
Requires-Dist: better-setuptools-git-version (==1.0.5)
Requires-Dist: unittest-xml-reporting (==3.0.2)
Provides-Extra: bigquery
Requires-Dist: google-cloud-core (==1.4.1) ; extra == 'bigquery'
Requires-Dist: google-cloud-storage (==1.30.0) ; extra == 'bigquery'
Requires-Dist: google-cloud-bigquery (==1.27.2) ; extra == 'bigquery'
Requires-Dist: pandas (==0.25.3) ; extra == 'bigquery'
Requires-Dist: google-auth (==1.20.1) ; extra == 'bigquery'
Provides-Extra: stackdriver
Requires-Dist: google-api-python-client (==1.10.0) ; extra == 'stackdriver'

# BigFlow

## Documentation

1. [What is BigFlow?](#what-is-bigflow)
1. [Getting started](#getting-started)
1. [Help me](#help-me)
1. [CLI](./docs/cli.md)
    1. run
    1. build
    1. deploy
    1. start-project
1. [Configuration](./docs/configuration.md)
1. Build
1. Deployment
    1. Cloud Composer
    1. Kubernetes
    1. Vault
1. [Workflow & Job](./docs/workflow-and-job.md)
1. Starter
1. Utils
    1. BigQuery
    1. Apache Beam
    1. Dataproc
    1. Job monitoring
1. Roadmap

## What is BigFlow?
TODO

## Getting started
TODO

## Help me
TODO

