tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

Make TabPy pip package #330

Closed 0golovatyi closed 5 years ago

0golovatyi commented 5 years ago

With this change, TabPy is installed and executed as pip package.

pep8speaks commented 5 years ago

Hello @0golovatyi! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 10:1: E402 module level import not at top of file Line 11:1: E402 module level import not at top of file

Line 52:1: E305 expected 2 blank lines after class or function definition, found 1

Line 18:5: E303 too many blank lines (2)

Line 33:1: W391 blank line at end of file

Comment last updated at 2019-08-14 18:45:26 UTC
jnegara commented 5 years ago

Is this still WIP?