Metadata-Version: 2.1
Name: qdatamatrix
Version: 0.1.34
Summary: This file is part of qdatamatatrix.
Keywords: data scienc3,pyqt,widget,spreadsheet
Author-email: Sebastiaan Mathôt <s.mathot@cogsci.nl>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: datamatrix
Project-URL: Documentation, https://github.com/open-cogsci/qdatamatrix
Project-URL: Source, https://github.com/open-cogsci/qdatamatrix

# QDataMatrix

*A PyQt4/PyQt5 widget for viewing and editing a `DataMatrix` object.*

Sebastiaan Mathôt  <br />
Copyright 2016-2023  <br />
https://pydatamatrix.eu/

## About

The `qdatamatrix` package provides a graphical widget to view and edit a `datamatrix` object.

## Dependencies

- Python 2.7 or >= 3.4
- [datamatrix](https://github.com/open-cogsci/datamatrix/)
- [qtpy](https://pypi.python.org/pypi/QtPy/)

## Usage

See `example.py`, included with the source code.

## License

`qdatamatrix` is licensed under the [GNU General Public License
v3](http://www.gnu.org/licenses/gpl-3.0.en.html).

