plotly / dash-daq

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

Confusion with dash-daq-drivers #26

Closed jackparmer closed 5 years ago

jackparmer commented 5 years ago

Write-in from a user:

image

Bachibouzouk commented 5 years ago

It is the folder in the app repo which contains a driver of the instrument (at least for my apps). We could collect them all in a folder within dash_daq package so one could do from dash_daq import dash_daq_drivers if they want to control one of the instruments in their apps. @jackparmer @shammamah what do you think about that?

shammamah-zz commented 5 years ago

@Bachibouzouk @jackparmer I've responded to this person and clarified that the folder is in the repository. I don't think we should include drivers in the package, as people can use their own and we'd have to write more and more to connect to different instruments.