Metadata-Version: 2.1 Name: active-list-mc Version: 0.4 Summary: Facade to simplify usage of Gtk.TreeView with Gtk.ListStore model License: MIT Author: Chris Brown Author-email: chris@marcrisoft.co.uk Requires-Python: >=3.8,<4.0 Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: End Users/Desktop Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Requires-Dist: PyGObject (>=3.42.0,<4.0.0) Requires-Dist: tomlkit (>=0.7.2,<0.8.0) Description-Content-Type: text/markdown This module is a Facade to simplify usage of the Gtk.TreeView with Gtk.ListStore model. The module creates the ListStore model and initialises it with the required columns and cell renderers. The information as to the required columns and cell renderers is specified as a list of tuples in the calling module.