Metadata-Version: 2.0
Name: datagrid-gtk3
Version: 0.1.5
Summary: MVC framework for working with the GTK3 TreeView widget.
Home-page: https://github.com/nowsecure/datagrid-gtk3
Author: NowSecure
Author-email: info@nowsecure.com
License: MIT
Keywords: mvc sqlite gtk gtk3 grid
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Requires-Dist: wheel (>=0.23.0)
Requires-Dist: python-dateutil (>=2.4.2)
Requires-Dist: sqlalchemy (>=0.9)
Requires-Dist: Pillow (>=2.7.0)

=============
datagrid_gtk3
=============

.. image:: https://semaphoreci.com/api/v1/projects/bd20f827-7591-4c58-87bb-e9235fdb9a0a/422070/shields_badge.svg
    :target: https://semaphoreci.com/nowsecure/datagrid-gtk3
    :alt: Test Results

.. image:: https://coveralls.io/repos/nowsecure/datagrid-gtk3/badge.svg
    :target: https://coveralls.io/r/nowsecure/datagrid-gtk3
    :alt: Test Coverage

.. image:: https://landscape.io/github/nowsecure/datagrid-gtk3/master/landscape.svg?style=flat
    :target: https://landscape.io/github/nowsecure/datagrid-gtk3/master
    :alt: Code Health


SYNOPSIS
========

MVC framework for working with the Gtk3 TreeView widget.
Includes classes for file browsing and displaying SQLite databases.


MOTIVATION
==========

Created on the account of the reoccurring need to display and interact with
contents of SQLite databases in Gtk applications.




History
=======

0.1.x (2015-08-11 - 2015-08-26)
-------------------------------

* Bug fix releases

0.1.2 (2015-04-28)
------------------

* Initial public release.


