plotly / dash-daq

Control components for Dash
MIT License
141 stars 40 forks source link

Autogenerated python file in pypi package #38

Open ycaokris opened 5 years ago

ycaokris commented 5 years ago

Similar as other dash components, auto-generated python file enclosing docstrings(e.g. LEDDisplay.py, Indicator.py)could be packed together into tarball, so that pycharm editors may access docstrings/components declarations with shortcut, instead of help(daq.ColorPicker()).

This is found missing in dash-daq version 0.1.4, could be added in later version.