Metadata-Version: 2.0
Name: Orange-Canvas-Core
Version: 0.0.2
Summary: Core component of Orange Canvas
Home-page: http://orange.biolab.si/
Author: Bioinformatics Laboratory, FRI UL
Author-email: contact@orange.biolab.si
License: GPLv2
Platform: UNKNOWN
Requires-Dist: six
Requires-Dist: future; python_version == "3.3"
Requires-Dist: futures; python_version == "3.3"
Requires-Dist: future; python_version=="2.7" or python_version=="3.0" or python_version=="3.1" or python_version=="3.2"
Requires-Dist: futures; python_version=="2.7" or python_version=="3.0" or python_version=="3.1" or python_version=="3.2"
Requires-Dist: contextlib2; python_version=="2.7" or python_version=="3.0" or python_version=="3.1" or python_version=="3.2"

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`_ data-mining application (for which it was
developed in the first place).

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

Use the standard python distutils/setuptools commands

	python setup.py install


