Metadata-Version: 2.1
Name: bigquery-view-analyzer
Version: 19.6.0
Summary: A command-line tool for visualizing dependencies and managing permissions between BigQuery views
Home-page: http://github.com/servian/bigquery-view-analyzer/
Author: Chris Tippett
Author-email: chris.tippett@servian.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: google-cloud-bigquery
Requires-Dist: anytree
Requires-Dist: colorama
Requires-Dist: yaspin
Requires-Dist: click

# BigQuery View Analyzer
[![PyPI version](https://img.shields.io/pypi/v/bigquery-view-analyzer.svg)](https://pypi.python.org/pypi/bigquery-view-analyzer)
[![Build status](https://img.shields.io/travis/servian/bigquery-view-analyzer.svg)](https://travis-ci.org/servian/bigquery-view-analyzer)
[![Coverage](https://img.shields.io/coveralls/github/servian/bigquery-view-analyzer.svg)](https://coveralls.io/github/servian/bigquery-view-analyzer?branch=master)
[![Python versions](https://img.shields.io/pypi/pyversions/bigquery-view-analyzer.svg)](https://pypi.python.org/pypi/bigquery-view-analyzer)
[![Github license](https://img.shields.io/github/license/servian/bigquery-view-analyzer.svg)](https://github.com/servian/bigquery-view-analyzer)

## Description
TBC

## Installation

```bash
pip install bigquery-view-analyzer
```

## Usage
TBC

