Metadata-Version: 2.1
Name: Orange-Canvas-Core
Version: 0.0.11
Summary: Core component of Orange Canvas
Home-page: http://orange.biolab.si/
Author: Bioinformatics Laboratory, FRI UL
Author-email: contact@orange.biolab.si
License: GPLv3
Project-URL: Bug Reports, https://github.com/ales-erjavec/orange-canvas/issues
Project-URL: Source, https://github.com/ales-erjavec/orange-canvas/
Project-URL: Documentation, https://pythonhosted.org/Orange-Canvas-Core/
Platform: UNKNOWN
Requires-Python: >=3.4
Requires-Dist: setuptools
Requires-Dist: AnyQt
Requires-Dist: docutils
Requires-Dist: numpy
Requires-Dist: commonmark
Requires-Dist: requests
Requires-Dist: cachecontrol[filecache]
Requires-Dist: pip (>=18.0)
Requires-Dist: typing ; python_version=="3.4"
Provides-Extra: docbuild
Requires-Dist: sphinx ; extra == 'docbuild'
Requires-Dist: sphinx-rtd-theme ; extra == 'docbuild'

Orange Canvas Core
==================

Orange Canvas Core is is a framework for building graphical user
interfaces for editing workflows. It is a component used to build
the Orange Canvas (http://orange.biolab.si) data-mining application
(for which it was developed in the first place).

Installation
------------

Orange Canvas Core is pip installable (https://pip.pypa.io/), simply run::

    pip install orange-canvas-core

Or use the standard python distutils/setuptools commands::

    python setup.py install

to install from the source tarball.


