Metadata-Version: 2.1
Name: dial-core
Version: 0.13a0
Summary: Deep Learning, node-based framework
Home-page: https://github.com/dial-app/dial-core
License: GPL-3.0-only
Keywords: deep-learning
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: dependency-injector (>=3.15.6,<4.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-core
Description-Content-Type: text/markdown

# dial-core
Base framework for the Dial application.

| Build | Coverage | Quality | Version | Python | Docs | License |
|-------|----------|---------|---------|--------|------|---------|
| [![Build Status](https://travis-ci.com/dial-app/dial-core.svg?branch=master)](https://travis-ci.com/dial-app/dial-core) | [![codecov](https://codecov.io/gh/dial-app/dial-core/branch/master/graph/badge.svg)](https://codecov.io/gh/dial-app/dial-core) | [![Codacy Badge](https://api.codacy.com/project/badge/Grade/0efd35d1aeb042ba992b573324f52a82)](https://www.codacy.com/gh/dial-app/dial-core?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=dial-app/dial-core&amp;utm_campaign=Badge_Grade) | [![PyPI](https://img.shields.io/pypi/v/dial-core)](https://pypi.org/project/dial-core/) | [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dial-core?color=green)](https://pypi.org/project/dial-core/) | [![ReadTheDocs](https://readthedocs.org/projects/dial-core/badge/?version=latest)](https://dial-core.readthedocs.io/en/latest/) | [![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-core.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)

