This package displays and actualizes a given dictionary on a given TreeView. (GUI)
Customizable features for filtering dicts and displaying lists.
This package inherits from QStandardItemModel and other.
- GitHub Repository: https://github.com/dope791/dicttotreeview
- Documentation: file:///C:/Users/Elena%20Grammel/Desktop/dicttotreeview/doc/_build/html/index.html
Initialization:
from dicttotreeview import DictToTreeView
DictToTreeView(data_dict, TreeView)If you use pip, you can install DictToTreeView from our PO1 Package Registry with:
pip install dicttotreeviewIf you cannot install packages from our PO1 Package Registry please reade the guide on how to configure your pip.ini file.
If you have access to the repository, you can also install a specific <tag> with:
python -m pip install --upgrade "git+ssh://github.com/dope791/dicttotreeview.git@<tag>"