Metadata-Version: 2.1
Name: dial-gui
Version: 0.6a0
Summary: A node-based GUI for Deep Learning tasks
Home-page: https://github.com/dial-app/dial-gui
License: GPL-3.0-only
Author: David Afonso
Author-email: davafons@gmail.com
Requires-Python: >=3.6,<3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: PySide2 (>=5.12.6,<6.0.0)
Requires-Dist: dependency-injector (>=3.15.6,<4.0.0)
Requires-Dist: dial-core (>=0.9a0,<0.10)
Requires-Dist: qimage2ndarray (>=1.8.3,<2.0.0)
Requires-Dist: tensorflow (==2.0.0b1)
Requires-Dist: toml (>=0.10.0,<0.11.0)
Project-URL: Repository, https://github.com/dial-app/dial-gui
Description-Content-Type: text/markdown

# dial-gui
GUI for the __dial-core__ framework.

| Build | Coverage | Quality | Version | Python | Docs | License |
|-------|----------|---------|---------|--------|------|---------|
| [![Build Status](https://travis-ci.com/dial-app/dial-gui.svg?branch=master)](https://travis-ci.com/dial-app/dial-gui) 	| [![codecov](https://codecov.io/gh/dial-app/dial-gui/branch/master/graph/badge.svg)](https://codecov.io/gh/dial-app/dial-gui) 	| [![Codacy Badge](https://api.codacy.com/project/badge/Grade/eb5224f0cc3f481aa5d419b4bfc86f41)](https://www.codacy.com/gh/dial-app/dial-gui?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=dial-app/dial-gui&amp;utm_campaign=Badge_Grade) 	| [![PyPI](https://img.shields.io/pypi/v/dial)](https://pypi.org/project/dial/) 	| [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dial?color=green)](https://pypi.org/project/dial/) 	| [![ReadTheDocs](https://readthedocs.org/projects/dial-gui/badge/?version=latest)](https://dial-gui.readthedocs.io/) 	| [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) |

## Documentation

This project's documentation lives at [readthedocs.io](https://dial-gui.readthedocs.io).

## License

All code is provided under the __GPL-3.0__ license. See [LICENSE](LICENSE) for more details.

## Authors

* **David Afonso (davafons)**: [Github](https://github.com/davafons) [Twitter](https://twitter.com/davafons)

