Metadata-Version: 2.1
Name: Oasys-Canvas-Core
Version: 1.0.8
Summary: Core component of Oasys Canvas
Home-page: http://orange.biolab.si/
Author: Bioinformatics Laboratory, FRI UL
Author-email: lucarebuffi@elettra.eu
License: GPLv3
License-File: LICENSE.txt

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.
