Metadata-Version: 2.1
Name: orange-canvas-core-ml
Version: 0.1.12.dev0
Summary: Core component of Orange Canvas modifed
Home-page: http://zhaoyang.org.cn/
Author: SZZYIIT
Author-email: gengy@zhaoyang.org
License: GPLv3
Project-URL: Bug Reports, https://github.com/szzyiit/orange-canvas-core/issues
Project-URL: Source, https://github.com/szzyiit/orange-canvas-core/
Project-URL: Documentation, https://orange-canvas-core.readthedocs.io/en/latest/
Description: Orange Canvas Core
        ==================
        
        .. image:: https://travis-ci.org/biolab/orange-canvas-core.svg?branch=master
           :target: https://travis-ci.org/biolab/orange-canvas-core
           :alt: Travis CI Build Status
        
        .. image:: https://ci.appveyor.com/api/projects/status/6kurw9dg0e3t285t?svg=true
           :target: https://ci.appveyor.com/project/biolab/orange-canvas-core
           :alt: Appveyor CI Build Status
        
        .. image:: https://readthedocs.org/projects/orange-canvas-core/badge/?version=latest
           :target: https://orange-canvas-core.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        Orange Canvas Core 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::
        
            pip install ./
        
        to install from the sources.
        
Platform: UNKNOWN
Requires-Python: >=3.4
Description-Content-Type: text/x-rst
Provides-Extra: DOCBUILD
