Metadata-Version: 2.1
Name: tabassist
Version: 0.2.1
Summary: Command line utility to work with Tableau workbook faster.
Home-page: https://github.com/dev-mkc19/tabassist
Author: Mikhail Korotchenkov
Author-email: mr.mkc19@hotmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/dev-mkc19/tabassist/issues
Keywords: tableau cli-app
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE

# TABASSIST

## What's is about

This package has aim to assist you while you work with Tableau and takes some routine from your shoulders.

## INSTALATION

pip install tabassist

## USAGE

tabbassist check --file <absolute-workbook-path>

## DEVELOPMENT

1. virtualenv env
2. source ./env/bin/activate
3. pip install -r requarements.txt
4. (OPTIONAL)

    - pip install pycodestyle
    - pip install pydocstyle
    - pip install pytest


