Metadata-Version: 2.0
Name: Orange-Canvas-Core
Version: 0.0.4
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
Platform: UNKNOWN
Requires-Dist: six
Requires-Dist: future; python_version=="2.7"
Requires-Dist: futures; python_version=="2.7"
Requires-Dist: contextlib2; python_version=="2.7"
Requires-Dist: future; python_version=="3.0"
Requires-Dist: futures; python_version=="3.0"
Requires-Dist: contextlib2; python_version=="3.0"
Requires-Dist: future; python_version=="3.1"
Requires-Dist: futures; python_version=="3.1"
Requires-Dist: contextlib2; python_version=="3.1"
Requires-Dist: future; python_version=="3.2"
Requires-Dist: futures; python_version=="3.2"
Requires-Dist: contextlib2; python_version=="3.2"
Requires-Dist: contextlib2; python_version=="3.3"

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
------------

Use the standard python distutils/setuptools commands::

    python setup.py install



