Simple conviennce model of QAbstractTableModel with pandas dataframe. Contains base classes with built in features predefined, like tooltips, etc.
The Wizard will guide you through the package installation process.
Test Install Command: pip install --user --dry-run --editable .
From inside the folder that contains setup.py, if the dry run looks reasonable, run without --dry-run to install in user directory as an editable package.
PandasDataFrameModel class
from MyModels.TableModel import PandasDataFrameModel
To test simply:
python -m MyModels.TableModel