{"id":15722031,"url":"https://github.com/nowsecure/datagrid-gtk3","last_synced_at":"2025-05-13T01:28:59.554Z","repository":{"id":25707968,"uuid":"29144664","full_name":"nowsecure/datagrid-gtk3","owner":"nowsecure","description":"MVC framework for working with the Gtk3 TreeView widget","archived":false,"fork":false,"pushed_at":"2015-08-26T11:39:49.000Z","size":3765,"stargazers_count":17,"open_issues_count":1,"forks_count":6,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-01T05:41:19.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nowsecure.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"docs/contributing.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-12T16:27:45.000Z","updated_at":"2024-10-26T13:47:19.000Z","dependencies_parsed_at":"2022-08-24T14:13:01.383Z","dependency_job_id":null,"html_url":"https://github.com/nowsecure/datagrid-gtk3","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fdatagrid-gtk3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fdatagrid-gtk3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fdatagrid-gtk3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fdatagrid-gtk3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nowsecure","download_url":"https://codeload.github.com/nowsecure/datagrid-gtk3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253853189,"owners_count":21974070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T22:03:17.636Z","updated_at":"2025-05-13T01:28:59.535Z","avatar_url":"https://github.com/nowsecure.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=============\ndatagrid_gtk3\n=============\n\n.. image:: https://semaphoreci.com/api/v1/projects/bd20f827-7591-4c58-87bb-e9235fdb9a0a/422070/shields_badge.svg\n    :target: https://semaphoreci.com/nowsecure/datagrid-gtk3\n    :alt: Test Results\n\n.. image:: https://coveralls.io/repos/nowsecure/datagrid-gtk3/badge.svg\n    :target: https://coveralls.io/r/nowsecure/datagrid-gtk3\n    :alt: Test Coverage\n\n.. image:: https://badge.fury.io/py/datagrid_gtk3.svg\n    :target: http://badge.fury.io/py/datagrid_gtk3\n    :alt: Latest PyPI Version\n\n.. image:: https://landscape.io/github/nowsecure/datagrid-gtk3/master/landscape.svg?style=flat\n    :target: https://landscape.io/github/nowsecure/datagrid-gtk3/master\n    :alt: Code Health\n\n\nSYNOPSIS\n========\n\nMVC framework for working with the Gtk3 TreeView widget.\nIncludes classes for file browsing and displaying SQLite databases.\n\n\nMOTIVATION\n==========\n\nCreated on the account of the reoccurring need to display and interact with\ncontents of SQLite databases in Gtk applications.\n\n\nEXAMPLE\n=======\n\nThe basic usage scenario looks like this:\n\n.. code-block:: python\n\n    win = Gtk.Window()\n\n    data_source = SQLiteDataSource(db_path, table_name)\n    datagrid_container = DataGridContainer(win)\n    controller = DataGridController(datagrid_container, data_source)\n    datagrid_container.grid_vbox.reparent(win)\n\n    win.show()\n\n\nFor more advanced usages see the example applications in the \"examples\" folder.\n\n\n\"Chinook\" example\n-----------------\n\n.. figure:: docs/screenshots/table_view.png\n    :alt: Table view\n\n    Displaying a table from an SQLite database with text filtering.\n\n.. figure:: docs/screenshots/date_ranges.png\n    :alt: Date ranges.\n\n    Displaying a table from an SQLite database with date range filtering.\n\n\n\"Filebrowser\" example\n---------------------\n\n.. figure:: docs/screenshots/icon_view.png\n    :alt: Icon view\n\n    Browsing the file system in icon view mode with thumbnails.\n\n\n\"Selectable\" example\n--------------------\n\n.. figure:: docs/screenshots/row_selection.png\n    :alt: Row selection\n\n    Persistent row selection in SQLite databases.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowsecure%2Fdatagrid-gtk3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnowsecure%2Fdatagrid-gtk3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowsecure%2Fdatagrid-gtk3/lists"}